/********************************************************************************
 * Inline grid elements
 ********************************************************************************/

.grid-inline {
    overflow: hidden;
}

.grid-inline + .grid-inline {
    margin-top: 0.75em;
}

.grid-inline > *:first-child {
    padding-left: 0;
}
.calculation-table .grid-inline  .div-table-row > *:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.grid-inline > *:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .calculation-table .grid-inline > *:first-child {
        margin-top: 0.75em;
    }

    .calculation-table .grid-inline .div-table-row > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    .grid-inline > * {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-inline > * + * {
        margin-top: 0.75em;
    }
}

/********************************************************************************
 * Placeholders
 ********************************************************************************/

.placeholder {
    color: #aaa;
}

/********************************************************************************
 * Development
 ********************************************************************************/

 body.indevelopment {
    margin: 115px 0 0 0;
}
.menu-container.indevelopment {
    top: 35px;
}

.development {
    color: #FFF;
    font-size: 0.66em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 30px;
    z-index: 9999999;
    height: 35px;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


span.devel_text {
    float: left;
    margin: 0 0 0 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}



.development {
      animation: colorchange 5s infinite; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 5s infinite; /* Chrome and Safari */
    }

    @keyframes colorchange
    {
      0%   {background: #f90048;}
      25%  {background: #f900bb;}
      50%  {background: #a200f9;}
      75%  {background: #f900bb;}
      100% {background: #f90048;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: #f90048;}
      25%  {background: #f900bb;}
      50%  {background: #a200f9;}
      75%  {background: #f900bb;}
      100% {background: #f90048;}
    }


/********************************************************************************
 * Powered by
 ********************************************************************************/

.powered_go--clickable {
    cursor: pointer;
    text-decoration: underline;
}

.powered_logo {
    display: block;
    margin: 1em auto;
}

/********************************************************************************
 * Accordion
 ********************************************************************************/



.accordion_form.accordion {
    border-top: none;
}

.accordion_form.accordion {
    padding: 0;
    cursor: auto;
    font-size: 1em;
    font-weight: inherit;
    padding-right: 0;
}
.accordion_form.accordion:after {
    display:none;
}

.accordion_step:last-of-type {
    border-bottom: 0;
}

.accordion_step--clickable {
    cursor: pointer;
}

.accordion_header {
    overflow: hidden;
    padding: 10px 0;
    display: flex;
}

.accordion_title {

}

.accordion_tick {
    color: #64BA4B;
    display: none;
    float: right;
    margin: 0.75em 0;
    padding: 0 0.5em;
}

.accordion_step--finished .accordion_tick {
    display: block;
}

.accordion_step--current .accordion_tick {
    display: none;
}

.accordion_content {
    overflow: hidden;
}

.accordion_nav {
    display: none;
}

.accordion_status {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    background: #cacaca;
    padding: 0;
    line-height: 1;
    text-align: center;
    border-radius: 20px;
    color: #575757;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.accordion_title {
    display: inline-block;
    float: left;
    margin: 7px 0 0 10px;
    line-height: 1;
    font-size: 1.3em;
}
.accordion_step {
    border-bottom: 1px solid #cacaca;
}
.accordion_step--finished .accordion_status,
.accordion_step--current .accordion_status,
.accordion--current .accordion_status {
    background: #e91454;
    color: #fff;
}

span.accordion_status_number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

img.accordion_checkmark_step {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    display: none;
}

.accordion_step--finished img.accordion_checkmark_step {
    display: block;
}

.accordion_step--finished span.accordion_status_number {
    display: none;
}
.form_element.nav_buttons {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0;
    margin: 0 0 30px 0;
    display: block;
    overflow: hidden;
}
.prev_button {
    float: left;
    display: inline-block;
}
.next_button {
    float: right;
    display: inline-block;
}
.nav_buttons button.button {
    -webkit-appearance: none;
    border: none;
    padding: 10px;
    width: auto;
    min-width: 150px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0;
}
.nav_buttons .prev_button button.button {
    color: #fff;
    background: #7d1836;
}
.nav_buttons .next_button button.button {
    background: #e91454;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .nav_buttons button.button {
        min-width: 100px;
    }
}

/********************************************************************************
 * Multipage
 ********************************************************************************/

.multipage_nav {
    display: none;
    overflow: visible;
}

.pointers {
    display: none;
}
/* Styling multistep horizontal (added 29-04-2019) START */

.multistep_horiz_holder {
    display: flex;
    position: relative;
    margin: 0 0 20px 0;
}
.multistep_horiz_step {
    width: 20%;
    margin: 0 10px 0 0;
    text-align: center;
}
.step_title span {
    font-size: 12px;
    color: #a4a2a3;
}
.pointer--finished .step_title span
{
    color: #e61454;
}
.pointer--current .step_title span,
.pointer--finished.pointer--current .step_title span {
    color: #000;
}

.step_number {
    display: inline-block;
    background: #E0E0E0;
    width: 30px;
    position: relative;
    height: 30px;
    border-radius: 40px;
    border: 3px solid #fff;
}
.pointer--finished .step_number,
.pointer--current .step_number {
    background: #E61454;
}
.step_number span {
    font-size: 13px;
    font-weight: bold;
    color: #9E9FA3;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.pointer--current .step_number span {
    color: #fff;
}

.timeline {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
}
img.checkmark_step {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    display: none;
}
.pointer--finished .step_number span {
    display: none;
}

.pointer--finished img.checkmark_step {
    display: block;
}

.multistep_horiz_step.pointer--finished {
    cursor: pointer;
}


/* Styling multistep horizontal (added 29-04-2019) END */

/********************************************************************************
 * Calculation
 ********************************************************************************/

.calculation_loading {
    display: none;
}

.js-calculation-products .div-table-row{display: inline-block; width: 100%;}
.js-calculation-products .div-table-row .div-table-col:last-of-type{padding-right:0;}
.js-calculation-products {border-bottom: 2px solid #4178B9;}
.calculation-table > .div-table-row:first-of-type {border-bottom: 2px solid #4178B9; font-weight:bold;}

.discountstatus {color: #4178B9;}

 .invoice-items{
    color: #F01A26;
    margin-top: 0.3em;
 }

.invoice-item {
    display: block;
}

.template_product {display:none;}

/********************************************************************************
 * Disabled form elements
 ********************************************************************************/

input[disabled], select[disabled] {
    background-color: #F8F8F8 !important;
    color: #777777 !important;
    cursor: not-allowed !important;
}

/********************************************************************************
 * Loader
 ********************************************************************************/

.loading_image {background: url(../images/loading.gif) no-repeat 50% 50%; background-color: rgba(256,256,256,0.7) !important;}

.loading_image--css {
    background: none;
    background-color: rgba(256,256,256,0.7) !important;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading_image--css .bars_container{
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 45%;
}
.loading_image--css .bars_container span {
    display: inline-block;
    position: absolute;
    width: 1.2em;
    background: #e91454;
    animation: l-bars 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading_image--css .bars_container span:nth-child(1) {
    animation-delay: -0.24s;
}
.loading_image--css .bars_container span:nth-child(2) {
    margin-left: 2em;
    animation-delay: -0.12s;
}
.loading_image--css .bars_container span:nth-child(3) {
    margin-left: 4em;
    animation-delay: 0;
}
@keyframes l-bars {
    0% {
        top: 1em;
        height: 6em;
    }
    50%, 100% {
        top: 3em;
        height: 3em;
    }
}


/*********************************************************************************
* Gallery
*********************************************************************************/

.gallery-explanation {
    text-align: center;
}

.gallery_item {
    background-position: center center;
    background-size: cover;
    border: 2px solid #4178B9;
    display: block;
    height: 100px;
    margin-bottom: 20px;
}

/*********************************************************************************
* Cookies
*********************************************************************************/

.cookiebanner {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.89);
    bottom: 0;
    display: none;
    left: 0;
    padding: 5em 2em;
    position: fixed;
    text-align: left;
    right: 0;
    z-index: 9999;
}

.cookiebanner_buttons {
    margin: 0 0 1em 0;
}

.cookiebanner_button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    margin: 1.5em 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

.cookiebanner_button:hover {
    background-color: #4e4e4e;
}
.cookiebanner_button {
    color: #fff;
    background-color: #4e4e4e00;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.cookiebox_text {
    width: 50%;
    display: inline-block;
    float: left;
    color: #fff;
}
span.cookietitle {
    font-size: 2em;
    font-weight: 600;
    line-height: normal;
}
.cookiebox_buttons {
    width: 45%;
    display: inline-block;
    float: left;
    margin: 0 0 0 5%;
}
.leftcookiebtn {
    width: auto;
    float: left;
    display: inline-block;
}
.rightcookiebtn {
    width: auto;
    float: left;
    display: inline-block;
    margin: 0 0 0 30px;
}
img.cookie_icon {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
}
span.cookie_icontext {
    display: inline-block;
    float: left;
    margin: 12px 0 0 10px;
    line-height: 1;
}
.cookiebanner_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}


@media only screen and (max-width: 767px) {
  .cookiebanner {
    bottom: auto;
    top: 60px;
    padding: 20px 15px;
}
.cookiebox_text {
    width: 100%;
    display: block;
}
span.cookietitle {
    font-size: 1.5em;
}
.cookiebox_buttons {
    width: 100%;
    margin: 0;
    display: block;
}
.leftcookiebtn {
    width: 48%;
    margin: 0 2% 0 0;
}
.cookiebanner_button {
    width: 100%;
    margin: 20px 0 0 0;
}
img.cookie_icon {
    width: 30px;
    height: 30px;
}
span.cookie_icontext {
    font-size: 0.8em;
    margin: 10px 0 0 10px;
}

.rightcookiebtn {
    width: 48%;
    margin: 0 2% 0 0;
}
span.devel_hide {
    display: block;
    float: left;
}
span.devel_text {
    display: block;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.development {
    height: 55px;
}
}

/**************
* Disabled state
**************/
.cust_check input[disabled] ~ .checkmark {
    border-color: #CCCCCC;
    color: #CCCCCC;
    cursor: not-allowed;
}

.cust_check input[disabled] ~ .checkmark:after {
    border-color: #CCCCCC;
    color: #CCCCCC;
}

.cust_radio input[disabled] ~ .radioshape {
    border-color: #CCCCCC;
    color: #CCCCCC;
    cursor: not-allowed;
}

.cust_radio input[disabled] ~ .radioshape:after {
    border-color: #CCCCCC;
    color: #CCCCCC;
}

.button[disabled] {
    cursor: not-allowed;
    background-color: #CCCCCC;
    color: #939393;
}

/**********************
* Timtetable
**********************/

.js-accordion-timetable--shown, .js-multipage-timetable--shown {
    position: absolute;
    background: white;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: height 750ms ease-in-out;
    -moz-transition: height 750ms ease-in-out;
    -ms-transition: height 750ms ease-in-out;
    -o-transition: height 750ms ease-in-out;
    transition: height 750ms ease-in-out;
    z-index: 1;
}

.js-multipage-timetable--shown {
    height: auto;
    padding: 50px 0;
    margin: 0!important;
}

.js-accordion-timetable--shown {
    padding: 20px 40px;
}

.js-multipage-timetable--shown .multipage_nav {
    padding: 0 2em;
}

/**********************
* Misc
**********************/

.form_label, .form_label_check, .form_label_radio, .form_input_radio .form_label, .form_input_check .form_label {
    font-size: 0.8em;
    font-weight: bold;
    color: #161616;
}

.note {
    color: #e91454 !important;
}

.subguests-action {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 1.2em;
    background: #E61454;
    color: #FFF;
    font-weight: 700;
    line-height: initial;
    margin-right: 0.3em;
}

.contenido-image-container {
    display: block;
    width: -webkit-fill-available;
}

.contenido-image {
    max-width: 100%;
}

.contenido_header {
    background: #cc1a71;
    background: -moz-linear-gradient(-45deg, #cc1a71 0%, #efaa23 100%);
    background: -webkit-linear-gradient(-45deg, #cc1a71 0%,#efaa23 100%);
    background: linear-gradient(135deg, #cc1a71 0%,#efaa23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1a71', endColorstr='#efaa23',GradientType=1 );
    padding: 15px 0;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    transition: top ease 0.3s;
}

.contenido_header.nav-down {
    top: 0;
    left:0;
    z-index: 999;
}

.contenido_header.nav-up {
    top: -100px;
}

.contenido_header .contenido-logo {
    margin-top: 15px;
}

.contenido_header .contenido_header_browse input {
    background: rgba(255,255,255,0.4);
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
}

.contenido_header .contenido_header_browse select {
    border-radius: 3px;
    padding: 5px 10px;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background: rgba(255,255,255,0.4) url(/custom/theme/assets/images/select_arrow.svg) no-repeat 97% 55%;
    background-size: 5px
}

.contenido_header .contenido_header_browse span {
    color: #FFF;
    font-size: 0.7em;
    font-family: 'Open Sans';
}

.contenido_save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 999;
}

.contenido_save .contenido_save_ctabtns {
    float: right;
    padding: 15px 0;
}

.contenido_save_ctabtns button {
    padding: 0.5em 1.5em;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #FF2D74;
    transition: all ease 0.3s;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.contenido_save_ctabtns button.contenido_save_ctabtns_new_translation {
    color: #FF2D74;
}

.contenido_save_ctabtns button.contenido_save_ctabtns_new_translation:hover {
    background: #FF2D74;
    color: #FFF;
}

.contenido_save_ctabtns button.contenido_save_ctabtns_cancel {
    color: #FF2D74;
}

.contenido_save_ctabtns button.contenido_save_ctabtns_cancel:hover {
    background: #FF2D74;
    color: #FFF;
}

.contenido_save_ctabtns button.contenido_save_ctabtns_save.js-submit {
    background: #FF2D74;
    color: #FFF;
}

.contenido_save_ctabtns button.contenido_save_ctabtns_save.js-submit:hover {
    color: #FF2D74;
    background: #FFF;
}

.contenido_save_ctabtns button[disabled] {
    color: #a2a2a2;
    border: none;
    cursor: not-allowed;
}

.contenido_content {
    padding-top: 90px;
}

.contenido textarea {
    width: 100%;
    display: block;
}

.contenido .js-contenido-htmleditor {
    position: absolute;
    width: 2px;
    height: 2px;
    visibility: hidden;
}

.contenido .contenido-htmleditor-block {
    display: grid;
    width: 100%;
    z-index: 9;
}

.contenido_content .form {
    padding-bottom: 50px;
}

.contenido .contenido-htmleditor-block .ql-container {
    font-size: 18px;
}

.translation-container {
    display: flow-root;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    background: #FFF;
    padding: 0.75em 1em 0 1em;
    margin-bottom: 15px;
    overflow: visible;
}

.new-translation-container {
    border: 1px solid #e91454;
}

.translation-item.translation-item-label {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 2;
    overflow-wrap: break-word;
}

.translation-item.translation-item-input {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}

.translation-item.translation-item-input > span {
    font-weight: 700;
    margin-right: 10px;
    font-size: 1.1em;
    line-height: 40px;
}

.contenido .contenido_content textarea,
.contenido .contenido_content input {
    background: #F5F5F5;
    padding: 0 10px;
    border-radius: 3px;
    border: none;
}

.contenido-new-translation {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    overflow-y: scroll;
    margin-top: 3em;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.contenido-new-translation .container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 5em;
    background: #FFF;
    padding: 2em;
}


.message {
    border-radius: 3px;
    display: block;
    margin: 1.5em 0;
    overflow: hidden;
    padding: 0 1.5em;
}

.message--error {
    background-color: #f2e6e9;
    color: #d8000c;
}

.message--error, .message--error p {
    background-color: #f2e6e9;
    color: #d8000c !important;
}

.message--error p{
    padding-top: 1.5em;
}

.message--success {
    background-color: #81f1ad;
    color: #000;
}

.message--success, .message--success p {
    background-color: #81f1ad;
    color: #000 !important;
}

.message--success p{
    padding-top: 1.5em;
}

.multiple-editors-notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
.multiple-editors-notice span {
    background: #FFF;
    padding: 2em;
    display: inline-block;
    margin-top: 9em;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid;
}

.dataTables_filter label, .dataTables_length label {
    display: flex;
}

.jsoneditor-dashboard .actions{
    display: inline-flex;
}

.jsoneditor_button {
    display: inline-block;
    padding: 0.2em 0.4em;
    border: none;
    background: #E61454;
    color: #fff;
    border-radius: 0.2em;
}

.jsoneditor-editform button {
    border: none;
    background: #E61454;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0 2px 20px 0;
}

.js-jsoneditor div[style] {
    padding: unset !important;
    margin: unset !important;
    border: unset !important;
}

.js-jsoneditor table[style] {
    border-bottom: none !important;
}

.js-jsoneditor td {
    padding: 0 0.2em;
    vertical-align: baseline;
}

.js-jsoneditor td .form_element {
    margin: 0;
}

.mapholder iframe {
    border: 0;
}

.browser-check-container .check-icon {
    font-size: 72px;
    color: red;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.subguests-table {
    width: 100%;
}
.layout-basic .content-container {
    opacity: 1;
    padding: 0;
    margin: 80px 20px;
}
.layout-basic .content-holder {
    margin: 0;
}
/*************************
* Thank you page
*************************/
body.thank-you-page {
    background: #4b30f4;
    background: -moz-linear-gradient(-45deg, #4b30f4 0%, #d35252 100%);
    background: -webkit-linear-gradient(-45deg, #4b30f4 0%,#d35252 100%);
    background: linear-gradient(135deg, #4b30f4 0%,#d35252 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b30f4', endColorstr='#d35252',GradientType=1 );
    margin: 0;
    padding: 0;
    position: inherit;
    font-family: 'Roboto', sans-serif;
    height: 100vh;
    width: 100vw;
    display: flow-root;
}

body.thank-you-page .contentholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

body.thank-you-page .contentholder_inner {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 0 20px;
}

body.thank-you-page .gifbox {
    background-image: url(../images/great_success.gif);
    background-size:cover;
    background-position: center center;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 230px;
    position: relative;
    text-align: center;
    border: 2px solid #fff;
    margin: 0 auto;
    display: block;
}

body.thank-you-page span.giftext {
    font-size: 2em;
    display: block;
    color: #fff;
    max-width: 500px;
    margin: 30px 0 0 0;
    font-weight: 800;
    line-height: 1em;
}

body.thank-you-page .ctabtnbox {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}

body.thank-you-page a.ctabtn {
    background: #46016a;
    border-radius: 5px;
    padding: 15px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

body.thank-you-page a.ctabtn:hover {
    background: #51a0ff;
}

@media only screen and (max-width: 767px) {
    body.thank-you-page .contentholder {
        position: relative;
        top: auto;
        transform: none;
        width: auto;
        text-align: center;
        margin: 50px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .contenido_header{
        padding: 10px 0;
    }
    .contenido_header.nav-up {
        top: -180px;
    }
    .contenido_header .contenido-logo {
        margin: 0;
        text-align: center;
    }

    .contenido_header .contenido-logo img {
        width: 120px;
    }

    .contenido_content {
        padding-top: 175px;
    }
}

@media only screen and (max-width: 480px) {
    .contenido_content {
        padding-top: 150px;
    }

    .contenido_header .contenido_header_browse input,
    .contenido_header .contenido_header_browse select {
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
    }
    .contenido_content .grid-100{
        padding: 0;
    }

    .contenido_save_ctabtns {
        padding: 10px 0;
    }

    .contenido_save_ctabtns div {
        padding: 0.3em 1em;
        font-size: 0.7em;
        margin-left: 5px;
    }

    .translation-container {
        padding: 0.5em 0.5em 0 0.5em;
        margin-bottom: 10px;
    }

    .translation-item.translation-item-label {
        font-size: 0.9em;
        margin-bottom: 5px;
    }

    .translation-item.translation-item-input {
        margin-bottom: 5px;
    }

    .translation-item.translation-item-input span {
        margin-right: 8px;
        font-size: 0.9em;
        line-height: 30px;
    }

    .contenido textarea,
    .contenido input,
    .contenido select {
        padding: 0px 5px;
        font-size: 0.9em;
    }

}


/********************************************************************************
 * Slecht ziende verbeteringen
 ********************************************************************************/

.form_element{
    box-shadow: 0px 1px 1px #505050;
}

label.form_error, .form_error_box .form_label, label.form_error ::placeholder, .form_error_box ::placeholder, label.form_error :-ms-input-placeholder, .form_error_box :-ms-input-placeholder, label.form_error ::-ms-input-placeholder, .form_error_box ::-ms-input-placeholder {
    color: #d40000;
}

.form_error_box {
    border:1px solid #d40000;
    background: #fff4f4;
}

:focus {
    border: 1px solid #E61454 !important;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    border:none !important;
    background: #feebf1!important;
    color: #f8257e!important;
}

/********************************************************************************
 * Honeypot
********************************************************************************/

.formhon {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
}

/********************************************************************************
 * Password
 ********************************************************************************/
 .password-toggle {
    cursor: pointer;
    position: absolute;
    height: 4.8rem;
    line-height: 4.4rem;
    padding: 0 0.9em;
    border-right: 1px dotted var(--color-neutral-gray-04);
}

.password-toggle + input {
    padding-left: 5.5rem;
}
