@font-face {
	font-family: 'Halcyon-Bold';
	src: url("../bestellung/fonts/Halcyon-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Halcyon-Semibold';
	src: url("../bestellung/fonts/Halcyon-SemiBold.woff") format("woff");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Halcyon';
	src: url("../bestellung/fonts/Halcyon-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal; }
.tarif-font {
	color: #42a3e3;
	font-size: 40px; font-family: 'Halcyon';
	line-height: 1em;
	margin: 10px 0!important;
	text-align: center;
}
.tarif-font.bigger {
	font-size: 48px;
	margin: 36px 0!important;
}
@media screen and (max-width: 340px) {
	.tarif-font.bigger { font-size: 44px; }
}
.tarif-font > span { white-space: nowrap; }
.tarif-font b {
	display: inline;
	font-family: 'Halcyon-Semibold'; font-weight: 600;
}
.tarif-font > span > span { font-size: 0.5em; }

div.tarife, #profile {
	display: flex;
	flex-flow: row wrap;
}

div.tarife > div, #profile > div {
	box-sizing: border-box;
	width: calc(50% - 2em);
	margin: 2em 1em;
	padding: 1em;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
}
div.tarife > div { text-align: center; }
div.tarife > div > img { max-height: 50px; }
div.tarife ul, #profile ul {
	flex-grow: 2;
	text-align: left;
}
div.tarife div h2 {
	text-align: center;
	font-size: 1.5em;
}
div.tarife div p {
	text-align: center;
	margin: 1em 0;
}
div.tarife div p > span {
	font-weight: bold;
	color: #00a0e6;
}
div.tarife div.casa_plus p > span, div.tarife div.pro_plus p > span  { color: red; }
div.tarife div p b, .price b { font-size: 200%; }
span.gratis {
	color: #555555!important;
	font-size: 200%;
	display: block;
	margin-bottom: 8px;
}
p.price > span.gratis { color: #555555!important;
	font-size: 200%;
	display: block;
	margin-bottom: 8px; }
div.tarife div p b span, .price span { font-size: 80%; }
div.tarife > div.casa_plus, div.tarife > div.pro_plus {
	border: 4px solid #fe091f;
	background-image: url(/includes/preisliste/grafik/empfehlung.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 125px;
}

p + img {
	display: block;
	margin: 0 auto;
	max-height: 60px;
}

.like-imagetitle {
	color: #01a0e6;
	font-size: 3.3em;
	line-height: 1em;
	margin: 0!important;
}
.like-imagetitle.detailpage {
	font-size: 4.2em;
	margin-bottom: 30px!important;
	text-align: center;
}

p.price { text-align: center; }

table.profile th { font-weight: bold; }
table.profile td { text-align: center; }

#profile > div { margin-bottom: 1em; }
#profile.piu > div {
	width: calc(33.3% - 1em);
	margin: 2em 0.5em;
}
#profile.piu > div > ul { padding-left: 0.75em; }
#profile h3 { text-align: center; }

div.cta {
	margin: 4em auto;
	text-align: center;
}

p.kleingedrucktes {
	font-size: 85%;
	text-indent: -8px;
	padding-left: 8px;
	margin: 0;
}

@media screen and (max-width: 940px) {
	#profile.piu > div { width: calc(50% - 2em); }
}

@media screen and (max-width: 650px) {
	div.tarife, #profile { display: block; }
	div.tarife div, #profile div {
		width: 100% !important;
		margin: 2em 0;
	}
}

@media screen and (max-width: 450px) {
	div.piu, div.professional_expert {
		background-size: 19vw;
	}
}
@media print {
	.cta { display: none; }
	#chat-application-iframe, #smartsupp-widget-container { display: none!important; }
}