/* Animation Weihnachten Start */
div.nikl {
	position: absolute;
	width: auto;
	z-index: 2;
	height: 125px;
	top: 20px;
	animation-name: move;
	animation-duration: 25s;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.niklpic {
	animation: wave 2s ease-in-out infinite;
	animation-delay: 0.1s;
}

.wave-text {
	font-family: Chopin Script;
}

.wave-text span {
	display: inline-block;
	color: #090;
	font-weight: bold;
	font-size: 2rem;
	animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
	animation-delay: 0s;
}

.wave-text span:nth-child(2) {
	animation-delay: 0.2s;
}

.wave-text span:nth-child(3) {
	animation-delay: 0.4s;
}

.wave-text span:nth-child(4) {
	animation-delay: 0.6s;
}

.wave-text span:nth-child(5) {
	animation-delay: 0.8s;
}

.wave-text span:nth-child(6) {
	animation-delay: 1.0s;
}

.wave-text span:nth-child(7) {
	animation-delay: 1.2s;
}

.wave-text span:nth-child(8) {
	animation-delay: 1.4s;
}

.wave-text span:nth-child(9) {
	animation-delay: 1.6s;
}

.wave-text span:nth-child(10) {
	animation-delay: 1.8s;
}

.wave-text span:nth-child(11) {
	animation-delay: 2.0s;
}

.wave-text span:nth-child(12) {
	animation-delay: 2.2s;
}

.wave-text span:nth-child(13) {
	animation-delay: 2.4s;
}

.wave-text span:nth-child(14) {
	animation-delay: 2.6s;
}

.wave-text span:nth-child(15) {
	animation-delay: 2.8s;
}

.wave-text span:nth-child(16) {
	animation-delay: 3.0s;
}

@keyframes move {
	from {
		transform: translateX(2100px);
	}

	to {
		transform: translateX(-500px)
	}
}

@keyframes wave {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-14px);
	}
}

/* Animation Weihnachten Ende */
.container {
	max-width: 1250px !important;
}

.scriptcontainer .row {
	display: none;
}

.scriptcontainer .row[style*='display: block'] {
	display: flex !important;
}

.fa-arrow-right {
	font-weight: 900;
	font-size: 5em;
	color: #CCE5FF;
	margin-top: 60%;
}

#page250 .row {
	display: flex;
}

#page365 .row {
	display: block;
	padding: 1rem;
}

#hzangebot {
	display: block;
	padding: 1rem;
}

#hzangebot .row {
	display: flex;
	padding: 1rem;
}

#formHzShop {
	display: flex;
}

.engels-infobox p {
	margin-bottom: 0.5rem;
}

.card {
	cursor: pointer;
}

.card-title {
	font-size: 1.5em;
}

.card:hover {
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
}

.cactive {
	border: #007bff 2px solid;
	-webkit-filter: brightness(.99);
	filter: brightness(.99);
}

#card-paket-gold {
	background-color: #D4AF37;
}

#card-paket-silber {
	background-color: #99A1AC;
}

#card-paket-bronze {
	background-color: #A07155;
	color: #000;
}

.card-paket-img {
	padding: 1.25rem;
	width: 100%;
}

.card-paket-img h2 {
	font-size: 2.5em;
}

.card-preis {
	font-size: 1.5em;
}

.card-preis-oben {
	font-size: 1.7em;
}

.tooltip-inner {
	background: #007BFF;
	color: #FFF;
	border: 1px solid #06F;
	text-align: left;
}

.card-praemie {
	display: none;
}

.card-aufpreis-oel-br,
.card-aufpreis-gas-br,
.card-aufpreis-oel-si,
.card-aufpreis-gas-si,
.card-aufpreis-oel-go,
.card-aufpreis-gas-go {
	display: none;
}

.nolistdot {
	list-style: none;
}

.card ul {
	padding-left: 1rem;
}

.col-card-1 .card {
	min-height: 985px;
}

.font-size-larger {
	font-size: 1.5em;
}

.bubblelist {
	list-style: none;
	padding-left: 0 !important;
}

.bubblelist li {
	display: table;
	padding-bottom: .5em;
}

.bubblelist li div {
	display: table-cell;
}

.bubblelist li::before {
	display: table-cell;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	flex: 0 0 32px;
	height: 32px;
	border-radius: 50%;
	content: '\2714';
	font-family: 'evmicon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	color: #fff;
	background-color: #74b841;
}

#final {
	display: none;
}

#hzangebot ul {
	list-style: none;
}

#hzangebot li {
	margin-bottom: 2em;
	position: relative;
}

#hzangebot ul li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -40px;
	width: 36px;
	height: 36px;
	background-image: url(../../Public/SVG/hacken-green.svg);
}

.klimpaket ul li:before {
	content: none !important;

}

.klimpaket ul li {
	margin-bottom: 0 !important;
}

.font-weight-bigger {
	font-weight: bold;
	font-size: 1.2em;
}

[data-toggle="collapse"] i::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f146";
	font-style: normal;
}

[data-toggle="collapse"].collapsed i::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f0fe";
	font-style: normal;
}

.scroll {
	overflow: scroll;
}

.btn-link {
	text-decoration: none !important;
}

.btn-primary {
	color: #fff !important;
}