body {
    background: #FFFFFF;
    color: #333333;
    /*margin-top: 5rem;*/
    /*padding-top: 9rem;*/
    padding-bottom: 3rem;
    /*font-size: 22px;*/
    font-family: Arial, Helvetica, sans-serif;
}

body.step_with_number-body {
    /*padding-bottom: 9.4rem;*/
    /*margin-top: 5rem;*/
    /*font-size: 22px;*/
    /*background-color: green;*/
    font-family: Arial, Helvetica, sans-serif;
}

main {
    padding-top: 2.3rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-family: Calibri;
}

ul {
    margin: 0;
}

.bg-steel {
    background-color: #5f788a;
}

.bg-steel-light {
    background-color: #afcfe3;
}

.site-header .navbar-nav .nav-link {
    color: #FFFFFF;
    white-space: nowrap;
}

.site-header .navbar-nav .nav-link:hover {
    color: #b9b9b9;
    /*background-color: #788f9d;*/
}

.active-low {
    color: #ffffff;
    background-color: #E9A526;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}


.nav-link active {
    background-color: green;
}

img {
    max-width: 100%;
}

.step_content img {
    height: auto !important;
}

.row {
    align-items: stretch;
    /*margin-bottom: 2em;*/
    /*padding-bottom: 2em;*/
}

.card-text {
    text-decoration: none;
    color: #000000;
}

.card a {
    text-decoration: none;
}

.card:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.card {
    margin-bottom: 2em;
    height: 100%;
}

small {
    color: grey;
}

.icon-big {
    max-width: 100px;
    float: left;
    margin-bottom: 1em;
    margin-right: 0.5em;
}

.card .btn {
    clear: both;
    display: block;
}

.bottom-buffer {
    margin-bottom: 2em;
}

.icon {
    font-size: 4em;
    /*color: #5f788a;*/
    color: white;
}

.visible-icon {
    font-size: 4em;
    /*color: #5f788a;*/
    color: #E9A526;
}

.icon:hover {
    text-decoration: none;
    color: #E9A526;
}

.modus-dropdown-toggle:after {
    display: none;
}

.img-current-modus {
    width: 100px;
    height: auto;
}

.img-other-modus {
    width: 50px;
    height: auto;
}

.active .img-other-modus {
    width: 50px;
}

.list-group-item {
    padding: 0.8rem 1rem;
}

.list-group-item.active {
    /*background-color: #afcfe3;*/
    border-color: #9fb3c8;
    background-color: #FFC14C;
}

/*.step-form {*/
/*    width: auto;*/
/*}*/
#step_form .form-control {
    display: inline-block;
    width: auto;
}

.step-form .form-control {
    display: inline-block !important;
    width: auto !important;
}


.dont-show-errors .form-control.is-invalid {
    border-color: #ced4da;
    padding-right: 0.75rem;
    background: #fff;
}


.test-hidden {
    font-size: 0;
}


.div2 {
    width: 350px;
    height: 70px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.button-as-anchor {
    align-items: normal;
    /*font-size: inherit;*/
    /*color: inherit;*/
    background-color: rgba(0, 0, 0, 0);
    /*border-color: rgb(0, 0, 238);*/
    border-style: none;
    box-sizing: content-box;
    /*color: rgb(0, 0, 238);*/
    cursor: pointer;
    display: inline;
    /*font: inherit;*/
    /*height: auto;*/
    padding: 0;
    perspective-origin: 0 0;
    text-align: start;
    text-decoration: underline;
    transform-origin: 0 0;
    /*width: auto;*/
    -moz-appearance: none;
    /*-webkit-logical-height: 1em; !* Chrome ignores auto, so we have to use this hack to set the correct height  *!*/
    /*-webkit-logical-width: auto; !* Chrome ignores auto, but here for completeness *!*/
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance:none) {
    /* Mozilla-only */
    button::-moz-focus-inner { /* reset any predefined properties */
        border: none;
        padding: 0;
    }

    button:focus { /* add outline to focus pseudo-class */
        outline-style: dotted;
        outline-width: 1px;
    }
}

.face-blau {
    color: #003399;
}

.face-blau-background {
    background-color: #003399;
}

.face-hellblau {
    color: #003399
}

.face-hellblau-background {
    background-color: #264d9b;
}

.face-dunkelgrau {
    color: #b9b9b9;
}

.modus-choice {
    display: flex;
    align-items: center;
}

.modus-image {
    width: 60px;
}

.modus-name {
    color: #264d9b;
}

.active-chapter {
    background-color: #b9b9b9;
}

.progress-center {
    position: absolute;
    /*top: 5px;*/
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
}

.progress {
    position: relative;
}

.icon-align-left {
    text-align: left;
    margin-left: 0.5rem;
}

.icon-align-right {
    text-align: right;
    margin-right: 0.5rem;
}

.face-yellow-background {
    background-color: #E9A526;
}

.footer-link {
    color: white;
}

.footer-link:hover {
    color: black;
    text-decoration: none;
}

.face-logo {
    margin-left: -13px;
}

.header-logos img {
    height: 100px;
    max-width: 100%;
}

.footer-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logos img {
    max-height: 200px;
}

.ph-logo {

}

.footer-list {
    display: flex;
    flex-direction: column;
}

.nobreak {
    white-space: nowrap;
}

.site-header {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.18);
}

.checkbox-image {
    height: 70px;
    margin-bottom: 1rem;
}

/*input[type="checkbox"] {*/
/*    vertical-align: middle;*/
/*}*/


.checkbox-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;

}


.draggable-image {
    width: 100px;
    max-height: 50px;
    max-width: 100%;
    height: auto;
}

.drop-zone {
    position: absolute;
    width: 100px;
    height: 70px;
    padding: 10px;
    border: 1px solid black;
}

.drop-parent {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: 2px solid black;
    width: 100%;
    height: 250px;
    background-image: url("https://inexdigital.de/media/ckuploads/2021/10/21/tisch_snipped.png");
    background-size: contain;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

#dropzone1 {
    top: 175px;
    right: 400px;
}


#dropzone2 {
    top: 175px;
    right: 250px;
}

#dropzone3 {
    top: 175px;
    right: 100px;
}


#dropzone4 {
    top: 60px;
    right: 350px;
}

#dropzone5 {
    top: 60px;
    right: 550px;
}

#dropzone6 {
    top: 60px;
    right: 150px;
}

.step-progress-bar {
    height: 2rem;
    /*vertical-align: middle*/
}


.progress-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.progress.page-progress {
    background-color: #4c4c4c;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.progress-text-big {
    color: black;
    font-size: 28px;
}

.success-modal {
    font-size: 2rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.instruction-sized {
    width: 300px;
}

.material-table-image {
    width: 100px;
}

.sortable {
    /*margin: 1px;*/
    /*border: 1px solid #EEE;*/
    /*padding: 2px;*/
    /*list-style: armenian;*/
    /*width: 500px;*/
    /*background: #FFF;*/
}

/*.sortable li {*/
/*    padding: 3px;*/
/*    padding-left: 5px;*/
/*    margin: 2px;*/
/*    width: 200px;*/
/*    border-radius: 4px;*/
/*    color: black;*/
/*background: lightcoral;*/
/*}*/

.magnetismus-sortable {
    background: lightseagreen;
    border-radius: 0.9rem;
    font-size: 22px;
    margin: 0.2rem;
    display: flex;
    align-items: center;
}


.list-group-item.magnetismus-sortable:first-child {
    border-radius: 0.9rem;
}

.list-group-item.magnetismus-sortable:last-child {
    border-radius: 0.9rem;
}

.dummy-sortable {
    background: lightseagreen;
    border-radius: 0.9rem;
    font-size: 22px;
    margin: 0.2rem;
    display: flex;
    /*align-items: center;*/
    width: 50%;
    /*padding-left: 200px;*/
    justify-content: center;
}

.dummy-sortable-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.list-group-item.dummy-sortable:first-child {
    border-radius: 0.9rem;
}

.list-group-item.dummy-sortable:last-child {
    border-radius: 0.9rem;
}

.step-widget {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tip-button-row {
    display: flex;
    justify-content: center;
    clear: both;
}

.step-with-number-container {
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    /*flex-grow: 1;*/
}

.navigation-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    clear: both;
}


.chapter-nav-item {
    font-size: 20px;
    color: #000077;
}

.modus-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    flex-direction: row;
}


.storyboard-caption-text {
    color: black;
    font-size: 0.9rem;
}

.storyboard-caption-img {
    width: 8rem;
}


.checkbox-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.checkbox-label {
    margin-bottom: 0;
    display: inline;
}

.widget-center {
    display: flex;
    justify-content: center;
}

.widget-center-dummy {
    display: flex;
    justify-content: center;
    width: 50%;
    padding-bottom: 2rem;
}


.vermutung-anzeige-div {
    border: solid black 2px;
    padding: 0.6rem;
    display: inline-block;
    word-wrap: break-word;
    font-size: 22px;
    font-family: 'Handlee', cursive;
    font-weight: bold;
    color: blue;
}

.height-150px {
    height: 150px;
}

.d-flex-center-clm {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*.hand-writing {*/
/*    font-size: 22px;*/
/*    font-family: 'Handlee', cursive;*/
/*    font-weight: bold;*/
/*    color: red;*/
/*}*/

.resultview-body {
    width: 21cm;
    height: 29.7cm;
    margin: 0mm 45mm 30mm 45mm;
    font-family: calibri, serif;
    font-size: 20px;
}

.step-title-row {
    display: flex;
    justify-content: center;
}

.step-title {
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
}

.chapter-nav-menu {
    position: absolute;
    top: 0;
    left: 0;

}

.border-row {
    outline: 3px solid cornflowerblue;
    -moz-outline-radius: 0.3rem;
    padding: 0.2rem;
}

.step-with-number-body {
    font-size: 22px !important;
}

.step-content {
    font-size: 22px !important;
    margin-bottom: 1rem;
}

.widget-content {
    font-size: 22px !important;
}

.audio-player-position {
    text-align: left;
    /*margin-left: 91.45px;*/
    margin-bottom: 1rem;
}


.ruled-paper {
    background: url('https://inexdigital.de/media/ckuploads/2021/10/21/30_3.png');
}

.vermutung-muster {
    border: solid 2px;
    padding: 0.6rem;
    display: inline-block;
    word-wrap: break-word;
    text-align: center;
}

.ck-editor-test-class {
    background-color: pink;
    color: blue;
    font-size: 50px;
}

/*Start Filmstrip stuffs and testing*/


.filmstrip {
    /*float: left;*/
    /*margin-right: 1rem;*/
    /*margin-left: 1rem;*/
    display: flex;
    align-items: center;
    flex-direction: column;
}


.float-my-children > * {
    float: left;
    margin-right: 5px;
}

/*https://stackoverflow.com/questions/11438910/how-to-display-items-side-by-side-without-using-tables*/

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.audio-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
}

.form-input-field {
    font-size: 22px;
}

/*.float-right > * {*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*}*/

.float-left > * {
    float: left;
    margin-right: 5px;
}


.info-box {
    display: inline-block;
    border: solid 1px black;
    width: 40%;
    /*Background-color: #FFFF93;*/
    Background-color: #ffffcc;
    border-radius: 10%;
    padding: 0.3rem;
    float: right;
    position: relative;
    margin-left: 0.3rem;
    margin-bottom: 1rem;
}

/*.info-box:after {*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/

.info-word {
    text-decoration: underline;
    text-decoration-color: black;
}

.info-word-first {
    background-color: #ffffcc;
}

.info-box-modal {
    display: block;
    /*border: solid 1px black;*/
    width: 100%;
    Background-color: #FFFF93;
    border-radius: 0.2rem;
    padding: 1rem 2rem 2rem 2rem;
}

.info-box-img {
    width: 100px;
    float: right;
    clear: right;
}

.sortable-img {
    width: 150px;
    display: inline-block;
    margin-right: 0.5rem;
    /*float: left;*/
}

.northpole {
    color: red;
}

.southpole {
    color: green;
}

.helping-phrase-box {
    border: grey dashed;
    margin-bottom: 3rem;
    color: grey;
    clear: both;
}

.question-help-text {
    color: grey;
    font-style: italic;
}

.true-false-div {
    clear: both;
    margin-top: 1rem;
}


.sprachhilfe-title {
    color: grey;
    font-weight: bold;
    clear: both;
}

.true-false-answer {
    font-style: italic;
}


.margin-top-10 {
    margin-top: 10rem;
}

.margin-top-6 {
    margin-top: 6rem;
}


.true-false-carousel-div {
    width: 100%;
    /*height: 400px;*/
    /*border: 1px solid;*/
    /*border-radius: 0.2rem;*/
    background-color: lightblue;
    padding: 3rem 6rem 3rem 6rem;
}


.clear-both {
    clear: both;
}

.flex-parent-center {
    display: flex;
    justify-content: center;
}

.true-false-question {
    text-align: center;
    padding-bottom: 1rem;
}


/*A lot of carousel stuff down here, not used at the moment but kept for future usesage*/

/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*  height: 100px;*/
/*  width: 100px;*/
/*  outline: black;*/
/*  background-size: 100%, 100%;*/
/*  border-radius: 50%;*/
/*  !*border: 1px solid black;*!*/
/*  background-image: none;*/
/*}*/

/*.carousel-control-next-icon:after*/
/*{*/
/*  content: '>';*/
/*  font-size: 55px;*/
/*  color: red;*/
/*}*/

/*.carousel-control-prev-icon:after {*/
/*  content: '<';*/
/*  font-size: 55px;*/
/*  color: red;*/
/*}*/


.true-false-carousel-parent {
    height: 23rem;
    background: lightblue;
}

li.magnetismus-sortable p {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-success-focus-highlight {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-danger-focus-highlight {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.true-false-title {
    text-align: center;
    display: block;
    font-size: 1em;
    /*margin-top: 1.33em;*/
    /*margin-bottom: 1.33em;*/
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.student-group-title {
    /*text-align: center;*/
    display: inline-block;
    font-size: 1.33em;
    margin-top: 0.5em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.progress-overview-bar {
    color: black;
}

.progress-text-medium {
    color: black;
    font-size: 22px;
}

.student-list-row {
    border: solid 1px black;
}

.class-instruction-img {
    height: 150px
}

.video-container {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

/*.video-player {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.spf-select {
    width: 100px;
}


.rep-form-choice {
    border: 1px solid;
    border-radius: 5px;
    padding: 0.8rem;
}

.class-list-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.teacher-card-img {
    width: 200px;
    margin-top: 1rem;
}

.teacher-card-img-wrapper {
    text-align: center;
}


.teacher-class-item:hover {
    border: solid 2px black;
    border-radius: 0.25rem;
}


.h4-teacher-card {
    color: rgb(0, 123, 255);
}

.teacher-card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: -2rem;
    align-items: start;
}

li.list-group-item.teacher-class-item {
    border-radius: 0;
}

.list-group-item.teacher-class-item:last-child:hover {
    border-radius: 0.25rem;
}

.student-group-card {
    margin-top: 2rem;
}

.staff-details {
    margin-left: 2.5rem;
    float: left;
}

.staff-foto {
    /*margin-left: 3rem;*/
    float: left;
    width: 8rem;
    margin-bottom: 3rem;
}

.card-grid {
    margin-top: -2rem;
    margin-right: -1rem;
}

.card-grid-item {
    margin-top: 2rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    line-height: normal;

}


li.list-group-item.student-group-modi-card {
    padding-left: 2rem;
}


.instruction-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/*a.teacher-instruction-grid {*/
/*    height: 100%;*/
/*}*/

/*teacher-instruction-grid>a {*/
/*    height: 100%;*/
/*}*/

.ahref-instruction-card {
    height: 100%;
}

.anchor {
    position: relative;
    top: -5rem;
    display: inline-block;
}

.exclude-table label {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    cursor: pointer;
}

.exclude-table input {
    display: flex;
    margin-left: 0.2rem;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.pseudo-label {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
}


.checkmark {
    display: flex;
    height: 25px;
    width: 25px;
    /*background-color: #eee;*/
    margin-left: 0.5rem;
}


/* On mouse-over, add a grey background color */
/*.exclude-table label:hover input ~ .checkmark {*/
/*    background-color: red;*/
/*}*/

/* When the checkbox is checked, add a blue background */
/*.exclude-table label input:checked ~ .checkmark {*/
/*    background-color: #2196F3;*/
/*}*/

/* Create the checkmark/indicator (hidden when not checked) */
.exclude-table .checkmark:after {
    font-family: FontAwesome;
    color: black;
    font-size: 1.5rem;
    margin-top: -0.4rem;
    /*content: "\f00d";*/
    content: "\f070";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */
.exclude-table input:checked ~ .checkmark:after {
    display: flex;
}

/*Style the checkmark/indicator */
/*.exclude-table .checkmark:after {*/
/*left: 9px;*/
/*top: 5px;*/
/*width: 5px;*/
/*height: 10px;*/
/*border: solid white;*/
/*border-width: 0 3px 3px 0;*/
/*-webkit-transform: rotate(45deg);*/
/*-ms-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*}*/

.group-modi-tip-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.group-modi-tip-wrapper > div {
    margin-right: 2rem;
}

.no-box-shadow:hover {
    box-shadow: None;
}

.science-guy-text {
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
    /*position: fixed;*/
    /*bottom: 5%;*/
    /*background-color: white;*/
}

.science-guy-button {
    border: 0px solid transparent;
    background: none;
}

.science-guy-div {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    margin-top: 2rem;
}

.science-guy-img {
    opacity: 70%;
    max-width: 150px;
    display: block;
}

.navbar-brand img {
    height: 50px;
}

.sidebar-right {
    position: fixed;
    top: 90px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .container {
        max-width: 100%;
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar-brand h2 {
        font-size: 1.5rem;
    }

    .sidebar-right {
        top: 80px;
    }
}

.content-preview {
    width: 825px;
    font-size: 22px;
    border: 1px black solid;
    border-radius: 1rem;
    padding: 1rem;
}

.float-clear-right {
    float: right;
    clear: right;
}

.step-update-form-container {
    display: inline-grid;
    grid-template-columns: auto 200px;
    margin-bottom: 0.5rem;
}

#myCanvas{
          width: 100%;
          display: block;
          margin: 0;
          color: white;
        }

#myCanvas:focus {
    outline: none;
}
.step-update-navigation {
    /*border: 1px black solid;*/
    margin-left: 2rem;
}


.show-checkbox {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 1px solid;
    border-radius: 3px;
}
.show-checkbox:after {
  position: absolute;
  width: 100%;
  line-height: 50%;
  text-align: center;
    right: 2px;
}
.show-checkbox[data-checked="true"]:after {
  /*content: "✓";*/
  content: "✗";
}

.text-area-output {
    color: dimgrey;
}

.step-content table {
    border-collapse: unset;
}

.inex-select-dropdown {
    width: auto;
    max-width: 100%;
}

.inherit-color {
    color: inherit;
}

.input-card {
    width: 15rem;
}

.input-card-wrapper .card-text {
    padding-left: 0.5em;
    padding-top: 0.5em;
}

.max-width-content {
    max-width: max-content;
}

.feature-tutorial {
    margin-left: 1em;
}

.feature-tutorial details {
margin-left: 1em
}

.feature-tutorial details[open] {
margin-bottom: 1em
}

.input-card-wrapper .card-header {
    display: flex;
    justify-content: space-between;
}

.modus-image {
    max-width: 100px;
}