/*
Theme Name: Ankerzahn
Theme URI: https://www.okdesigns.de
Author: okdesigns
Author URI: https://www.okdesigns.de
Description: Template für Ankerzahn
Version: 1.0.20
Text Domain: ankerzahn
*/

@import "assets/css/main.css";

.pum-content {
	font-size: 1.5rem !important;
	font-weight: 400 !important;
	color: #3D3F3A !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

.pum-content p {
	text-align: left !important;
	margin-bottom: 2.5rem !important;
}

.pum-content ul,
.pum-content ol {
	margin-bottom: 2.5rem;
}

.pum-content a:not(.button):not(.no-highlight):not([ng-href]):not(.social):not(.privacy):not(.az_button):not(.az_listings_results__single) {
	color: #6A8782 !important;
	text-decoration: none;
	transition: all .2s;
}

.pum-content a:not(.button):not(.no-highlight):not([ng-href]):not(.social):not(.privacy):not(.az_button):not(.az_listings_results__single):hover {
	color: #5c5c5c !important;
}

.pum-content b, .pum-content strong {
	font-size: 1.7rem !important;
	font-weight: 500 !important;
}

.pum-content *:not(div:not([class^="as_"]):not([class="wpcf7"])):last-child {
	margin-bottom: 0 !important;
}