/* FONTS */

/* kaushan-script-regular - latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kaushan-script-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Kaushan Script'), local('KaushanScript-Regular'),
       url('../fonts/kaushan-script-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/kaushan-script-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/kaushan-script-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/kaushan-script-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/kaushan-script-v6-latin-regular.svg#KaushanScript') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/lato-v17-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v17-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* FONTS - ENDE */


 .content-wrapper  {
    background-color: transparent !important;
 }
 
/* 
.content-wrapper {
    background-image:url("../../wellness dreams/design/season/xmas2018.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    background-size: 100%;
    width:100%;
}
 */



h1 {
    font-family:Kaushan Script;
    font-weight:bold;
}
h2 {
    font-family:Kaushan Script;
    font-weight:bold;
}
table.tech-details {
    line-height:1em;
}
.price {
    padding:10px;
    font-size:1.4em;
    font-weight:bold;
    color:#cc8708;
}
.schatten-box {
	box-shadow:2px 2px 5px 5px rgba(0,0,0,.5);
    border-radius:5px;
}

#Tagline figcaption {
	text-align:center;
}

/* Info-Liste */
.info-lists {
	zoom: 1;
}
.info-lists:before {
	content: "";
	display: table;
}
.info-lists:after {
	content: "";
	display: table;
	clear: both;
}

.info-list {
	float: left;
}
.-columns-1 > .info-list {
	width: 100%;
}
.-columns-2 > .info-list {
	width: 50%;
}
.-columns-3 > .info-list {
	width: 33.33333%;
}
.-columns-4 > .info-list {
	width: 25%;
}
.-columns-5 > .info-list {
	width: 20%;
}
.-columns-6 > .info-list {
	width: 16.66667%;
}
.info-list:last-of-type {
	margin-right: -1px;
}
.info-list dt {
	margin-top: 1em;
	color: #98a0ab;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.info-list dt:first-child {
	margin-top: 0;
}
.info-list dd {
	margin-left: 0;
}
@media screen and (max-width: 599px) {
	.info-list.info-list {
		/* doubled class for specificity */
		float: none;
		width: auto;
	}
}
.info-list a[target="_blank"]:after {
	content: none;
}

/* Info-Liste - Ende */