.box-uerterat-person {
	aspect-ratio: 100 / 50;
}

.box-uerterat-person-img {
	height: 100%;
	
	img {
		object-fit: cover;
		object-position: 50% 25%;
	    width: 100%;
		height: 100%;
	}
}

.dropdown-menu {
    a {
        color:#0a1505 !important;
    }
    a:hover {
        color:#2F651B !important;
    }
    li.active a {
        font-weight:bold;
    }
}

.navbar-top.bg-green {
    background-color:#1f4212 !important;
}

.card {
    a {
        text-decoration:none !important;
    }
}

.tpl-home .aktuelltitle {
    display:none;
}

.tpl-lseinzel {
    #lightgallery img {
        object-fit:cover;
        object-position:50% 50%;
        aspect-ratio: 1 / 1;
        width:100%;
        height:auto;
        
        cursor:pointer;
        
        margin-bottom:25px;
    }
}

.tpl-lslist {
    .col-liegenschaft-image img {
        width:100%;
        max-height:400px;
        object-fit:cover;
        object-position:50% 30%;
    }
}

.linkcol + .linkcol {
    margin-top:20px;    
}

.linkcard {
    a {
        display:block;
    }
}
