 .hiddenaccy {
  text-indent: 120%;
  overflow: hidden;
  display: none;
  top: -15px;
  background: transparent;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar
{
    border-radius: 0;
    height: 22px;
	padding-right: 10px;
}
 
 .codedropz-upload-container a.cd-upload-btn
{
	font-size: 14px !important;
	font-weight: 600;
}
 .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
 
  background:  #23a0c3; 
}
.white .codedropz-upload-handler 
{
	background: #fff;
	border: none;
}
.white .dnd-upload-image {
	display: none;
}
.white .codedropz-upload-handler h5 ,
.white .codedropz-upload-handler p,
.white .codedropz-upload-handler span,
.white .codedropz-upload-handler a
{
	color: #000 !important;
}
.white .dnd-upload-status .dnd-upload-details {
  padding-left: 0;
  width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .remove-file span::after {
  content: 'x'; 
  width: 15px; 
  height: 15px; 
  display: block; 
  background-repeat: no-repeat; 
  background-size: 100%; 
  background-image: none;

}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span
{
    background: #23a0c3;
    font-size: 10px;
    line-height: 20px;
}

.dnd-upload-status .dnd-upload-details .name
{
    color: #000;
}

.dnd-upload-status .dnd-upload-details .name em
{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.codedropz-upload-handler {
	border: 2px solid #000;
	border-radius: 0;
 
}

.dnd-upload-status .dnd-upload-image 
{
 
  border: 1px solid #d5d5d5 !important;
}

 .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #345c0d2 !important;
 
}

#map:before, #map:after
{
    content: ' ';
}

.borlabs-position-fix #map:before
{
    content: 'GOOGLE MAPS' !important;
    position: absolute;
    color: #3d3d3d;
    font-size: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: 'Lato Bold', sans-serif;
    font-weight: 700;
}

.borlabs-position-fix #map:after
{
    content: 'Bitte im Cookie Banner aktivieren!' !important;
    position: absolute;
    color: #3d3d3d;
    font-size: 17px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: 'Lato Bold', sans-serif;
    font-weight: 700;
    top: 47px;
}

.borlabs-position-fix #map
{
    background: #790f11;
}

.wpb_wrapper .wpcf7
{
    width: 100%;
}

.wpb_wrapper .wpcf7 p
{
    margin-bottom: 0;
}

.wpcf7-not-valid-tip, .screen-reader-response
{
    display: none !important;
}

::-webkit-input-placeholder
{
    color: #000;
    opacity: 1;
}

:-moz-placeholder
{
    color: #000;
    opacity: 1;
}

::-moz-placeholder
{
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder
{
    color: #000;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder
{
    opacity: 0.2;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder
{
    opacity: 0.2;
}

/* FF 4-18 */ input:focus::-moz-placeholder, textarea:focus::-moz-placeholder
{
    opacity: 0.2;
}

/* FF 19+ */ input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder
{
    opacity: 0.2;
}

/* IE 10+ */ #responsive-form
{
    margin: 0 auto;
    width: 100%;
}

.form-row
{
    width: 100%;
}

.column-half, .column-full
{
    float: left;
    position: relative;
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 textarea
{
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    border: 2px solid #000;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #3d3d3d;
}
.white .wpcf7 input[type="text"], 
.white .wpcf7 input[type="email"], 
.white .wpcf7 input[type="number"], 
.white .wpcf7 textarea
{
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none; 
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #3d3d3d;
}

.wpcf7 textarea
{
    height: 250px;
    resize: none;
}

.bimkontakt textarea
{
    height: 150px;
}

.wpcf7 input:focus .wpcf7 textarea:focus, .wpcf7 button:focus
{
    background: #f9f9f9;
}

.wpcf7-select
{
    display: block;
    padding: 18px 12px;
    width: 100%;
    font: inherit;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'lato';
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    color: #3d3d3d;
}

.selectbox
{
    position: relative;
}

.selectbox:after
{
    content: '\e938';
    display: block;
    position: absolute;
    color: #3d3d3d;
    top: 41%;
    right: 25px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpcf7-select::-ms-expand
{
    display: none;
}

.wpcf7-select option
{
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */ *[dir="rtl"] .wpcf7-select,:root:lang(ar) .wpcf7-select,:root:lang(iw) .wpcf7-select
{
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */ .wpcf7-select:disabled, .wpcf7-select[aria-disabled=true]
{
    color: graytext;
}

.wpcf7-select:disabled:hover, .wpcf7-select[aria-disabled=true]
{
    border-color: #aaa;
}

/*Allgemein*/ /*Accept*/ .wpcf7 .accept div
{
    padding-bottom: 0 !important;
    display: flex;
}

.wpcf7 .accept div p:first-child
{
    width: 25px;
    margin-left: 0;
}

.wpcf7 .accept
{
    margin: 15px 0px 20px 0;
    float: left;
    width: 100%;
}

.wpcf7 .accept .swpcf7-list-item
{
    text-indent: -9999999px;
}

.wpcf7 .accept .wpcf7-form-control-wrap
{
    float: left;
}

.wpcf7 .accept p
{
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 87%;
    color: #3d3d3d;
    margin-left: 10px;
    text-decoration: none;
}

.wpcf7 .accept p a:hover
{
    text-decoration: none;
    border-bottom: none;
}

.wpcf7 .accept .wpcf7-list-item
{
    margin-left: 0;
}

.wpcf7 .accept .wpcf7-list-item input
{
    height: 15px;
    width: 15px;
}

.fullwidth .accept
{
    text-align: left;
}

/*Accept*/ /*Accept Checkbox*/ .wpcf7-form label
{
    padding-bottom: 10px;
    display: block;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]
{
    position: relative;
    visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before
{
    display: block;
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    top: 0;
    left: 0;
    border: 2px solid #000;
    background: #fff;
}

.white .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before
{
 
    border: 2px solid #fff; 
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after
{
    visibility: hidden;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 4px;
    content: "\e870";
    font-family: 'icomoon';
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before
{
    background: #fff;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after
{
    visibility: visible;
}

/*Accept Checkbox*/ /*Submit*/ .buttons_reg
{
    float: left;
    position: relative;
}

.wpcf7 input.wpcf7-submit
{
    background: #000 !important;
    border: solid 2px #000 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    padding: 13px 25px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: normal;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    transition: all .1s ease-in-out;
    padding: 13px 25px !important;
    display: inline-block;
    letter-spacing: .7px;
    margin-bottom: 10px;
}

.wpcf7 input.wpcf7-submit:hover
{
    background: #fff !important;
    color: #3d3d3d !important;
}

/*Submit*/ /*OUTPUT*/ .wpcf7 .invalid input.wpcf7-not-valid, .wpcf7 .invalid select.wpcf7-not-valid, .wpcf7 .invalid textarea.wpcf7-not-valid
{
    border-right: solid 7px #3d3d3d;
}

.wpcf7-form .wpcf7-not-valid input[type=checkbox] + span:before
{
    background: #3d3d3d;
    color: #fff;
    border: solid 2px #3d3d3d;
}

/*.wpcf7-not-valid::-webkit-input-placeholder
{
    color: #fff;
    opacity: 1;
}

.wpcf7-not-valid:-moz-placeholder
{
    color: #fff;
    opacity: 1;
}

.wpcf7-not-valid::-moz-placeholder
{
    color: #fff;
    opacity: 1;
}

.wpcf7-not-valid:-ms-input-placeholder
{
    color: #fff;
    opacity: 1;
}

*/ .wpcf7 .invalid div.wpcf7-response-output
{
    background: #3d3d3d;
    border: none!important;
    color: #FFF;
}

.wpcf7 .sent div.wpcf7-response-output
{
    background: #0c6019;
    border: none !important;
    color: #FFF;
    margin: 20px 0 0 !important;
    width: 96%;
    padding: 20px !important;
}

div.wpcf7-response-output
{
    padding: 15px !important;
    float: left;
    margin: 10px 5px 32px 5px !important;
}

/*OUTPUT*/ .white p, .white p a, .white .accept p, .white .accept p a
{
    color: #fff !important;
}

.white .accept p a
{
    border-bottom: 1px solid #fff;
}

.white .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after
{
    color: #000;
}

a.regihover:hover
{
    border: none !important;
}

.wpcf7 .leftandright
{
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.wpcf7 .rightside h2
{
    color: #3d3d3d;
}

.wpcf7 .rightside p
{
    margin-bottom: 32px;
}

.wpcf7 .rightside p a
{
    text-decoration: none;
}

.wpcf7 .rightside p a:hover
{
    text-decoration: none;
}

.wpcf7 .leftside, .wpcf7 .rightside
{
    width: 50%;
}

.wpcf7 .leftside
{
    padding-left: 0;
    padding-right: 15px;
}

.wpcf7 .rightside
{
    padding-left: 15px;
    padding-right: 0;
}

/**---------------- Media query ----------------**/ @media only screen and (min-width:48em)
{
.column-half
{
    width: 50%;
}

}
@media only screen and (max-width:890px)
{
.wpcf7 .leftside
{
    margin-top: 32px;
}

.wpcf7 .leftside, .wpcf7 .rightside
{
    width: 100%;
}

.wpcf7 .rightside
{
    padding-left: 5px;
}

.wpcf7 .leftandright
{
    display: flex;
    flex-direction: column-reverse;
}

.wpb_wrapper .wpcf7
{
    width: auto;
}

}
@media only screen and (max-width:754px)
{
.column-half, .column-full
{
    padding: 5px 0;
}

}
@media only screen and (max-width:620px)
{
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 textarea
{
    font-size: 16px;
}

}
