﻿/*
Theme Name: Hello Child Theme
Description: Hello Child Theme
Author:  Sebastian Schmiedel
Author URI:  https://www.cayou-media.de
Template: hello-elementor
Version:  1.0
*/

hr {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  border: 0;
  border-top: 1px solid #A0CE4E;
}

/*Form */
div.wpcf7 {
	margin-top:0;
}

div.wpcf7 form {
	padding:0;
}

div.wpcf7 form p {
  margin-block-end: 6px;
}

div.wpcf7 label {
	font-size:16px;
	color:#000000;
}

div.wpcf7 .wpcf7-form-control {
	max-width: 100%;
}

div.wpcf7 input, 
div.wpcf7 textarea,
div.wpcf7 select {
	background:#fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 12px;
	outline: none;
	width: 100%;
	font-size:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

div.wpcf7 span.wpcf7-list-item-label {
  display: inline-block;
  width:auto;
}

div.wpcf7 input[type="radio"] {
  display: inline-block;
  width:auto;
  margin:0 12px 0 6px;
}

div.wpcf7 select {
	/*margin-bottom: 8px;*/
}

div.wpcf7 textarea {
	min-height: 100px;
	height:160px;
}

div.wpcf7 input[type='checkbox'] {
	display:inline;
	width:auto;
	margin: 0 3px 0 0;
}

div.wpcf7 .accept-this .wpcf7-not-valid-tip {
	display:inline;	
}

div.wpcf7 input:focus, 
div.wpcf7 textarea:focus,
div.wpcf7 select:focus {
	border:1px solid #52C316;
	background:#fff;
	color:#4e4e4e;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(82,195,22,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(82,195,22,1);
	box-shadow: 0px 0px 4px 0px rgba(82,195,22,1);
}

div.wpcf7 .et_pb_column {
	margin-bottom: 0;
}

div.wpcf7 button {
	display:block;
	margin: 12px 0 0 0;
	text-align:center;
	color:#fff; 
	background: #A0CE4E;
	font-size:19px;
	line-height:1.5em;
	font-weight:400;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	padding:10px 0;
	opacity:1;	
	width:100%;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	text-shadow:none !important;
 	position: relative;
}

div.wpcf7 button:hover {
	background: #A0CE4E;
	color:#fff;
	opacity:0.8;	
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;			
}	

/*
div.wpcf7 button:after {
	color: #fff;
	font-family: "ETmodules";
	content: "\39";
	margin: 0 0 0 0;
	font-size:30px;
 	position: absolute;
  top:8px;
  right:12px;
	font-weight:400;
}

div.wpcf7 button:hover:after {
	color:#fff;	
}
*/

div.wpcf7-validation-errors {
	border: none;
}

div.wpcf7-response-output {
	border-color: #52C316;
	margin: 2% 0 4% 0;
	padding: 0;
	color: #C81C44;
	text-align:center;
	border:0!important;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color:#398f14;
	font-weight:600;
}

span.wpcf7-not-valid-tip {
	color: #C81C44;	
	font-size: 0.9em;
	display: inline;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #474644;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #474644;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #474644;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #474644;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #474644;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #474644;
}

div.wpcf7 form:after
 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
 /*Formular*/
form#bestellung {
	margin-top:24px;
	padding:24px 24px 0 24px;
	background-color: #fff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(79,79,79,0.2);
	-moz-box-shadow: 0px 2px 15px 0px rgba(79,79,79,0.2);
	box-shadow: 0px 2px 15px 0px rgba(79,79,79,0.2);	
}

.nutzer-feld {
	position: absolute !important;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#bestellung label {
	font-size:16px;
	line-height: 20px;
	font-weight:400;
	color:#000;
	margin-bottom: 3px;
}

#bestellung label span.glyphicon {
	color:#666666;
}

#bestellung label .glyphicon {
	top:2px;
}

#bestellung input, 
#bestellung textarea,
#bestellung select {
	color:    #000;
	background:#fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 8px 36px 8px 12px;
	outline: none;
	width: 100%;
	font-size:16px;
	font-weight:400;
	height:auto;
}

#bestellung select {
	padding: 10px 36px 10px 12px;
}

#bestellung .form-control:focus, 
#bestellung .has-success .form-control {
	border:1px solid #A0CE4E;
	background:#fff;
	color:#4e4e4e;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(82,195,22,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(82,195,22,1);
	box-shadow: 0px 0px 4px 0px rgba(82,195,22,1);
}

#bestellung .has-error .form-control {
	border-color: #f15560;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(241, 85, 96, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(241, 85, 96, 1);
	box-shadow: 0px 0px 4px 0px rgba(241, 85, 96, 1);
}

#bestellung .has-error label, #bestellung div.has-error {
	color:#f15560;
}

#bestellung .form-control-feedback {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	pointer-events: none;
	font-size:16px;
	font-weight:400;
}

#bestellung .form-control-feedback.selectfeld {
	right: 20px;	
}

#bestellung .form-control-feedback.selectfeld.datum {
	right: 20px;	
	top:4px;
}

#bestellung .has-success .form-control-feedback {
	color: #A0CE4E;
}

#bestellung .has-error .form-control-feedback {
	color: #f15560;
}

#bestellung button, a.btn.klein {
	display:block;
	margin: 12px 0 0 0;
	text-align:center;
	color:#fff; 
	background:#A0CE4E;
	font-size:19px;
	line-height:1.5em;
	font-weight:600;
	border:0px solid #fff;
	cursor:pointer;
	padding:10px 0;
	opacity:1;	
	width:100%;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	text-shadow:none !important;
 	position: relative;
}

#bestellung button:hover {
	color:#fff;
	opacity:0.8;	
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;			
}	

/*
#bestellung button:after {
	color: #fff;
	font-family: "ETmodules";
	content: "\35";
	margin: 0 0 0 0;
	font-size:30px;
 	position: absolute;
  top:8px;
  right:12px;
	font-weight:400;
}
*/

#bestellung p.pflicht {
	text-align:center;
	font-size:14px;
	padding-top:12px;
}

#bestellung input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

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

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

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

#bestellung input[type='checkbox']:checked + label::before,
#bestellung input[type='checkbox']:not(:checked) + label::before,
#bestellung input[type='radio']:checked + label::before,
#bestellung input[type='radio']:not(:checked) + label::before {
  content:' ';
  display:inline-block;
  width: 17px;
  height:17px;
  position: relative;
  top:4px;
  border: 1px solid #000;
  background: white;
  margin-right: 6px;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

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

#bestellung input[type='checkbox']:hover  + label::before,
#bestellung input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

#bestellung input[type='checkbox']:checked  + label::before,
#bestellung input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}


#bestellung ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
#bestellung :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
#bestellung ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
#bestellung :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
#bestellung ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #666;
}

#bestellung ::placeholder { /* Most modern browsers support this now. */
   color:    #666;
}

/*Spalten*/
.f-row {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-bottom:12px;
  position: relative;
}

.f-col {
  flex:1;
  min-width:260px;
}

.f-row--inner{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:0;
}

.f-row--inner .f-col {
  min-width:0;
}

.f-col--1-3{
  flex:1 1 0;
  min-width:140px;
}

.f-col--2-3{
  flex:2 1 0;
  min-width:200px;
}

.f-col--1-2{ 
	flex:2 1 0; min-width:240px; 
}

.f-col--1-4{ 
	flex:1 1 0; min-width:160px; 
}

@media (max-width:768px){
  .f-row{
    gap:14px;
  }

  .f-col,
  .f-col--1-3,
  .f-col--2-3{
    flex:0 0 100%;
    min-width:0;
  }

  .f-row--inner{
    gap:14px;
  }
}