
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.haendler-right-content {
  display: none;
}

a {
  text-decoration: none;
  text-align: center;
}

a#fressnapfOnline:hover {
  color:#ffffff;
}

.haendler-right-content img {
  max-width: 60%;
}

label,
label p {
  margin: 0 0 -10px 0;
}

.list li {
  background: none!important;
  border-bottom:1px solid #cecbcb;
}

.speech {
  background: white;
  padding: 40px;
  text-align: center;
  position: relative;
}

.speech-wrap {
}



/*
.speech:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #EAEAEA;
	bottom: -15px;
	transform: rotate(45deg);
	z-index: -1;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
*/

.content input[type="search"] {
  border: 1px solid #cdcdcd;
  margin: 0;
  padding: 10px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}




#bh-sl-address {
  float:left;
  width:100%;
  margin-right:20px;
  background: #e9e9e9;
  font-weight: bold;
  margin-bottom:20px;
  padding: 10px;
  font-size:19px;
}

#bh-sl-address:focus {
  outline: none;
}

.button {
  content: "";
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
  letter-spacing: 1px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  width: 100%;
  border-radius: 3px !important;
  
}


a#bh-sl-submit {
  width: 140px!important;
}

.kaufen-btn {
  margin-top: 20px;
  background: #fee60d;
  color: #000;
  padding: 7px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05rem;
  font-size: 1.1rem;
  transition: all .3s;
  display: block;
  border-radius: 3px !important;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #fee60d !important;
}

.kaufen-btn:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #fee60d !important;
  }

@media (min-width: 1000px) {


  .haendler-right-content {
    margin-top: -80px;
    display: block;
    text-align: center;
  }


  .row {
    display: flex;
    /*	justify-content: flex-start;*/
    align-items: center;
    margin-top:10px;
    margin-bottom: 10px;
    transition: all 300ms ease;
    flex-wrap: wrap;
  }

  a#bh-sl-submit {
    width: 150px!important;
  }
  .haendler-left-content,
  .haendler-right-content {
    width: 50%;
    float: left;
  }
  .button {
    width: 46%;
  }
  #bh-sl-address {
    width:50%;
  }
}

.border-bottom {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  margin-bottom: 25px;
}

.map {
  margin-top: 0px;
  width: 100%;
  height: 500px;
  background: #fdfdfd url(../images/map-placeholder.jpg) center no-repeat;
  background-size: cover;
}

.ergebnisse {
  margin-top: 20px;
  width: 100%;
  height: auto;
}



.row h4,
.row p,
.row a {
  padding: 0 20px 0 10px;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  width: 17%;
  min-width: 150px;
}

.row a {
  padding: 0 10px 0 0!important;
  text-decoration: none;
}



.custom-alert {
  color:red;
  margin-top:25px;

}

.row .button {
  text-transform: uppercase;
  line-height: 1;
  padding: 10px!important;
  min-width: 100px;
  font-size: 15px;
  box-shadow: 0 0 0 0!important;
}


@media (max-width: 1000px) {

  .row {
    flex-direction: column;
    padding: 20px;
  }
  .row h4,
  .row p,
  .row a {
    padding: 5px 20px;
    font-size: 14px;
    margin: 0;
    text-transform: none;
    font-weight: 500;
    width: 100%;
    min-width: 150px;
    line-height: 1.4;
  }
  .content {
    padding: 0;
  }
  .text {
    padding: 0 20px;
  }
}