.grecaptcha-badge {
    visibility: hidden;
}
body .separator-line {
  width: 75px;
}
.joompiter_form_element {
	max-width: 600px;
    margin: 0 auto;
    display:block;
}
#element_firsthint {
  margin-bottom: 80px;
  max-width: 100%;
}
.joompiter_form_element:not(:last-child) {
    margin-bottom: 15px;
}
.joompiter_form_element .joompiter_form_hint.formhint {
    font-size: 18px;
    line-height: 1;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    display: none;
}
.joompiter_form_element .joompiter_form_required {
    
}
.joompiter_form_element input {
    width: 100%;
    border: 0;
    background-color: #FBFBFB;
    padding: 0px 10px;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.joompiter_form_element .joompiter_form_nowrap {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.joompiter_form_element .joompiter_form_nowrap input {
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
}
.joompiter_form_element .joompiter_form_nowrap input:first-child {
    margin-right: 6px;
}
.joompiter_form_element .joompiter_form_nowrap input:last-child {
    margin-left: 6px;
}
#element_salutation_hint.joompiter_form_element {
    display: none;
    margin-bottom: 0;
}
.joompiter_form_element .joompiter_form_label {
    display: none;
    margin-bottom: 0;
}
#element_dataprivacy {
    position: relative;
    padding-left: 32px;
}
#element_dataprivacy .joompiter_form_label {
    display: block;
} 
#element_dataprivacy input {
    width: auto;
    position: absolute;
    left: 0;
    top: 5px;
    color: #000;
    width: 18px;
    height: 18px;
} 
#element_dataprivacy a {
    color: inherit;
    text-decoration: underline;
}
#element_send {
    text-align: center;
}
#element_send button {
    box-sizing: border-box;
    background: none;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 10px 30px;
    line-height: 1;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    border: 0px solid;
    border-color: #000;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}
.mox-custom-select {
    cursor: pointer;
    display: block;
    position: relative;
    width: calc(50% - 6px);
    height: 50px;        
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 400;
}
.mox-custom-select .select-hidden {
    display: none;
    visibility: hidden;
}

.mox-custom-select .select-styled {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FBFBFB;
    padding: 0px 10px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    line-height: 50px;
    
}
.mox-custom-select .select-styled.placeholder {
    font-size: 0;
}
.mox-custom-select .select-styled.placeholder:before {
	content: 'Anrede';
    font-size: 18px;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.mox-custom-select .select-styled:after {
    content: '';
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    width: 14px;
    height: 8px;
    display: block;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    -webkit-transform: translate(0, -50%) scaleY(1);
    -moz-transform: translate(0, -50%) scaleY(1);
    -ms-transform: translate(0, -50%) scaleY(1);
    -o-transform: translate(0, -50%) scaleY(1);
    transform: translate(0, -50%) scaleY(1);
}
.mox-custom-select .select-styled.active:after {
    -webkit-transform: translate(0, -50%) scaleY(-1);
    -moz-transform: translate(0, -50%) scaleY(-1);
    -ms-transform: translate(0, -50%) scaleY(-1);
    -o-transform: translate(0, -50%) scaleY(-1);
    transform: translate(0, -50%) scaleY(-1);
}

.mox-custom-select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    overflow: auto;
    max-height: 275px;
}

.mox-custom-select .select-options li {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    padding: 8px 10px;
    border-top: 0px solid transparent;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.mox-custom-select .select-options li:hover {
    background-color: #FBFBFB;
}
.mox-custom-select .select-options li.is-selected {
    background-color: #b8b0a1;
    color: #fff;
}

@media screen and (max-width:576px) {
    .joompiter_form_element .joompiter_form_nowrap input {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .joompiter_form_element .joompiter_form_nowrap input:first-child {
        margin-right: 0;
    }
    .joompiter_form_element .joompiter_form_nowrap input:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
    .mox-custom-select {
        width: 100%;
    }
}

body #desktop-menu-bottom:after {
    height: 200px;
}

@media screen and (min-width:992px) {
   body #article-content .x-block-item.xaccordion {
    padding: 60px 0;
  }
}

@media screen and (min-width:1200px) {
   body #article-content .x-block-item.xaccordion {
    padding: 60px 0;
  }
}