@font-face {
	font-family: 'Enriqueta';
	font-style: normal;
	font-weight: normal;
	src: url('/static/web/default/css/fonts/enriqueta/enriqueta-regular-webfont.eot');
	src: url('/static/web/default/css/fonts/enriqueta/enriqueta-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/static/web/default/css/fonts/enriqueta/enriqueta-regular-webfont.woff') format('woff'),
		url('/static/web/default/css/fonts/enriqueta/enriqueta-regular-webfont.ttf') format('truetype'),
		url('/static/web/default/css/fonts/enriqueta/enriqueta-regular-webfont.svg#Enriqueta') format('svg');
}

@font-face {
	font-family: 'Enriqueta';
	font-style: normal;
	font-weight: bold;
	src: url('/static/web/default/css/fonts/enriqueta/enriqueta-bold-webfont.eot');
	src: url('/static/web/default/css/fonts/enriqueta/enriqueta-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/static/web/default/css/fonts/enriqueta/enriqueta-bold-webfont.woff') format('woff'),
		url('/static/web/default/css/fonts/enriqueta/enriqueta-bold-webfont.ttf') format('truetype'),
		url('/static/web/default/css/fonts/enriqueta/enriqueta-bold-webfont.svg#Enriqueta') format('svg');
}

@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: normal;
	src: url('/static/web/default/css/fonts/opensans/opensans-regular-webfont.eot');
	src: url('/static/web/default/css/fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/static/web/default/css/fonts/opensans/opensans-regular-webfont.woff') format('woff'),
		url('/static/web/default/css/fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
		url('/static/web/default/css/fonts/opensans/opensans-regular-webfont.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: bold;
	src: url('/static/web/default/css/fonts/opensans/opensans-bold-webfont.eot');
	src: url('/static/web/default/css/fonts/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/static/web/default/css/fonts/opensans/opensans-bold-webfont.woff') format('woff'),
		url('/static/web/default/css/fonts/opensans/opensans-bold-webfont.ttf') format('truetype'),
		url('/static/web/default/css/fonts/opensans/opensans-bold-webfont.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: normal;
	src: url('/static/web/default/css/fonts/opensans/opensans-italic-webfont.eot');
	src: url('/static/web/default/css/fonts/opensans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/static/web/default/css/fonts/opensans/opensans-italic-webfont.woff') format('woff'),
		url('/static/web/default/css/fonts/opensans/opensans-italic-webfont.ttf') format('truetype'),
		url('/static/web/default/css/fonts/opensans/opensans-italic-webfont.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'OpenSans';
	font-style: italic;
	font-weight: bold;
	src: url('/static/web/default/css/fonts/opensans/opensans-bolditalic-webfont.eot');
	src: url('/static/web/default/css/fonts/opensans/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/static/web/default/css/fonts/opensans/opensans-bolditalic-webfont.woff') format('woff'),
		url('/static/web/default/css/fonts/opensans/opensans-bolditalic-webfont.ttf') format('truetype'),
		url('/static/web/default/css/fonts/opensans/opensans-bolditalic-webfont.svg#OpenSans') format('svg');
}




/* ---------------------------------------------------------------
shared definitions */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	font-size: 14px;
	font-family: "OpenSans", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	width: 100%;
}

.hidden {
	display: none !important;
}


/* ---------------------------------------------------------------
viewport */

.cp-viewport {
	min-height: 100%;
	_overflow: hidden;
	display: flex;
	flex-direction: column;
}


/* ---------------------------------------------------------------
Header */

.cp-header a {
	display: block;
	position: relative;
	background-color: #6fc5be;
	color: #ffffff;
	font-family: 'Enriqueta', Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
}

.cp-header a:after {
	content: "";
	position: absolute;
    right: 15px;
    top: 12px;
	display: block;
	height: 22px;
	width: 14px;
	background-size: cover;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE4IDI4Ij4gIDxwb2x5Z29uIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSI1NCA5My4zNTYgNjQuMzU2IDgzIDU0IDcyLjY0NCA1Ny42NDQgNjkgNzEuNjQ0IDgzIDU3LjY0NCA5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0IC02OSkiLz48L3N2Zz4=);
}


/* ---------------------------------------------------------------
Footer */

.cp-footer {
	padding: 30px 10px 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c9c9c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#c9c9c9 100%);
	margin-top: auto;
	text-decoration: none;
}

.cp-footer__img img {
	max-width: 140px;
	height: 45px;
}

.cp-footer .btn {
	color: #fff;
	background-color: #6fc5be;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #5dbeb6;
	white-space: nowrap;
	padding: 6px 35px 6px 18px;
	font-size: 24px;
	line-height: 1.42857143;
	border-radius: 4px;
	text-decoration: none;
	position: relative;
}

.cp-footer .btn:after {
	content: "";
	position: absolute;
    right: 15px;
    top: 13px;

	display: block;
	height: 19px;
	width: 12px;
	background-size: cover;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE4IDI4Ij4gIDxwb2x5Z29uIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSI1NCA5My4zNTYgNjQuMzU2IDgzIDU0IDcyLjY0NCA1Ny42NDQgNjkgNzEuNjQ0IDgzIDU3LjY0NCA5NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU0IC02OSkiLz48L3N2Zz4=);
}


/* ---------------------------------------------------------------
Teaser */

/*
<div class="teaser" id="">
	<div class="teaser__image">
		<img src="" alt="">
	</div>
	<div class="teaser__content">
		<p class="teaser__voucher">Gutschein</p>
		<h3 class="teaser__title"></h3>
	</div>
</div>
*/

.teaser a {
	display: flex;
	text-decoration: none;
}

.teaser h3,
.teaser p {
	margin: 0;
	text-decoration: none;
}

.teaser + .teaser {
	margin-top: 0;
}

@media screen and (min-width: 630px) {
    .teaser + .teaser {
        margin-top: 10px;
    }
}


.teaser__content {
	width: 55%;
	padding-left: 5px;
}

.teaser__image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	max-width: 100%;
	width: 100%;
}

.teaser__voucher {
	background-color: #6fc5be;
	color: #ffffff;
	display: inline-block;
	padding: 1px 3px;
	margin-bottom: 2px;
	font-size: 12px;
}

.teaser__title {
	color: #000000;
	font-size: 16px;
	font-family: 'Enriqueta', Georgia, 'Times New Roman', Times, serif;
	line-height: 1.2;
}

@media screen and (min-width: 630px) {
    .teaser__title {
        font-size: 24px;
    }
}

@media screen and (min-width: 646px) {
    .teaser:nth-child(3),
    .teaser:nth-child(4) {
        display: none;
    }
}

/* -----
large teaser at top */

.teaser--default {
	padding-top: 5px;
	padding-bottom: 5px;
}

.teaser--default .teaser__image {
	width: 45%;
}

@media screen and (min-width: 630px) and (max-width: 659px) {

    .teaser--default .teaser__image {
        width: 41%;
    }
}

.teaser--default .teaser__image div {
	position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
	padding-bottom: 50%;
}

.teaser--default .teaser__content {
	padding: 0 10px;
}

.teaser--default .teaser__vendorimage {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.teaser--default .teaser__vendorimage {
		display: none;
	}
}

/* -----
large teaser at top */

.teaser--large {
	margin-bottom: 15px;
}

.teaser--large a {
	flex-direction: column;
}

.teaser--large .teaser__image {
	margin-bottom: 10px;
	position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
	padding-bottom: 50%;
}

/* .teaser--large .teaser__image img {
	height: 320px;
	width: 640px;
} */

.teaser--large .teaser__voucher {
	margin-bottom: 7px;
}

.teaser--large .teaser__title {
	font-size: 24px;
}

.teaser--large .teaser__image,
.teaser--large .teaser__content {
	width: 100%;
}

.teaser--large .teaser__content {
	padding-left: 0;
	padding: 0 10px;
}

.teaser--large .teaser__vendorimage {
	display: none;
}