/*--------------------------------------------------------------------------------------------
*
*	Global
*
*--------------------------------------------------------------------------------------------*/
.acadp-margin-bottom {
	margin-bottom: 15px !important;
}

.acadp-no-margin {
	margin: 0 !important;
}

.acadp-no-margin-left {
	margin-left: 0 !important;
}

.acadp-no-padding {
	padding: 0 !important;
}

.acadp-no-border {
	border: 0 !important;
}

.acadp-vertical-middle {
	vertical-align: middle !important;
}

.acadp img {
	max-width: 100%;
}

.acadp-img-col {
	width: 75px;
}

.acadp-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.acadp-spacer {
  margin: 10px 0;
}

.acadp-star {
	padding-left: 5px;
}

.acadp-map {
	width: 100%;
}

.acadp-map .media {
	display: none;
}

.acadp-map .media-left img {
	width: 64px;
	max-width: inherit;
}

.acadp-map .gm-style-iw .media,
.acadp-map .leaflet-popup .media {
	display: block;
}

.acadp-map .leaflet-popup-content-wrapper {
	border-radius: 3px;
}

.acadp-map .leaflet-popup-scrolled {
	border-bottom: none;
	border-top: none;
}

.acadp-map .leaflet-popup-scrolled .media {
	padding-right: 10px;
}

.acadp-map img {
	box-shadow: none !important;
}

.acadp-spinner {
	display: block;	
	min-width: 50px;
	min-height: 50px;
	margin: 0 auto;
	background-image: url( '../images/spinner.gif' );
	background-position: center center;
	background-repeat: no-repeat;
}

.acadp-child-terms {
	margin-top: 10px;
}

.acadp .wp-switch-editor {
	margin: 5px 0 0 5px;
}

.acadp .mce-edit-area {
	margin: 1px;
}

.acadp .has-error a {
	color: inherit;
}

/*---------------------------------------------------------------------------------------------
	Privacy Policy [GDPR]
---------------------------------------------------------------------------------------------*/
.acadp-privacy-wrapper { 
	position: absolute;           
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f9f9f9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.acadp-privacy-wrapper-map {
	background-image: url( '../images/placeholder-map.svg' );
}

.acadp-privacy-consent-block {
	position: relative;
	max-width: 320px;
	margin: auto;
	top: 50%;
	opacity: 0.9;
	transform: translateY( -50% );
	-ms-transform: translateY(- 50% );
	-webkit-transform: translateY( -50% );
}

.acadp-privacy-consent-message {
	margin-bottom: 10px;
}

@media only screen and (max-width: 250px) {
	.acadp-privacy-consent-block {
		margin: 0;
		font-size: 12px;               
	}
}

/*---------------------------------------------------------------------------------------------
	Login Form [inline]
---------------------------------------------------------------------------------------------*/
.acadp-login-form #loginform {
    max-width: 320px;
}

.acadp-login-form .login-username label,
.acadp-login-form .login-password label {
    display: block;
}

.acadp-login-form  #user_login,
.acadp-login-form  #user_pass {
    width: 100%;
    box-sizing: border-box;
}

/*---------------------------------------------------------------------------------------------
	Search Form [inline]
---------------------------------------------------------------------------------------------*/
.acadp-search-inline .row .form-group:nth-child(1) {
	padding-left: 0;
}

.acadp-search-inline .row .form-group:nth-child(3) {
	padding-right: 0;
}

/*---------------------------------------------------------------------------------------------
	Listings Page
---------------------------------------------------------------------------------------------*/
.acadp .acadp-responsive-container {
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	background: #f9f9f9;
}

.acadp .acadp-responsive-item,
.acadp .acadp-responsive-container img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;	
}

.acadp-listings .acadp-listings-title-block,
.acadp-manage-listings .acadp-listings-title-block {
	display: block;
}

.acadp-listings .acadp-listings-title-block h3,
.acadp-manage-listings .acadp-listings-title-block h3 {
	display: inline;
	vertical-align: middle;
}

.acadp-listings .acadp-listings-desc {
	margin: 15px 0;
}

.acadp-grid-view .acadp-listings-price {
	margin: 15px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Listing Detail Page
---------------------------------------------------------------------------------------------*/
.acadp-listing .acadp-price-block {
	margin: 10px 0 0 0;
}

.acadp-listing .modal-header h3 {
	display: inline-block;
}

/* Slick Slider */
.acadp-listing #acadp-slider-wrapper {
	margin: 15px 0 0 0;
}

.acadp-listing .acadp-slider-for,
.acadp-listing .acadp-slider-nav {
	display: none;
}

.acadp-listing .acadp-slider-for.slick-initialized,
.acadp-listing .acadp-slider-nav.slick-initialized {
	display: block;
}

.acadp-listing .acadp-slider-for {
	cursor: zoom-in;
}

.acadp-listing .slick-loading {
    background: #fff url('../images/spinner.gif') center center no-repeat;
}

.acadp-listing .acadp-slider-next,
.acadp-listing .acadp-slider-prev {
	position: absolute;
	top: 50%;
	padding: 5px;
	margin-top: -12px;
	background: #008BCF;
	border-radius: 12px;
	line-height: 1em;
	opacity: .75;
	cursor: pointer;
	z-index: 9;
}

.acadp-listing .acadp-slider-next:hover,
.acadp-listing .acadp-slider-prev:hover {
	opacity: 1;
}

.acadp-listing .acadp-slider-next {
	right: -12px;
}

.acadp-listing .acadp-slider-prev {
	left: -12px;
}

.acadp-listing .acadp-slider-next .glyphicon,
.acadp-listing .acadp-slider-prev .glyphicon {
	display: block;
	top: 0;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

.acadp-slider-nav .acadp-slider-item {
	cursor: pointer;
}

.acadp-listing .acadp-slider-item-inner {
	padding: 7px;
}

.acadp-listing .acadp-slider-item-inner img {
	margin: auto;
}

#acadp-contact-message-display.text-danger,
#acadp-contact-message-display.text-success {
    margin-bottom: 10px;
}

/* Magnific Popup */
.single-acadp_listings .mfp-wrap button:hover,
.single-acadp_listings .mfp-wrap button:focus {
	background: transparent;
	box-shadow: none;
}

.single-acadp_listings .acadp-image-popup {
	cursor: zoom-in;
}

/*---------------------------------------------------------------------------------------------
	Address
---------------------------------------------------------------------------------------------*/
.acadp-address {
	word-wrap: break-word;
}

.acadp-address .acadp-street-address,
.acadp-address .acadp-phone,
.acadp-address .acadp-email,
.acadp-address .acadp-website {
	display: block;
}

.acadp-address .acadp-delimiter {
	padding-right: 7px;
}

/*---------------------------------------------------------------------------------------------
	Image Uploader
---------------------------------------------------------------------------------------------*/
table.acadp-images {
	margin-bottom: 10px;
	border: 0 none;
	background: #fff;
}

table.acadp-images tbody tr td {
	padding: 5px 7px;
	background: #fff;
	border-top: 0 none;
	border-bottom: 1px solid #ddd;
	border-top: 0 none;
}

table.acadp-images .acadp-handle {
	width: 50px;
	color: #999;
	vertical-align: middle;
	cursor: move;
}

table.acadp-images .acadp-handle span {
	display: block;
	width: 100%;
	text-align: center;
}

table.acadp-images .acadp-image {
	width: 75px;
	vertical-align: middle;
	text-align:center;
}

table.acadp-images img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*---------------------------------------------------------------------------------------------
	Social Sharing Buttons
---------------------------------------------------------------------------------------------*/
.acadp-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.acadp-social-link {
	margin-right: 2px;
    padding: 4px 8px;
	border-radius: 2px;    
    font-size: 12px;
	color: white;	
	text-decoration: none;  
	line-height: 1; 
    cursor: pointer;
}
 
.acadp-social-link:hover,
.acadp-social-link:active {
    color: white;
	text-decoration: none; 
} 

.acadp-social-facebook {
    background: #3B5997;
}
 
.acadp-social-facebook:hover,
.acadp-social-facebook:active {
    background: #2d4372;
}

.acadp-social-twitter {
    background: #00aced;
}
 
.acadp-social-twitter:hover,
.acadp-social-twitter:active {
    background: #0084b4;
}
 
.acadp-social-linkedin {
    background: #0077B5;
}
 
.acadp-social-linkedin:hover,
.acadp-social-linkedin:active {
    background: #005B8C;
}
 
.acadp-social-pinterest {
    background: #bd081c;
}
 
.acadp-social-pinterest:hover,
.acadp-social-pinterest:active {
    background: #9e0718;
}

.acadp-social-whatsapp {
	background: #25d366;
}

.acadp-social-whatsapp:hover,
.acadp-social-whatsapp:active {
	background: #12af0a;
}

/*---------------------------------------------------------------------------------------------
	Checkout
---------------------------------------------------------------------------------------------*/
#acadp-checkout-errors span {
	display: block;
}

#acadp-checkout-errors span:before {
	content: "*";
}

/*---------------------------------------------------------------------------------------------
	Widgets
---------------------------------------------------------------------------------------------*/
/* ACADP Listings */
.acadp-widget-listings .media-object {
	width: 64px;
}

.acadp-widget-listings .acadp-listings-desc {
	margin: 15px 0;
}

.acadp-widget-listings .acadp-listings-price {
	margin: 15px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Third-party theme conflicts
---------------------------------------------------------------------------------------------*/
.single-acadp_listings .entry-header {
	display: none;
}

.acadp .nav {
	float: none;
}

.acadp .btn-group .dropdown-toggle {
	width: auto;
}

.acadp .thumbnail img {
	box-shadow: none;
}

/*---------------------------------------------------------------------------------------------
	Media queries
---------------------------------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.acadp .pull-left.acadp-xs-clear-float,
	.acadp .pull-right.acadp-xs-clear-float {
		display: block;        
		float: none !important;
		clear: both;
	}

	.acadp-search-inline .row .form-group {
		padding-left: 0;
		padding-right: 0;
	}
	
	.acadp-list-view img {
		width: 100%;
	}
	
	.acadp-list-view .acadp-listings-title-block {
		margin-top: 10px;
	}
	
	.acadp-list-view .acadp-price-block {
		text-align: left;
		margin: 15px 0;
	}
}

/*---------------------------------------------------------------------------------------------
	Extend CSS (for now)
---------------------------------------------------------------------------------------------*/

/* ==================================================================================================================================== */
/* === Page Tiere Details === */
/* ==================================================================================================================================== */

.acadp-pv-listing-header {
    display:flex; 
    height: 46px;
    width:calc(100% - 30px); 
    justify-content: space-between; 
    align-items: center;
    margin: 20px 15px;
}

.acadp-pv-listing-status {
    display: flex;
    background: #79b835;
    color: #fff;
    text-align: center;
    font-size:1.66666666667rem;
    text-transform: uppercase;
    justify-content: center; 
    align-items: center;
    height: 100%;
    width: 400px;
}

.wide-form {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


.detailspage {
    /* padding-top: 40px; */
    padding-top: 0px;
}


/*Button color */
.greenbutton {
    background: #79b835;
}

.greenbutton:hover {
    background: #54595F;
}


.acadp-listing .acadp-post-title {
    padding: 0px 0px 20px 0px;
    width: 100%;
}

/* .tieralert{ */
/* float: right; */
/* padding: 10px 40px; */
/* background: #cc0000; */
/* color: #fff; */
/* font-size: 20px; */
/* } */
/* @media (max-width: 767px){.tieralert{font-size: 16px;padding: 4px 10px;}} */


.tieralertout {
    position: relative;
}

.tieralert {
    float: right;
    padding: 10px 40px;
    background: #cc0000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
}

@media (max-width: 767px) {
    .tieralert {
        font-size: 16px;
        padding: 4px 10px;
    }
}

.detailspage .acadp-post-title h1 {
    /* color: #79b835; */
    color: #333;
    padding-bottom: 30px;
}

.tierebeschreibung {
    background: #fafafa;
    border-top: 1px solid #79b835;
    padding: 20px;
    margin: 20px 0px 0px 0px;
}

/*patenschaftentexte*/
@media (max-width: 1920px) {
    .patenschaftentexte {
        font-size: 16px !important;
        line-height: 28px;
    }
}

@media (max-width: 1600px) {
    .patenschaftentexte {
        font-size: 14px !important;
        line-height: 22px;
    }
}

@media (max-width: 1200px) {
    .patenschaftentexte {
        font-size: 12px !important;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .patenschaftentexte {
        font-size: 12px !important;
        line-height: 18px;
    }
}

.tieredetailsfeatbox {
    border-top: 2px solid #79b835;
    background: #fafafa;
    margin-top: 40px;
}

.tieredetailsfeatbox ul {
    margin: 20px 10px;
}

.detailspage .text-primary {
    color: #000;
    font-weight: 600;
    float: left;
    width: 40%;
}

.detailspage .text-muted {
    float: left;
    width: 40%;
}


.detailspage .text-primarylong {
    color: #000;
    font-weight: 600;
    float: left;
    width: 80%;
}

.detailspage .text-mutedlong {
    float: left;
    width: 80%;
}


.acadp .list-group-item {
    border: 0px solid #ddd !important;
    border-bottom: 0px solid #ddd !important;
    background-color: #fafafa;
    padding: 5px 15px;
}


.tierekontaktdaten {
    background: #fafafa;
    border-top: 1px solid #79b835;
    padding: 20px;
    margin: 20px 0px 0px 0px;
}

.tierekontaktdaten legend {
    margin: 0px 0px 10px 0px;
    font-weight: 600;
}


/* ==================================================================================================================================== */
/* === LISTINGS  === */
/* ==================================================================================================================================== */

.tierlisting .caption {
    padding: 2px !important;
}


.tierlisting .tierfeatspenden {
    border: 0px solid red;
    line-height: 30px;
}


@media (max-width: 767px) {
    .tierlisting .tierfeatspenden {
        text-align: center;
    }

    .tierlisting .tierfeatspenden img {
        width: 80%;
    }
}

.listingsize {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 60px;
    line-height: 0 !important;
}

.listingsize span {
    background: #fff;
    padding: 0 10px;
}


.acadp-grid-view {
    padding: 20px 0px;
}

.acadp .thumbnail {
    display: block;
    padding: 0px 0px 10px 0px !important;
    margin-bottom: 20px;
    line-height: 1.42857143;
    /* border: 1px solid #79b835; */
    border-radius: 0px !important;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    /* background: #efefef; */
    background: #fafafa;


    border-top: 0px solid #79b835 !important;
    border-left: 0px solid #79b835 !important;
    border-right: 0px solid #79b835 !important;
    border-bottom: 5px solid #79b835 !important;



    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);  */
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); */
    /* color: #000; */


}

.acadp .acadp-responsive-container {
    padding-bottom: 65.25% !important;
}

.acadp-listings-title-block h3 {
    text-align: left;
    display: block !important;
    padding: 10px 0px;
}

.acadp-listings-title-block h4 {
    text-align: left;
    display: block !important;
    padding: 10px 0px;
    font-size: 14px !important;
    Color: #000 !important;
    font-weight: 600;
    margin-bottom: 0px;
}


.acadp-listings-title-block a {
    color: #54595F !important;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}

.tierlabel-geb {
    color: #000;
    padding: 0px;
    text-align: center;
}

.tierlabel-status {
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-weight: 600;
}

/*COLORS*/

.statuscolorohne {
    color: #fafafa;
}

.statuscolorUpdate {
    color: #78b833;
}

.statuscolorVermittelt {
    color: #e5007d;
}

.statuscolorReserviert {
    color: #00ada9;
}

.tieralertlist {
    float: right;
    padding: 0px 10px;
    background: #cc0000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
}

.tieralertlist-status {
    float: right;
    padding: 0px 10px;
    background: #79b835;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 15px;
    text-transform: uppercase;
}

.tierlabel-flag {
    padding: 10px 0px 0px 0px;
}

.tierlabel-icons {
    /* padding: 0px 0px 0px 5px; */
}

.tierlabel-icons img {
    height: 30px;
    padding-left: 5px;
    float: right;
}

.tierlabel-icons a img {
    height: 30px;
    padding-left: 5px;
    float: right;
}