/*
 Theme Name:   Twenty Twenty Two Child
 Description:  Mein Child Theme
 Author:       Webtimiser
 Author URI:   httpw://www.webtimiser.de
 Template:     twentytwentytwo
 Version:      1.0
 Text Domain:  twenty-twenty-two-child
*/

figure.effect-bubba .ph3 {
    color: #fff;
    line-height: 26px;
    word-break: break-word;
    padding: 15px 15px 0%;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}

.elemmiddle{
    /*position: relative;
    pointer-events: auto;
    left: 10%;
    top: 0px;
    width: 79%;
    right: 10%;
    z-index: 5;
    visibility: visible;*/
    position: relative;
    pointer-events: auto;
    top: 0px;
    width: auto;
    z-index: 5;
    visibility: visible;
    margin-left: 10%;
    margin-right: 10%;


}

.centerh{
	text-align: center !important;

}

.questionfaq{

	border-bottom: 1px solid #444;
padding: 15px 0;
cursor: pointer;
}


.wpcf7-text {
	width: 100%;
border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
border-bottom: 1px solid #999;
background: transparent;
padding: 10px;
margin: 0;
  margin-bottom: 0px;
margin-bottom: 10px;
color: #fff;
}

.wpcf7-textarea {
	width: 100%;
border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
border-bottom: 1px solid #999;
background: transparent;
padding: 10px;
margin: 0;
  margin-bottom: 0px;
margin-bottom: 10px;
color: #fff;
}

.wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap textarea:focus {
  border-color: #bfa67a;
}


.wpcf7-submit{
	background: transparent;
	color: #eee;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #999;
	border-radius: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}

.wpcf7-submit:hover {
  background: #fff;
  color: #111;
}

.wpcf7-list-item-label{
  font-size: 13px;
}


.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.grid figure img {
    height: auto !important; 
}