#map 
{
    height:516px !important;
    width: 100% !important; 
} 
 
 
 
.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: #111;
    opacity: 1;
}

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

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

:-ms-input-placeholder
{
    color: #111;
    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, .wpcf7 input[type="date"]
{
    width: 100%;
    padding: 20px 15px;
    background: #e5ecf9;
    border: none; 
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; 
	line-height: 18px;
}
 
.single .wpcf7 input[type="text"], 
.single .wpcf7 input[type="email"], 
.single .wpcf7 input[type="number"], 
.single .wpcf7 textarea
{ 
    background: #fff; 
} 

.wpcf7 textarea
{
    height: 250px;
    resize: none;
	margin-top: 10px;
} 
.wpcf7 input:focus .wpcf7 textarea:focus, .wpcf7 button:focus
{
    background: #f9f9f9;
}

.wpcf7-select
{
    display: block;
    padding: 20px 15px;
    width: 100%;
    font: inherit;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
	line-height: 19px;
    border: none;
	outline:none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Jura', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #f2f2f2;
    position: relative;
    color: #111;
	appearance: none; 
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+); 
    background-position: right .7em top 50%, 0 0;
    background-size: 22px;
    background-repeat: no-repeat;
}
 .single .wpcf7-select
{ 
    background-color: #fff; 
}
 
.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
{ 
    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: 100%;
    color: #111;
    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;
}

span.req
{ 
  font-weight: 600;
  color: #b22a40;
} 
.pflichthinweis  {
	display: block;
	text-align: right;
	font-size: 1rem;
	padding-right: 10px;
}

 
 
 
 
 /* Nur innerhalb von .accept */
 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none; 
}
 


/* Original Checkbox ausblenden */
  .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Neue einfache graue Box erstellen */
 .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px; 
  background-color: #e5ecf9;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
}

/* X anzeigen, wenn checked */
 .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: 'X';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}
 .wpcf7-list-item.first {
margin: 0 ;
}
 

 
.wpcf7-form label,
.accept label
{
 
    display: block; 
	font-size: 1.125rem;
	line-height: 1.65rem;
	font-family: Ubuntu;
	font-weight: 500;
	color: #34434b;
} 
.wpcf7-form label.labeldown
{ 
 
}  
.accept .wpcf7-acceptance label
{ 
	font-weight: 400; 
} 

.accept .wpcf7-list-item .wpcf7-list-item-label a 
{ 
    text-decoration: underline;
	color: inherit;
} 
 
 
.bewerbungsform fieldset {
	 margin-bottom: 30px;
 }
.bewerbungsform fieldset:nth-last-child(2) {
	 margin-bottom: 0 !important;
 }
.bewerbungsform h5 {
	 margin-bottom: 20px;
} 
 .bewerbungsform h4 {
	 font-weight: 600;
	 text-transform: none;
	 margin-left: 5px;
}
 .bewerbungsform label { 
    display: block; 
	font-size: 1.125rem;
	line-height: 1.65rem;
	font-family: Ubuntu;
	font-weight: 400;
	color: #34434b; 
}  
 .bewerbungsform label.extralabel { 
	margin-left: 10px;
	padding-bottom: 0;
}  
.extralink { 
 display: block;
  font-size: 1.125rem;
  line-height: 1.65rem;
  font-family: Ubuntu;
  font-weight: 400;
  color: #34434b;
}  

  
  
 .uploadboxouter {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
 }
  .uploadboxouter p {
	text-align: center;
 }
 .codedropz-upload-handler {
  border: none; 
  margin-bottom: 10px;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 0;
}

.invalid .fehler .codedropz-upload-handler { 
  background-color: #b22a40; 
}
.codedropz-upload-handler .codedropz-upload-inner div:first-child,
.codedropz-upload-handler .codedropz-upload-inner span,
.dnd-upload-image  {
  display: none;  
} 
.codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn { 
	padding: 15px 20px;
}
a.cd-upload-btn {
	position: relative;
	min-height: 100px;
	display: flex;
	align-items: self-end;
	justify-content: center;
	color: inherit;
}  
a.cd-upload-btn:before {
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '\e919';
	font-size: 124px;
	color: #34434b;
} 
.invalid .fehler .codedropz-upload-handler a.cd-upload-btn:before,
.invalid .fehler .codedropz-upload-handler a.cd-upload-btn,
.invalid .fehler .codedropz-upload-handler .dnd-upload-counter   { 
	color: #fff;
} 
.dnd-upload-status .dnd-upload-details .name { 
	font-size: 13px;
	color: inherit;
}
.dnd-upload-status .dnd-upload-details .name em { 
	display: none;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background: #478149; 
	line-height: 21px;
}
 .dnd-upload-status .dnd-upload-details .dnd-progress-bar { 
	display: none;
}
.dnd-upload-status .dnd-upload-details .remove-file { 
	top: 9px; 
	right: 8px;
} 
.dnd-upload-status { 
	padding: 0; 
	border-bottom: 1px solid #d4d4d4;
	background: #eee;
	margin-bottom: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #b22a40;
  background: #b22a40;
  color: #fff;
}
/*Accept Checkbox*/ /*Submit*/ .buttons_reg
{
    float: left;
    position: relative;
}

.wpcf7 input.wpcf7-submit
{
    color: #fff;
    border: solid 1px #e5344c;
    background: #e5344c;
	font-family: Ubuntu;
	font-weight: 500; 
    line-height: 1rem; 
    font-size: 1rem; 
    padding: 21px 24px; 
    border-radius: 99px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box; 
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 0;
}

.wpcf7 input.wpcf7-submit:hover
{
    background: #34434b;
    color: #fff;
    border: solid 1px #34434b;
}

.wpcf7 .invalid input.wpcf7-not-valid, 
.wpcf7 .invalid select.wpcf7-not-valid, 
.wpcf7 .invalid textarea.wpcf7-not-valid, 
.wpcf7 .invalid input.wpcf7-date.wpcf7-not-valid 
{
    border-right: solid 7px #b22a40;
} 
.wpcf7 .invalid .wpcf7-not-valid input[type=checkbox] + span:before
{
    background: #b22a40;
    color: #fff;
    border: solid 2px #b22a40;
}
/* Wenn keine Datei hochgeladen wurde, ändere die Hintergrundfarbe */
.codedropz-upload-wrapper.no-file-uploaded {
  border: 2px solid red;  /* Rote Umrandung für den Fall, dass keine Datei hochgeladen wurde */
  background-color: #fdd;  /* Helles Rot als Hintergrundfarbe */
}

 
.wpcf7 .sent div.wpcf7-response-output
{
    background: #0c6019;
    border: none !important;
    color: #FFF;
    margin: 20px 0 0 !important;
    width: auto;
    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;
}


.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:1024px)
{
.uploadboxouter { 
  grid-template-columns: repeat(2, 1fr); 
}
}


@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;
}
.footer_kontakt_box .vc_col-sm-6 .vc_column-inner {
  padding: 20px ;
}
.wpcf7 .leftandright
{ 
    margin-left: 0;
    margin-right: 0;
}
.bewerbungsform .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}
.bewerbungsform label.extralabel {
  margin-left: 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;
}
.brlbs-cmpnt-cb-google-maps:before 
{ 
    font-size: 30px; 
} 
.uploadboxouter { 
  grid-template-columns: repeat(1, 1fr); 
} 
}
