/* Fügen Sie hier Ihr eigenes CSS ein */
.ht-about-image {
    width: 0%;
    padding-left: 0px;
}

.ht-about-sec {
    width: 100%;
    padding-right: 0px;
}

.uschrift {
	background-color: #389DD6;
  color: white;
  padding: 10px 10px;
}

figure {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  background: rgba(0,0,0,0.6);
}
figure img {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
figure:hover {
  border: 1px solid #4286f4;
}
figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .7;
    filter: alpha(opacity=50);
}



.wpcf7-text {
	width: 100%;
  background-color: rgba(38, 140, 239, 0.1);
}

.wpcf7-textarea {
	width: 100%;
  background-color: rgba(38, 140, 239, 0.1);
}

.wpcf7-submit {
	width: 100%;
}

.ht-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

/* Pfeil anpassen */
#ht-back-top {
    bottom: 108px;
}

.pea_cook_wrapper {
    position: fixed;
    padding: 20px 5px !important;
    margin: 0;
    border-radius: 0px !important;
    z-index: 10000;
    text-align: center;
}

.pea_cook_wrapper.pea_cook_bottomcenter {
  bottom: 0px !important;
    left: 0px !important;
    margin: 0 0 !important;
  right: 0px !important;
}

button.pea_cook_btn {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
        line-height: normal;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100px;
    margin-left: 20px;
  margin-top: 5px important;
}

.pea_cook_wrapper p {
    bottom: 30px;
    font-size: 14px !important;
    margin: 0;
    font-weight: bold;
}

.page-id-2 .ht-section-title {
	text-align: center;
}