/* -------------------------------- */

/* --- JOLA FRÄSZENTRUM  --- */
/* --- ORIGINAL: 01/2017  --- */
/* --- CI-MICRO-UPDATE: 10/2024 --- */

/* --- 10 BODY --- */
/* --- 15 TYPE --- */
/* --- 20 HEADER --- */
/* --- 30 CONTAINER --- */

/* -------------------------------- */

/* --- 10 BODY --- */

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    background-color: #fff;
    color: #7E7E7E;
    letter-spacing: 0.025em;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
}

#wrapper {
    background-color: #F2F2F2;
    border-radius: 20px;
}

p {
    line-height: 1.5;
}

@media (max-width: 979px) {
    #wrapper {
        width: 100%;
        min-width: 800px;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 50px;
        padding: 20px 20px 0;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 980px) and (max-width: 1239px) {
    #wrapper {
        width: 960px;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 50px;
        padding: 20px 20px 0;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 1240px) {
    #wrapper {
        width: 1200px;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 50px;
        padding: 20px 20px 0;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
    }
}

/* --- 15 TYPE --- */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25em;
    color: #4e849b;
}

h1 {
    margin-bottom: 1em;
    font-size: 1.6em;
    color: #4e849b;
}

h2 {
    font-size: 1.4em;
    color: #999;
}

h3 {
    font-size: 1em;
    color: #4e849b;
}

strong {
    color: #4e849b;
    font-style: normal;
    font-weight: 400;
}

.step__wrapper strong {
    color: #fff;
}

p span.frage {
    font-weight: bold;
    color: #4e849b;
}

/* --- 20 HEADER --- */

header {
    background-color: #4e849b;
}

header .inside {
    width: 100%;
    height: 120px;
}

@media (max-width: 979px) {
    header .inside {
        margin: auto;
    }
}

@media (min-width: 980px) and (max-width: 1239px) {
    header .inside {
        margin: auto;
    }
}

@media (min-width: 1240px) {
    header .inside {
        margin: auto;
    }
}

#logo {
    width: 180px;
    height: 120px;
    left: 30px;
    position: absolute;
    display: block;
    text-indent: -9999px;
    top: 0;
    background: #4e849b url("../images/logo-jola-fraeszentrum.svg") center no-repeat;
    z-index: 9999;
}

.main_nav {
    display: inline;
}

.main_nav ul {
    margin-bottom: 0;
    float: right;
    margin-top: 0px;
    margin-right: 30px;
}

.main_nav li {
    float: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.main_nav li.login {
    margin-left: 60px;
}

.main_nav ul.level_1 ul {
    width: 360px;
    left: -9999px;
    position: absolute;
}

.main_nav ul.level_1 ul li {
    width: 90%;
    margin-left: 5%;
}

.main_nav ul.level_1 ul li.last {
    margin-bottom: 15px;
}

.main_nav li:hover .level_2,
.main_nav .level_2 li:hover .level_3 {
    left: auto;
    top: 100px;
    z-index: 8888;
}

.main_nav.login li:hover .level_2,
.main_nav.login .level_2 li:hover .level_3 {
    left: auto;
    right: 0px;
    top: 120px;
    z-index: 8888;
    margin: 0;
}

.main_nav ul.level_2,
.main_nav ul.level_3 {
    background-color: #7E7E7E;
    border-radius: 15px;
}

.main_nav ul.level_2 li {
    clear: left;
}

.main_nav .level_2 ul {
    margin: -60px 0 0 -300px;
}

.main_nav a,
.main_nav span.active,
.main_nav li.trail span {
    font-weight: 500;
    font-size: .85rem;
    letter-spacing: 0.15em;
    float: left;
    line-height: 120px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.main_nav.login a,
.main_nav.login span.active,
.main_nav.login li.trail span {
    line-height: 100px;
}

.main_nav.login .level_1 {
    margin-top: 10px;
}

.main_nav.login .level_1 > li {
    background-color: #91C5C4;
    border-radius: 200px;
    position: relative;
    width: 100px;
    text-align: center;
}

.main_nav.login .level_1 > li a,
.main_nav.login .level_1 > li span {
    text-align: center;
    width: 100px;
}

.main_nav.login li:hover {
    background-color: #7E7E7E;
}

.main_nav .level_1 > li.trail:after,
.main_nav .level_1 > li.active:after,
.main_nav .level_1 > li:hover:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.main_nav.login li.active:after,
.main_nav.login li:hover:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 24px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.main_nav li span {
    display: block;
}

.main_nav ul.level_2 a,
.main_nav ul.level_2 span.active {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
}

li.login ul.level_2 li.first {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #eee;
    border-radius: 15px;
}

li.login ul.level_2 li.first div.formbody {
    padding: 20px;
    padding-bottom: 0;
}

li.login ul.level_2 li.first div.formbody input {
    margin-bottom: 10px;
}

li.login ul.level_2 li.first div.formbody div.submit_container {
    margin-top: 5px;
    margin-bottom: 0;
}

li.login ul.level_2 li.first div.formbody div.submit_container input[type="submit"] {
    width: 100%;
}

li.login.logout ul.level_2 li.first div.formbody p.login_info {
    display: none;
}

li.login ul.level_2 li.first div.forgottenpass a {
    display: block;
    text-align: center;
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-decoration: underline;
    color: #4e849b;
    font-size: 0.75em;
    width: auto !important;
}

li.login ul.level_2 li.first div.forgottenpass {
    margin-bottom: 5px;
}

div.mod_login input {
    margin-bottom: 10px;
}

/* --- 30 CONTAINER --- */

@media (max-width: 979px) {
    #main .inside {
        margin: 40px auto 60px auto;
    }
}

@media (min-width: 980px) and (max-width: 1239px) {
    #main .inside {
        margin: 40px 60px 60px 60px;
    }
}

@media (min-width: 1240px) {
    #main .inside {
        margin: 40px 120px 60px 40px;
    }
}

.mod_navigationSub {
    margin-top: 51px;
    padding-top: 40px;
    padding-left: 20px;
    border-top: 1px solid #ccc;
}

.mod_navigationSub a,
.mod_navigationSub span.active {
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    color: #4e849b;
}

.mod_navigationSub li,
.mod_navigationSub li.active {
    border-bottom: 1px solid #ccc;
}

.mod_navigationSub li.active {
    background-color: #e3e5f1;
}

.mod_navigationSub a:hover {
    background-color: #f5f6f6;
}

.ce_accordion {
    margin-bottom: 5px;
}

.ce_accordion .toggler {
    padding: 8px 10px;
    background-color: #4e849b;
    color: #fff;
    text-transform: uppercase;
}

.ce_accordion .toggler:hover {
    background-color: #999;
    cursor: pointer;
}

.ce_accordion [class*="ce_"] {
    margin-right: 0;
    margin-left: 0;
}

table {
    width: 100%;
    color: #4e849b;
    font-style: normal;
    font-weight: 300;
}

table thead {
    background-color: #ccc;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #fff;
    text-transform: uppercase;
}

table tfoot {
    font-size: 0.75em;
    color: #999;
}

.ce_form table {
    font-size: 0.75em;
}

th {
    font-weight: normal;
    font-weight: 300;
}

tr.even {
    background-color: #f5f6f6;
}

tr.odd {
    background-color: #e3e5f1;
}

tr {
    border-top: 2px solid #fff;
    font-style: normal;
    font-weight: 300;
}

th,
td {
    padding: 10px;
}

.ce_form table th,
.ce_form table td {
    padding: 3px 10px;
}

th,
td {
    text-align: center;
}

th.head_0,
td.col_first {
    text-align: left;
}

.preisliste.spalten3 .col_1,
.preisliste.spalten3 .col_2 {
    width: 20%;
}

.farbtafel .col_0 {
    width: 20%;
}

.farbtafel .col_1 {
    width: 10%;
}

.farbtafel .col_2 {
    text-align: left;
}

.ce_list ul li {
    margin-bottom: 4px;
    padding: 4px 5px;
    background-color: #f5f6f6;
}

.ce_list ul li:hover {
    background-color: #e3e5f1;
}

div.mod_article {
    margin-bottom: 30px;
}

.mod_article a,
#copy a {
    text-decoration: none;
    color: #4e849b;
}

.mod_article a.button {
    color: #fff;
}

.mod_article a.button:hover {
    color: #fff;
    text-decoration: none;
}

.mod_article a:hover,
#copy a:hover {
    text-decoration: underline;
    color: #4e849b;
}

#theSlider .inside {
    width: 960px;
    margin: 0 auto;
}

#theSlider h1 {
    margin-bottom: 10px;
    font-size: 2em;
}

#theSlider h2 {
    margin-top: 0;
    font-size: 1.6em;
    font-weight: normal;
}

div.mod_breadcrumb {
    padding: 10px 10px 20px;
    border-bottom: 1px solid #ccc;
}

div.mod_breadcrumb ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.mod_breadcrumb li {
    float: left;
    padding-right: 25px;
}

.mod_breadcrumb li.first {
    display: none;
}

div.mod_breadcrumb a {
    text-decoration: none;
    color: #999;
}

div.mod_breadcrumb li.active {
    color: #4e849b;
}

#footer {
    margin-top: 50px;
    border-top: 1px solid #e0e0e0;
}

#footer p {
    font-size: 0.75em;
    line-height: 4em;
}

figure.image_container {
    margin: 0;
    padding: 0;
}

/* formulare.css angepasst */

div.formbody {
    padding: 20px;
}

legend {
    width: 100%;
    display: block;
    border: 0;
    font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input:not([type]),
textarea {
    width: 100%;
    display: inline-block;
    line-height: 35px;
    padding: 6px 15px;
    border: none;
    border-radius: 15px;
    background: #fff;
    border: 3px solid #fff;
    font-weight: 500;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus {
    outline: 0;
    background: #fcfcfc;
}

input[type="file"] {
    cursor: pointer;
}

select,
input[type="file"] {
    display: block;
    border-radius: 15px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

textarea,
select[multiple],
select[size] {
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 3px 0 0;
}

input[type="radio"],
input[type="checkbox"],
label {
    vertical-align: middle;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background: #eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background: transparent;
}

input[type="submit"],
.button {
    display: inline-block;
    margin-bottom: 0;
    padding: 16px 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #4e849b;
    border: 0;
    border-radius: 0;
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

input[type="submit"]:hover,
.button:hover {
    text-decoration: none;
    color: #fff;
}

input[type="submit"]:active,
.button:active {
    background-color: #e6e6e6;
}

input[type="submit"].grey,
.button.grey {
    background-color: #ddd;
    border-color: #ddd;
    color: #fff;
}

input[type="submit"].grey:active,
.button.grey:active {
    background-color: #ccc;
}

body.fraesauftrag .ce_form input[type="submit"],
body.laserauftrag .ce_form input[type="submit"] {
    background-color: #91C5C4 !important;
    color: #fff;
}

body.fraesauftrag .ce_form input[type="submit"].disabled,
body.laserauftrag .ce_form input[type="submit"].disabled {
    background-color: #ccc !important;
    color: #000;
}

/*-----------------------

FORMULAR - FRAESAUFTRAG

------------------------*/

.step__wrapper {
    position: absolute;
    width: calc(100% - 60px);
    /*height: 600px;*/
    overflow: hidden;
    /*margin: 30px;*/
    padding-bottom: 80px;
    margin-left: 30px;
}


.step__wrapper:not(:first-of-type) {
    display: none;
}

.mod_mp_form_steps,
.progress__navi {
    width: 100%;
    display: block;
    margin: 0 !important;
    height: 50px;
}

.mod_mp_form_steps ul,
#progress {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.mod_mp_form_steps ul li,
.progress__navi ul li {
    margin: 0;
    float: left;
    width: 20%;
    line-height: 50px;
    display: block;
    /*padding: 0 50px;*/
    text-align: center;
    border-left: 1px solid #eee;
    transition: all 0.5s;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #fff;
    font-weight: 500;
}

.progress__navi ul li:first-of-type {
    border-left: none;
}

.mod_mp_form_steps ul li.active,
.progress__navi ul li.active {
    background-color: #4e849b;
    color: #fff;
}

div.formbody {

}

.progress__navi ul li.active {
    font-weight: 500;
}

.cf {
    clear: both;
}

body.fraesauftrag #main .inside,
body.laserauftrag #main .inside {
    margin: 0;
}

body.fraesauftrag div.formbody,
body.laserauftrag div.formbody {
    padding: 0;
}

body.fraesauftrag fieldset>legend,
body.laserauftrag fieldset>legend {
    display: none;
}

fieldset.left {
    display: block;
    float: left;
    width: 30%;
    margin-right: 5%;
}

fieldset.left.big {
    float: left;
    width: 60%;
    margin-right: 0%;
}

fieldset.right {
    display: block;
    float: left;
    width: 55%;
}

select {
    width: 100%;
    border: 3px solid #fff;
    line-height: 35px;
    padding: 8px 16px;
    border-radius: 15px;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    appearance: none;
    position: relative;
    background: #fff url("../images/arrow-down.svg") no-repeat 98% 50%;
    background-size: 12px;
}

.multistep  .ce_form {
    height: 350px;
}

.widget {
    margin-bottom: 30px;
}

.widget-pagebreak {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: calc(100% - 60px);
}

.widget-pagebreak .button-wrapper {
    width: 100%;
    overflow: hidden;
}

.widget-pagebreak button,
button.next,
button.next__last,
button.previous {
    display: block;
    background-color: transparent;
    border: 2px solid white !important;
    border-radius: 15px !important;
    padding: 15px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #fff;
}

.widget-pagebreak button[value="back"],
button.previous {
    float: left;
}

.widget-pagebreak button[value="continue"],
button.next,
button.next__last {
    float: right;
    background-color: #91C5C4;
    border: none !important;
}

.button__nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
    overflow: hidden;
}

label {
    display: block;
    margin-bottom: 10px;
    color: #7E7E7E;
}

.step__wrapper label {
    color: #fff;
}

.multistep .ce_form {
    position: relative;
    padding-top: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    overflow: hidden;
    background-color: #4e849b;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.qq-upload-button {
    background: #fff;
    color: #999;
    width: 100%;
    margin-bottom: 20px;
}

body.fraesauftrag .step__wrapper .submit_container,
body.laserauftrag .step__wrapper .submit_container {
    float: right;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 99;
}

body.fraesauftrag .bemerkung.textarea,
body.laserauftrag .bemerkung.textarea {
    height: 150px;
}

:focus {
    outline: none;
}

/*-----------------------

FORMULAR - Infoboxen

------------------------*/

span#versand-info-link,
span#ansprechpartner-info-link,
span#indikation-info-link,
span#verblockung-info-link {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/info-w.svg") no-repeat center center;
    background-size: cover;
    float: right;
    margin-right: 3px;
}

#info-versand,
#info-ansprechpartner,
#info-indikation,
#info-verblockung {
    display: none;
    position: absolute;
    left: 26px;
    top: 0;
    width: 300px;
    height: auto;
    background-color: #fff;
    z-index: 999;
    padding: 15px;
    font-size: 0.85rem;
    text-decoration: none;
    color: #999;
    transform: translateY(-45%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

#info-versand strong ,
#info-ansprechpartner strong ,
#info-indikation strong ,
#info-verblockung strong {
    color: #4e849b;;
}

#info-indikation,
#info-verblockung {
    left: -316px;
    top: 0;
}

#info-indikation {
    width: 360px;
    left: -370px;
    top: 0;
}

#info-versand {
    width: 520px;
    left: -530px;
    top: 80px;
}

span#versand-info-link:hover #info-versand,
span#ansprechpartner-info-link:hover #info-ansprechpartner,
span#indikation-info-link:hover #info-indikation,
span#verblockung-info-link:hover #info-verblockung {
    display: block;
}

#info-versand ul {
    list-style: disc;
    margin-left: 15px;
    line-height: 1.5em;
}

div.widget.indikation,
div.widget.verblockung {
    float: right;
}

div.widget.indikation {
    width: 90px;
    margin-right: 20px;
}

div.widget.verblockung {
    width: 110px;
    margin-right: 30px;
}

div.indikation li span {
    display: inline-block;
    color: #4e849b;
    width: 50px;
    text-align: center;
    line-height: 1.5em;
}

/*-----------------------

FORMULAR - FRÄSAUFTRAG - Zahnschema

------------------------*/

.zahnschema {
    overflow: hidden;
}

.zahnschema .zahn label {
    display: none;
}

.zahnschema select {
    width: 100%;
    line-height: 45px;
    padding: 8% 34%;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    appearance: none;
    position: relative;
    background: #fff url("../images/arrow-down.svg") no-repeat 50% 90%;
    background-size: 12px;
    cursor: pointer;
}

.firefox .zahnschema select {
    height: 45px;
}

.oberes_zahnschema {
    overflow: hidden;
}

.unteres_zahnschema {
    overflow: hidden;
}

.oberes_zahnschema div.zahn {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.unteres_zahnschema div.zahn {
    margin-bottom: 0.5%;
}

.zahn {
    width: 6%;
    float: left;
    margin-right: 0.25%;
}

.zahn_11,
.zahn_41 {
    margin-right: 0.5%;
}

.zahn_28,
.zahn_38 {
    margin-right: 0;
}

.obere_verblockung {
    overflow: hidden;
    padding: 0 3%;
}

.untere_verblockung {
    overflow: hidden;
    padding: 0 3%;
    margin-bottom: 20px;
}

.zahnschema .block label {
    margin-bottom: 0;
    text-align: center;
    color: transparent;
}

.zahnschema .widget.block {
    width: 6.3333333334%;
    margin-right: 0.3333333334%;
    margin-bottom: 0;
    float: left;
}

/* remove standard-styles */
.zahnschema input [type="checkbox"] {
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}

/* graceful degradation for ie8 */
.zahnschema input[type="checkbox"] {
    width: auto;
    float: left;
    margin-right: 0.75em;
    background: transparent;
    border: none;
}

.zahnschema input[type="checkbox"]:checked,
.zahnschema input[type="checkbox"]:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.zahnschema input[type="checkbox"]+label {
    cursor: pointer;
}

.zahnschema .obere_verblockung input[type="checkbox"]:checked+label::after,
.zahnschema .obere_verblockung input[type="checkbox"]:not(:checked)+label::after,
.zahnschema .untere_verblockung input[type="checkbox"]:checked+label::before,
.zahnschema .untere_verblockung input[type="checkbox"]:not(:checked)+label::before {
    content: " ";
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
    background: white;
    border-radius: 15px;
}

.zahnschema .obere_verblockung input[type="checkbox"]:hover+label::after,
.zahnschema .untere_verblockung input[type="checkbox"]:hover+label::before {
    background: #ddd;
}

.zahnschema .obere_verblockung input[type="checkbox"]:checked+label::after,
.zahnschema .untere_verblockung input[type="checkbox"]:checked+label::before {
    background: #91C5C4;
}

.einschub_unterschnitte fieldset legend {
    display: block;
}

.einschub_unterschnitte span {
    display: block;
    float: left;
    margin-right: 20px;
}

.einschub_unterschnitte:after {
    clear: both;
}

.reset-wrapper {
    width: 100%;
    overflow: hidden;
}

#reset {
    float: left;
    display: block;
    border: none !important;
    cursor: pointer;
    font-size: 1rem;
    color: inherit;
    background-color: #7295A9;
    padding: 16px 20px;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    border-radius: 15px;
    color: #fff;
}

#reset:hover {
    text-decoration: none;
}

/* Auftragsübersicht */

.uebersicht {
    overflow: hidden;
}

.uebersicht.left {
    float: left;
    width: 45%;
}

.uebersicht.right {
    float: right;
    width: 45%;
}

.uebersicht ul {
    width: 100%;
}

.uebersicht ul li {
    float: left;
    width: 25%;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}

.uebersicht p span {
    display: block;
    font-size: 110%;
    margin-top: 5px;
}

.link--button {
    float: right;
    margin-top: 20px;
    padding: 20px 20px;
    background: #4e849b;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8rem;
    letter-spacing: .1em;
}

.link--button a {
    color: #fff;
}

.link--button a:hover {
    color: #fff;
    text-decoration: none;
}

ul.labels li {
    font-weight: 700;
}

/*--- Auftragsübersicht ---*/

.focus {
    font-weight: bold;
}

.select.highlight {
    background-color: #91C5C4;
    color: #fff;
}

a.auftrag {
    display: block;
    overflow: hidden;
    height: 45px;
}

a.auftrag:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* Pflichtfelder Highlights */
input.empty,
select.empty,
div.empty,
fieldset.empty {
    border: 3px solid #fc5c5c !important;
}

/* 

Special Schmulchi für Einschub/Unterschnitte Radiobuttons 

Mit IDs für Fräsauftrag normal und Konstruktionsauftrags fräsen

*/

fieldset#ctrl_3046 legend,
fieldset#ctrl_3615 legend {
    display: block;
    width: auto;
    margin-right: 50px;
}

#ctrl_3046 label,
#ctrl_3615 label {
    display: inline-block;
}

#ctrl_3046 input[type="radio"],
#ctrl_3615 input[type="radio"] {
    vertical-align: top;
}

.radio_container.einschub_unterschnitte>* {
    float: left;
    margin-right: 20px;
}

.widget.einschub_unterschnitte {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Einschub Ende */

.dropzone {
    border: 2px dashed rgba(255,255,255,.6);
    background-color: #7295A9 !important;
    border-radius: 15px !important;
}

.dropzone .dz-preview .dz-remove {
    color: #fff;
    margin-top: 5px;
}

.dz-message {
    margin: 0;
}

.dz-message span {
    line-height: 150px;
}

.abort {
    position: absolute;
    width: 100%;
    height: 95%;
    background-color: #fff;
}

.abort p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #4e849b;
}

/* --- Formular Migrierung  --- */

body.mno nav {
    display: none;
}

body.mno nav.login {
    display: initial;
}

body.mno div.ce_text.myes {
    display: none;
}

body.myes div.ce_text.mno {
    display: none;
}

.widget.datenschutz span {
    display: block;
    background-color: transparent;
}

.widget.datenschutz legend span {
    display: inline;
    background-color: transparent;
}

.widget.datenschutz legend {
    margin-bottom: 10px;
}

.widget.datenschutz span input {
    float: left;
    margin-right: 10px;
}

.migration {
    display: none;
}

/* --- Benutzerdaten  --- */

.benutzerdaten ul {
    padding: 20px;
    background-color: #eee;
    border-radius: 15px;
}

.benutzerdaten ul li {
    padding: 10px;
    margin-bottom: 0;
}

.benutzerdaten ul li.col_1 {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 20px 20px;
}

#uebersicht .left,
#uebersicht .right {
    width: 50%;
    float: left;
}

#uebersicht p.title {
    font-size: 0.85rem;
    margin-bottom: 0;
    margin-top: 15px;
}

#uebersicht span[data-dz-name] {
    display: block;
}

p.verblockung span {
    display: block;
}

p.error {
    color: #f00;
}

label.feld_highlight {
    color: #fff !important;
    font-weight: bold;
}

/* POPUP */

.popup_wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 400px;
    background-color: #fff;
    color: #7E7E7E;
    z-index: 999999;
    padding: 20px;
}

.popup_wrapper .ce_text {
    max-height: 85%;
    overflow: scroll;
}

body.popup {
    overflow: hidden;
}

body.popup:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    overflow: hidden;
}

a.popup_close {
    padding: 10px;
    background-color: #4e849b;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none;
}

a.popup_close:hover {
    color: #fff;
    text-decoration: none;
}

@media all and (max-width: 1100px) {
    .popup_wrapper {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 90vh;
        background-color: #fff;
        color: #7E7E7E;
        z-index: 999999;
        padding: 20px;
    }

    .popup_wrapper .ce_text {
        max-height: 90%;
        overflow: scroll;
    }
}

.step__wrapper:first-of-type .button__nav {
    right: 30px;
}

.step__wrapper legend {
    color: #fff;
}

.step__wrapper .widget {
    color: #fff;
}

.step__wrapper .widget-dropzone strong {
    color: #7E7E7E;
}

.step__wrapper #uebersicht {
    color: #fff;
}

.main_nav .level_2 a {
    text-align: left;
}

.abholauftrag .formbody > fieldset {
    background: #4e849b;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
}

.abholauftrag fieldset legend {
    position: absolute;
}

.abholauftrag fieldset > .widget {
    margin-top: 30px;
}

.abholauftrag .formbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.abholauftrag label,
.abholauftrag strong {
    color: #fff;
}

.abholauftrag .widget.zeit {
    width: 45%;
    display: inline-block;
}

.abholauftrag .radio_container label {
    display: inline;
}

.abholauftrag .radio_container > span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropzone span.data-dz-errormessage {
    line-height: 1.5em;
}