/*
Theme Name:  Erleben - Erkunden | ausgehen_com
Theme URL:   https://ausgehen.com
Description: 
Author:      
Author URL:  
Template:    my-listing
Version:     1.0.0
*/

/* Contactform 7 Kontakt */

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.wpcf7 input[type=radio]{
	height: 16px;
	width: 16px !important;
	box-shadow: none;
	margin: 5px 8px 0px 0 !important;
}

.wpcf7-list-item-label{
/*	line-height: 20px;*/
	padding-top: 6px;
}

.wpcf7-radio, .cf7forms-row {
	display: flex;
}

.wpcf7-radio .first{
	margin: 0;
}

.wpcf7-radio>span {
	display: flex;
}

.cf7forms-row{
	justify-content: space-between;
}

.cf7forms-row .column-half{
	width: 49%;
}

.cf7forms-row.full{
	display: block;
}

.column-full{
	width: 100%;
}

.doman .cf7forms-row {
	margin: 0;
}

.wpcf7-text,
.wpcf7-textarea{
	background: #f6f6f6;
}

select {
	height: 47px;
	border-radius: 0;
    background: #f6f6f6;
    border: none;
/*
    -webkit-box-shadow: 0px 1px 0px 0px rgb(216 216 216 / 75%);
    box-shadow: 0px 1px 0px 0px rgb(216 216 216 / 75%);
*/
    
	border-bottom: 1.5px solid rgba(0,0,0,.2);
	color: #222222;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    margin-bottom: 5px;
}

.doman input[type=checkbox]{
	height: 16px;
	width: 16px;
	box-shadow: none;
	margin: 5px 8px 0px 0;
}

.captcha p input{
	display: block;
	width: 150px;
	margin: auto;
}

.Datenschutz .wpcf7-list-item{
	margin: 10px;
}

.Datenschutz .wpcf7-list-item label{
	display: flex;
}

.Datenschutz .wpcf7-list-item label input[type=checkbox]{
	width: 16px;
}

.Datenschutz .wpcf7-list-item label .wpcf7-list-item-label{
	width: fit-content;
}

.wpcf7 form.invalid .wpcf7-response-output{
/*	display: none;*/
}

.contactform select{
	font-size: 14px;
}

.contactform .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}

div.select > p > span > span.wpcf7-not-valid-tip{
	top: -7px;
}


/* nachricht gesendet */

.wpcf7-response-output{
	background-color: forestgreen;
	color: #fff !important;
	margin-top: 10px !important;
}

input.wpcf7-wpcaptcha{
	display: inline-block;
	width: 50px;
	text-align: center;
}


/* end form */

/* Custom CF7 Loader */
/*
div.wpcf7 .ajax-loader {
background-image: url('images/ajax-loader.gif');
width: 24px;
height: 24px;
margin-left: 10px;
}
*/


/*
input[type=submit]{
	width: auto;
}
*/


#form-wrap > div.bottom > p:nth-child(8),
#responsive-form > div.cf7forms-row.full > div:nth-child(7) > div > p{
/*
	display: flex;
	flex-direction: column-reverse;
*/
	position: relative;
}


.wpcf7-spinner {
    background-color: transparent;
/*	background-color: hsl(0deg 0% 47% / 75%);*/
/*    opacity: .85;*/
/*    position: relative;*/
	position: absolute;
/*    width: 100%;*/
	
    border-radius: 5px;
    width: 47px;
	height: 47px;
/*	background-image: url('images/ajax-loader.gif');*/
	background-image: url('images/loading-gif-heller.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	margin: 0;
	
}

#responsive-form .wpcf7-spinner {
	left: calc(50% - 125px);
}

#wpcf7-f1819-p159-o1 .wpcf7-spinner {
	left: calc(50% - 77px);
}


/* Job Form */

.bookings-form-wrapper{
	width: 100% !important;
	left: 0% !important;
}


#form-wrap input,
#form-wrap select{
	height: 47px;
}

.item.city p,
.item.street p{
	display: flex;
	width: 100%;	
}

.item.city p label:first-child{
	width: 30%;
	margin-right: 8px;
}

.item.street p label:first-child{
	margin-right: 8px;
}

.item.street p label:last-child{
	width: 30%;
}


/*
.item.birth label{
	line-height: 1.3;
}
*/

input[type=date],
input[type=text]{
	background: #f6f6f6;
}


.center select{
	width: 100%;
	border: none;
	height: 47px;
	border-bottom: 1.5px solid rgba(0,0,0,.2);
	margin-bottom: 15px;
	font-size: 14px;
	box-shadow: none;
}



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

.dsgvo{
	margin: 20px 0;
}

.dsgvo input{
	height: auto !important;
}

.dsgvo span.wpcf7-list-item{
	margin: 0;
}

/*
.wpcf7-quiz-label{
	padding-top: 10px;
}
*/

.spam{
	margin-bottom: 10px !important;
}


/* Validation message */

.use-floating-validation-tip .wpcf7-not-valid-tip{
	left: 0;
	width: auto;
	border: none;
	border-top: 2px solid #dc3232;
	top: -16.5px;
}



.pflicht{
	margin-top: 20px;
}




/* fix multiline upload */

.zl-form-control-wrap input, 
.zl-form-control-wrap .mfcf7_zl_delete_file {
    display: none;
}

input#mfcf7_zl_add_file{
	display: inline;
	text-align: left;
	width: auto;
	padding: 14px;
	border: 1px solid #FF651E;
	border-radius: 5px;
	background: none;
}

input#mfcf7_zl_add_file:hover{
	color: #fff;
	background-color: #000;
	border-color: #000;
}



@media only screen and (min-width: 769px) {
	
.center{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.center .item{
	width: 49.5%;
}


	
.center{
/*	margin-bottom: 15px;*/
}
	
	
}

/* End Job Form */

/* roboto-regular - latin lokal*/
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/2022/10/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* end roboto-regular - latin */

/* materialicons lokal*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/uploads/2022/10/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/wp-content/uploads/2022/10/MaterialIcons-Regular.woff) format('woff'),
    url(/wp-content/uploads/2022/10/MaterialIcons-Regular.woff2) format('woff2'),
	url(/wp-content/uploads/2022/10/MaterialIcons-Regular.ttf) format('ttf'),
	url(/wp-content/uploads/2022/10/MaterialIcons-Regular.svg) format('svg'),
    url(/wp-content/uploads/2022/10/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* end materialicons lokal*/

.c27-map.delay-init{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(229, 227, 223);
}
.c27-map.delay-init .mapdrag-switch {
	display: none !important;
}

.contact-map {
	position: relative;
}

.cmplz-blocked-content-notice-body,
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
	display: none !important;
}