input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
    border-radius: 30px;
}

input[type='checkbox']:checked+label::before,
input[type='checkbox']:not(:checked)+label::before,
input[type='radio']:checked+label::before,
input[type='radio']:not(:checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    border: 1px solid #000000;
    background: white;
    margin-right: 1em;
}

input[type='checkbox']:checked+label::before,
input[type='radio']:checked+label::before {
    border-collapse: separate;
    border-spacing: 3px;
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    border: 1px solid #000000;
    background: #000000;
    margin-right: 1em;
}

input[type='checkbox']+label,
input[type='radio']+label {
    cursor: pointer;
}

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

input[type='checkbox'],
input[type='radio'] {
    border: 1px solid #000000;
    width: auto;
    float: left;
    margin-right: .75em;
    background: transparent;
    border: none;
}

select {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input.radio {
    width: 10px;
    height: 10px;
    top: 7px;
    position: relative;
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    border: 1px solid #b3b3b3;
}

label {
    margin-right: 10px;
}

p.error {
    font-size: 12px;
    color: #f00;
}

.copy-bullet li {
    margin-bottom: 1em;
    margin-left: 1.5em;
    list-style-type: circle;
}

#footer h1,
#footer h2,
#footer h3,
#footer p,
#footer a {
    color: #fff;
}

.invisible {
    display: none;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #000000;
}

body {
    position: relative;
    margin: 0;
    min-height: 100% !important;
}

#main {
    background-color: #fff;
}

body {
    background-color: #fff;
}

a,
body,
div,
em,
input,
label,
legend,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.5em;
    color: #000;
    font-weight: 300;
}

a,
body,
div,
input,
label,
li,
legend,
ol,
p,
select,
td,
th,
textarea,
u,
ul {
    font-size: 17px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: .05em;
}

h1.ce_headline {
    margin-bottom: 2em;
}

h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

h4 {
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
}

ul {
    margin: 0;
    padding: 0 0 0 25px;
}

li {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

img {
    vertical-align: middle;
    border: 0px;
}

p,
pre,
form,
figure {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em !important;
}

:focus {
    outline: 0;
}

.imprint h3 {
    margin-bottom: 4px;
    font-size: .8em;
}

#contact .widget-submit {
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

#contact .ce_form button.submit {
    width: 100%;
    display: block;
    text-align: center;
    color: black;
    background-color: #fff;
}

#contact .ce_form button.submit:hover {
    background-color: #000;
    color: #fff;
    /* border-bottom: 1px solid #fff; */
}


#contact .ce_form textarea,
#footer .ce_form textarea {
    border-bottom: 1px solid #b3b3b3 !important;
    /* margin-bottom: 1em; */
}

.ce_form input,
.ce_form textarea {
    box-sizing: border-box;
}

.formbody {
    overflow: hidden;
}

#about-us {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* min-height: 80vh; */
}

#about-us .ce_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#about-us .ce_text p {
    margin-bottom: 0 !important;
}

#about-us .ce_image {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    /* width: 100%; */
}

#about-us .ce_image .image_container,
#about-us .ce_image img {
    display: block;
    /* height: 100%; */
    /* width: 100%; */
}

#about-us .ce_image img {
    max-height: 90vh;
    object-fit: cover;
}


.quote {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {

    .quote-at {
        /* Break text before and after */
        display: block;
    }
}


.mod_iso_productreader .gallery .image_container img {
    width: 100%;
}