body {
    color: rgb(85, 85, 85);
    font-weight: 500;
}
@media (min-width: 1200px){
    .container {
        max-width: 1560px;
    } 
}

#inp_anrede0 { display:none; }
#inp_honey { display:none; }
#emailCheck { display:none; }
#surname { display:none; }
#Adresszusatz { display:none; }

.bg-grey {
    background: rgba(246, 246, 246, 1);
}

.bg-green-80 {
    background: rgba(20, 189, 132, 0.8);
}
.bg-green {
    background: rgba(20, 189, 132, 1);
}
.bg-orange {
    background: rgba(255, 109, 16, 1);
}
.bg-blue {
    background: rgba(0, 85, 146, 1);
}
.text-green {
    color: rgba(20, 189, 132, 1);
}
a.social {
    text-decoration: none;    
}
.fa-white {
    color: rgba(255,255,255, 1);
}
.fa-green {
    color: rgba(20, 189, 132, 1);
}
a.social:hover .fa-white {
    color: rgba(255,255,255, 0.9);
}
[class^="btn"], .page-link {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.btn-outline-2px {
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.btn-outline-2px:hover  {
    color: rgba(20, 189, 132, 1);
    background: #fff;
}
.btn-green-outline-2px {
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    color: rgba(20, 189, 132, 1);
    text-transform: uppercase;
    border: 2px solid rgba(20, 189, 132, 1);
}
.btn-green-outline-2px:hover,.btn-green-outline-2px.active{
    color: #fff;
    background: rgba(20, 189, 132, 1);
}

.btn-green {
    background: rgba(20, 189, 132, 1);
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 8px 15px;
}
.btn-green:hover {
    background: rgba(0, 102, 72, 1);
    color: #fff !important;
}
.btn-white {
    background: #fff;
    color:rgba(20, 189, 132, 1) ;
    border: none;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 0;
}
.btn-white:hover {
    background: #f2f2f2;
    color: rgba(20, 189, 132, 1);
}
.btn-green-90 {
    background: rgba(20, 189, 132, 0.9);
    color: #fff;
    border: none;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-green-90:hover {
    background: rgba(0, 102, 72, 1);
    color: #fff !important;
}
.btn-back {
  font-size: 18px;
  color: rgb(119, 119, 119);
  font-weight: 600;
}
.btn-back:hover {
    color: rgb(119, 119, 119);
}
.link-green {
  font-size: 16px;
  color: rgba(20, 189, 132, 1);
  font-weight: 600;
    padding-left: 0;
}
.link-green:hover {
    color: rgba(20, 189, 132, 1);
}
.text-brown {
    color: rgba(218, 164, 116, 1);
}
.height-520{height:520px;}
.text-green {
    color: rgba(20, 189, 132, 1);
}
.filters-toolbar .btn-group>.btn-group:first-child>.btn, .filters-toolbar .btn-group>.btn:first-child, .filters-toolbar .btn-group>.btn-group:last-child>.btn, .filters-toolbar .btn-group>.btn:last-child {
    border-radius: 0 !important;
}
.img-overlay {
    position: relative;
    overflow: hidden;
}
.img-overlay>img {
    position: relative;
}
.img-overlay>.slide-up {
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    left: 0;
    background: rgba(0,0,0,0.4);
    padding: 15px;
    
}
.img-overlay>.slide-up>h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 18px;
}
.img-overlay:hover .slide-up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
#search {
    background: rgba(242, 242, 242,1);
    color:rgba(102, 102, 102,1);
    text-transform: uppercase;
}
.form-rounded-0 .form-control{
    border: none;
    border-radius: 0;
}

dl.tierbeschreibung dt{
    color: rgba(20, 189, 132, 1);
	font-size: 18px;
}

 #cookie-notice {
    position: fixed;
    bottom: 50px;
    left: 15px;
    height: auto;
    padding: 15px;
    width: 100%;
    max-width: 320px;
    background: #006648;
    color: #fff;
    z-index: 10000;
	font-weight: normal;
	border: 3px #14bd84 solid;
}
#cookie-notice h4 {
    margin-top: 0;
    font-size: 18px;
    
}
#cookie-notice p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#cookie-notice a, #cookie-notice a:hover, #cookie-notice a:focus, #cookie-notice a:active {
    font-size: 12px;
    line-height: 1.4;
	color: #fff;
	text-decoration: none;
}
#cookie-notice .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px;
}
#cookie-notice label {
    font-size: 14px;
    line-height: 24px;
}

#cookie-notice #cookie-info>div {padding: 10px 0;}

#cookie-notice .btn {
    padding: 4px 6px;
    font-size: 10px;
    font-weight: normal;
}
#cookie-notice {
    display: none;
    line-height: normal;

}
#cookie-notice.shown {
    display: block;
}
#cookie-notice .btn-cookie {
	text-transform:uppercase;
  color: #fff;
	background: #ff6d10;
  padding: 4px 6px 5px 6px;
	font-weight: bold;
	font-size: 12px;
    white-space: normal;
	text-align:left;
}

#cookie-notice .btn-cookie:hover, #cookie-notice .btn-cookie:focus {
	background: #ff4e11;
}

#cookie-notice .custom-control-label:before{
    border-radius: 0;
    border: 1px solid #14bd84;
    background-color: #14bd84;
}
#cookie-notice .custom-control-label:after {
    color: #fff;
}
#cookie-notice .custom-control-input:disabled~.custom-control-label:before {
     border: 1px solid #5ca58c;
    background-color: #5ca58c;
}
#cookie-notice .custom-control-input:disabled~.custom-control-label {
    color: #c2c2c2;
}
form.no-icons .form-control.is-invalid, form.no-icons.was-validated .form-control:invalid,
form.no-icons .form-control.is-valid, form.no-icons.was-validated .form-control:valid,
form.no-icons .custom-select.is-valid, form.no-icons.was-validated .custom-select:valid,
form.no-icons.was-validated textarea.form-control:valid, form.no-icons textarea.form-control.is-valid,
form.no-icons .custom-select.is-invalid, form.no-icons.was-validated .custom-select:invalid{
  background-image: none !important;
}
.showOnlyFirstParagraph p:not(:first-child) {
    display:none;
}
.showOnlyFirstParagraph p, .showOnlyFirstParagraph em, .showOnlyFirstParagraph i{
	font-style: normal !important;
}

.showOnlyFirstParagraph table, .showOnlyFirstParagraph ul, .showOnlyFirstParagraph img, .showOnlyFirstParagraph figure, .showOnlyFirstParagraph iframe, .showOnlyFirstParagraph h3{
	display:none;
}