/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.hrdrejer-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 768px) {
	.hrdrejer-cards-container {
		grid-template-columns: unset;
	}
}

.hrdrejer-card {
    display: flex;
    flex-direction: column;
    background: #e2dbd0;
}
.hrdrejer-card-header img {
    width: 100%;
    display: block;
    border-radius: 0!important;
}
.hrdrejer-card-body {
	padding: 20px;
}
.hrdrejer-card-body h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}
.hrdrejer-card-body p {
	padding: 0px;
	margin: 0px;
	margin-top: .5em;
}

.hrdrejer-card-footer {
    margin-top: auto;
    background: #d3c6b8;
    padding: 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.hrdrejer-card-footer span.pris {
	font-weight: 500;
    font-size: 1.5rem;
    margin-left: 8px;
}

.hrdrejer-card-footer a {
    background: #b7a99a;
    color: #FFF;
    text-decoration: underline;
    border-radius: 5px;
    padding: .5em 1em;
    margin-left: auto;
}

.hrdrejer-produkt-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.hrdrejer-produkt-billede img {
    width: 100%;
    display: block;
    margin-bottom: 24px;
}

footer.site-info {
    margin-bottom: 20px;
}
footer.site-info a {
    text-decoration: underline;
}