/*! * Bootstrap Minimal (HjerterES.dk) * Copyright 2011-2016 Twitter,Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.container {
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px
}
@media (min-width:768px) {
	.container {
		width:750px
	}
}
@media (min-width:992px) {
	.container {
		width:900px
	}
}
@media (min-width:1136px) {
	.container {
		width:900px
	}
}
@media (min-width:1200px) {
	.container {
		width:900px
	}
}
.container:after,.container:before {
	content:" ";
	display:table
}
.container:after {
	clear:both
}
body,html {
	height:100%
}
body {
	margin:0;
	padding:0;
	background:#000000 url(https://hjerteres.dk/images/card-game-packs.png) repeat;
	font-family:'Verdana',sans-serif;
	font-size:16px;
	color:#000
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-family:'Verdana',sans-serif;
	text-align:center
}
h1 {
	font-size:30px
}
@media (max-width:480px) {
	h1 {
		font-size:25px
	}
}
@media (max-width:375px) {
	h1 {
		font-size:25px
	}
}
p {
	margin-top:0;
	line-height:180%
}
a {
	color:darkred
}
a:hover {
	text-decoration:none
}
a img {
	border:none
}
img.fluid {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	border-radius:10px;
	height:auto
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:98%;
	height:auto
}
img.article {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
	border:solid 2px #000
}
img.top {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto
}
blockquote {
	margin:1.5rem 0;
	padding:1rem 1.5rem;
	border-left:4px solid green;
	background-color:#f8f8f8;
	color:#444;
	font-style:italic;
	border-radius:0 4px 4px 0
}
@media (min-width:480px) {
	#wrapper {
		padding:0 35px!important
	}
}
@media (max-width:480px) {
	#content h2,h1 {
		font-size:25px!important
	}
}
@media (max-width:375px) {
	#content h2,h1 {
		font-size:25px!important
	}
}
#wrapper {
	padding:0 15px;
	background:#fff
}
#logo {
	overflow:hidden;
	padding:30px 0 10px 0
}
#logo h1 {
	margin:0;
	line-height:normal;
	text-transform:uppercase;
	text-align:center
}
#logo h1 a {
	text-decoration:none;
	font-size:2.5em;
	color:#6fbec6
}
#logo a {
	color:#333
}
#page {
	overflow:hidden;
	margin:0 0 30px 0;
	padding:20px 0 30px 0;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf
}
#content {
	float:none
}
#content h2 {
	padding:0 0 1em 0;
	text-transform:uppercase;
	font-size:1.5em
}
#content h3 {
	padding:0 0 1em 0;
	text-transform:uppercase;
	font-size:1.25em
}
#content h4 {
	padding:0 0 1em 0;
	font-size:1.25em
}
#footer {
	overflow:hidden;
	padding:20px 0 60px 0
}
#footer p {
	text-align:center
}
.note {
	border:1px solid #999;
	padding:.5rem .5rem .5rem 3rem;
	margin:2rem 0;
	background-color:#89CFF0;
	position:relative
}
.tip {
	border:1px solid #999;
	padding:.5rem .5rem .5rem 3rem;
	margin:2rem 0;
	background-color:#e8fdf5;
	position:relative
}
.warning {
	border:1px solid #999;
	padding:.5rem .5rem .5rem 3rem;
	margin:2rem 0;
	background-color:#ffdfdf;
	position:relative
}
.important {
	font-size:1.25rem;
	border-left-style:solid;
	border-width:.25rem;
	padding-left:1rem;
	margin-left:2rem;
	padding-top:.25rem;
	padding-bottom:.25rem;
	margin-top:2rem;
	margin-bottom:2rem;
	border-color:#5e2ca5
}
div.icon {
	width:16px;
	height:16px;
	background-image:url(https://hjerteres.dk/images/icons.png)
}
.note::before,.tip::before,.warning::before {
	content:" ";
	background-image:url(https://hjerteres.dk/images/icons.png);
	position:absolute;
	top:.75rem;
	left:1rem;
	height:16px;
	width:16px
}
.warning::before {
	background-position-y:-32px
}
.note::before {
	background-position-y:-48px
}
.tip::before {
	background-position-y:-64px
}
.no {
	color:#e7040f
}

/* --- Navigation --- */
.lp-site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 24px;
    border-bottom: 2px solid #7a1f1f;
}

.lp-nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1;
}

.lp-nav-logo:hover {
    color: #7a1f1f;
}

.lp-nav-logo-img {
    width: 32px;
    height: 32px;
    display: block;
    flex-shrink: 0;
    border-radius: 4px;
}

.lp-nav-logo-text {
    display: inline-block;
    line-height: 1;
}

.lp-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lp-nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.lp-nav-link:hover,
.lp-nav-link.lp-nav-active {
    color: #7a1f1f;
    font-weight: 600;
}

.lp-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: #7a1f1f;
    padding: 6px;
    cursor: pointer;
}

.lp-mobile-toggle svg {
    width: 22px;
    height: 22px;
}

.lp-mobile-menu {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.lp-mobile-menu.lp-menu-open {
    display: flex;
}

.lp-mobile-menu a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 6px 0;
}

.lp-mobile-menu a:hover {
    color: #7a1f1f;
}

@media (max-width: 768px) {
    .lp-nav-links {
        display: none;
    }

    .lp-mobile-toggle {
        display: block;
    }
}


@media (min-width:640px) {
	.button-group {
		grid-template-columns:repeat(2,1fr)!important
	}
	.form-select,.calculate-button,.reset-button {
		font-size:1rem!important
	}
}
@media (min-width:768px) {

	.form-title {
		font-size:1.875rem!important;
		margin-bottom:1.5rem!important
	}
	.form-group {
		margin-bottom:1rem!important
	}
	.table-header-cell,.table-cell {
		padding:1rem!important
	}
	.summary-title {
		font-size:1rem!important
	}
}