/*****************************************
**										**
**    Stylesheet Landingpages Tamedia 	**
**    by Web-Elements GmbH 				**
**										**
*****************************************/

/* FONTS */

@font-face {
    font-family: "ITC Fenice Regular";
    src: url('../fonts/ITCFeniceBZVersalien.otf');
}


/* ALLGEMEINE STYLEANGABEN */

* {
    margin: 0;
    padding: 0;
}
html {
    width: 100%;
    min-height: 100vh;
}

body {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
}

h1 {
	font-family: "ITC Fenice Regular";
	font-size:78px;
	font-weight:400;
}

h2 {
	font-size:20px;
	font-weight:600;
	margin-top:15px;
}

h3 {
	font-size:20px;
	font-weight:600;
	margin-top:15px;
	margin-bottom:5px;
}

p {
	font-size:20px;
	font-weight:300;
}

p.claim {
	font-size:28px;
	font-weight:300;
	margin-top:-100px;
}

p.small {
	font-size:15px;
}

.remodal ul li {
	font-weight:300;
}

footer p {
	font-weight:400;
}

strong {
	font-weight:600;
}

a {
	color:#000;
}

a.link-white {
	color:#fff;
	text-decoration: none;
	z-index:1;
	position: relative;
}

a:hover, a:focus {
	color: #95141A;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a.link-white:hover, a.link-white:focus {
	color: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

a.link-white h3 {
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	z-index:1;
	position:relative;
	font-size:38px;
	font-weight:600;
}

a.link-white:hover h3, a.link-white:focus h3 {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

a.link-white h3::before {
	font-family: 'Source Sans Pro', sans-serif;
	position:absolute;
	font-size:16px;
	top:18px;
	right:65px;
	content: "";
	display: inline;
	background-image:url(../img/pfeil-rechts.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size:45px;
	height: 45px;
	width: 45px;
	padding-left: 50px;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

a.link-white h3:hover::before {
	right:60px;
}

ul {
	list-style-type: none;
}

.wrapper {
	width:1040px;
	max-width:100%;
	max-width:calc(100% - 30px);
	margin:0 auto;
	position: relative;

}


/* HEADER */ 

header {
	text-align: center;
	position: relative;
}

header .titel-header {
	position: absolute;
	z-index: 9999;
	top:0;
	left:0;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

header .titel-header .colored {
	color:#95141A;
}

.headerbild {
	height:800px;
	height:100vh;
	min-height:400px;
	background-size: auto 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% -25vh;
	position:relative;
}

.headerbild p, .headerbild span {
	font-weight: 300;
	font-size:18px;
}

div.titel-header {
	width:100%;
	background-color:#fff;
	height:120px;
}

/* CONTENT */

section.content {
	text-align: center;
	padding-top:40px;
}

.titelcolor {
	color:#95141A;
}

img.packshot {
	width:1200px;
	height:auto;
	max-width:100%;
	margin-top:-300px;
}

.sellingpoint-box {
	width:100%;
	max-width:100%;
	margin:45px 0;
	background-color: #95141A;
}

.sellingpoint-box .inhalt {
	width:420px;
	max-width:100%;
	text-align: left;
	padding: 20px;
	margin:0 auto;
}

.sellingpoint-box .inhalt p {
	display: block;
	text-align: center;
	padding:8px 0 12px 0;
}

.sellingpoint-box .inhalt ul li {
	color:#fff;
	padding-bottom:5px;
	display:flex;
	justify-content: flex-start;
	align-items:center;
}

.sellingpoint-box .inhalt ul li a {
	color:#fff;
}

.sellingpoint-box .inhalt ul li a:hover, .sellingpoint-box .inhalt ul li a:focus {
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sellingpoint-box .inhalt ul li svg {
	color:#fff;
	margin-bottom:-2px;
}

.sellingpoint-box .inhalt ul li span {
	padding-left:5px;
}

.sellbox {
	width:580px;
	max-width:100%;
	margin:15px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E7E3E2;
}

.sellbox .titel {
	background-color:#95141A;
	color:white;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 40px 15px 0;
}

.sellbox .inhalt {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:#E7E3E2;
	text-align: left;
	padding:20px;
	font-size:24px;
	font-weight:300;
}

.sellbox .inhalt p {
	display: block;
	text-align: center;
	padding:8px 0 12px 0;
}

.sellbox .inhalt ul li {
	padding-bottom:5px;
	display:flex;
	justify-content: flex-start;
	align-items:top;
}

.sellbox .inhalt ul li::before {
  content: "● ";
  color: #95141A; 
}

.sellbox .inhalt ul li svg {
	color:#95141A;
	margin-bottom:-2px;
}

.sellbox .inhalt ul li span {
	padding-left:10px;
}

.sellbutton {
	background-color:#95141A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:380px;
	max-width:100%;
	margin:15px auto;
	color:white;
	padding:15px 0px;
}


img.logo {
	width:400px;
	max-width:100%;
	margin:40px auto 50px;
}

footer {
	text-align:left;
	background-color:#E7E3E2;
	padding:10px 15px 25px;
}

footer .wrapper {
	width:580px;
	max-width:100%;
}

footer div.footer-left {
	width:70%;
	float:left;
}

footer div.footer-right {
	width:30%;
	float:left;
}

footer h3, footer p, footer a {
	font-size:16px;
}

footer a {
	display:block;
	text-decoration: none;
}

.remodal {
    max-width: 920px;
}

.remodal.modal-gueltigkeit {
    max-width: 440px;
    height:400px;
}

.remodal-close {
	right:5px;
	left:auto;
	width: 40px; 
	height: 40px;
	margin:15px;
}

.remodal-close::before {
	background-image: url(../img/close.svg); 
	content:"";
	width: 40px; 
	height: 40px;
	background-size:25px;
	background-position:center;
	background-repeat:no-repeat;
}

.remodal-inner {
    max-width: 600px;
    margin:0 auto;
    display:block;
    min-height:65vh;
    text-align:left;
      display: flex;

  justify-content: center;
  flex-direction: column;
}

.remodal h2 {
	padding: 15px 0px;
	text-align: left;
}

.remodal p {
	text-align: left;
	font-size:18px;
}

.remodal ul {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
	list-style-type: disc;
	font-size:18px;
}

.remodal img {
	width:100%;
	max-width:420px;
	margin-top:30px;
	text-align: left;
}

.remodal .magazin_bild{
	width:100%;
	max-width:300px;
}

.abo {
	font-size:100px;
}

.clear {
	clear:both;
}

.typed-cursor{-webkit-animation: none;-moz-animation: none;animation: none;}

.stoerer {
	border-radius:50%;
	background-color:#95141A;
	width:175px;
	height:175px;
	position: absolute;
	top:-335px;
	left:25px;
	color:white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight:700;
	font-size:28px;
	line-height:1.1;
	z-index:99;
}


 @media only screen and (max-width: 1600px) {

	h1 {
		font-size:55px;
		font-weight:600;
	
	}

	p.claim {
		font-size:26px;
		font-weight:300;
	}

 }


@media only screen and (max-width: 1400px) {

	 .headerbild {
		height:700px;
		height:80vh;
		height:calc(100vh - 216px);
		min-height:600px;
		background-size: auto 100%;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 50% -25vh;
		position:relative;
	}
 }


 @media only screen and (max-width: 1200px) {

	.headerbild p, .headerbild span {
		font-weight: 300;
		font-size:16px;
	}

	.headerbild {
		height:600px;
		height:80vh;
		height:calc(100vh - 216px);
		min-height:500px;
		background-attachment: scroll;
		background-attachment: fixed;
		background-repeat: no-repeat;
		position:relative;
		background-position:center;
	}

	.typed-wrapper {
		padding-top:150px;
	}

	.typed-string {
	}

	.typed-string-1 {
	}

	.typed-string-2 {
		top:50%;
	}

	.typed-string-3 {
		top:75%;
		left:5%;
	}

	.typed-string-4 {
		top:45%;
		left:1%;
	}

	.typed-string-5 {
		top:35%;
		left:25%;
	}

	.typed-string-6 {
		top:80%;
		left:18%;
	}

	.footerbild .stoerer {
		border-radius: 50%;
		background-color:white;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		top:35px;
		right:15px;
	}
}

@media only screen and (max-width: 992px) {

	body {
	    width: 100%;
		font-size:18px;
	}

	h1 {
		font-size:45px;
		font-weight:600;

	}

	h2 {
		font-size:18px;
		font-weight:600;
		margin-top:15px;
	}

	h3 {
		font-size:18px;
		font-weight:600;
		margin-top:15px;
	}

	p {
		font-size:18px;
		font-weight:300;
	}

	p.claim {
	    font-size: 22px;
	    font-weight: 300;
	}

	footer p {
		font-weight:400;
	}

	p.small {
		font-size:14px;
	}

	.remodal p {
		font-size:16px;
	}

	.remodal ul {
		font-size:16px;
	}

	section.content {
		padding-top:10px;
	}	

	a.link-white h3 {
		font-size:26px;
	}

	a.link-white h3::before {
		right:140px;
		top:18px;
		background-size: 30px;
		height: 30px;
		width: 30px;
		padding-left: 0;
	}

	a.link-white h3:hover::before {
		right:135px;
	}

	.headerbild {
		height:70vh;
		height:calc(100vh - 216px);
		min-height:400px;
		background-size: auto 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position:relative;
	}

	.footerbild .bild {
		min-height:240px;
		height:240px;
		background-size:100% auto;
		background-position: 50% 0;
		background-attachment: scroll;
	}

	.footerbild .footer-overlay {
		position: relative;
		right:0;
		bottom:0;
		left:0;
		background-color:rgba(240,240,240,0.97);
		text-align: left;
		padding:15px 15px 30px;
	}

	.footerbild .bild .wrapper div.footer {
	    text-align: left;
	    font-size: 15px;
	    position: absolute;
	    bottom: 15px;
	    left:calc(50% - 192px);
	}

	img.packshot {
		margin-top:-148px;
	}

	.stoerer {
		top:-225px;
		width:145px;
		height:145px;
		font-size:24px;
	}


}

@media only screen and (max-width: 768px) {

	.headerbild {
		height:500px;
		min-height:500px;
		background-size: auto 100%;
		background-size: cover;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center;
		position:relative;
	}

	div.titel-header {
		width:100%;
		background-color:#fff;
		height:95px;
	}

	.footerbild .bild {
		min-height:240px;
		height:240px;
		background-size:auto 100%;
		background-position: 50% 0;
		background-attachment: scroll;
	}

	h1 {
		font-size:38px;
	}

	.sellingpoint-box .inhalt {
	    max-width: calc(100% - 40px);
	}

	.sellbox .inhalt {
	    font-size: 20px;
	}

	img.logo {
	    width: 400px;
	    max-width: 80%;
	    margin: 40px auto 50px;
	}

}


@media only screen and (max-width: 610px) {

	a.link-white h3::before {
		right:15px;
		right:calc(50% - 150px);
	}

	a.link-white h3:hover::before {
		right:10px;
		right:calc(50% - 155px);
	}

} 


@media only screen and (max-width: 580px) {

	h1 {
	    font-size: 32px;

	}

	p.claim {
	    font-size: 18px;
	    font-weight: 300;
	    margin-top:0;
	}



	.footerbild h2, .footerbild p {
		font-size:14px;
	}

	.remodal {
	    padding:45px 25px 25px;
	}

	.remodal-close {
		margin:10px;
		top: 15px;
	}

	.remodal-close::before {
		background-image: url(../img/close.svg); 
		content:"";
		width: 30px; 
		height: 30px;
		background-size:30px;
		background-position:center;
		background-repeat:no-repeat;
	}

	footer div.footer-left {
		width:100%;
		float:none;
		padding:0;
	}

	footer div.footer-right {
		width:100%;
		float:none;
		padding:0;
	}

	.remodal .magazin_bild {
	    width: 100%;
	    max-width: 240px;
	}
	.remodal img {
	    width: 100%;
	    max-width: 280px;
	    margin-top: 30px;
	    text-align: left;
	    height:auto;
	}

	.stoerer { 
		left:15px;
		top:-200px;
	}


}

@media only screen and (max-width: 500px) {
	h1 {
		font-size: 28px;
	}

	img.packshot{
		margin-top: -83px;
	}

	.stoerer { 
		left: 0px;
		top:-160px;
		width:125px;
		height:125px;
		font-size:18px;
	}

}

@media only screen and (max-width: 440px) {

	h1 {
	    font-size: 24px;

	}

	.footerbild .bild .wrapper div.footer {
	    left:30px;
	    width:auto;
	}

}

@media only screen and (max-width: 420px) {



}

@media only screen and (max-width: 385px) {

	h1 {
		max-width:280px;
	}

	a.link-white h3 {
		font-size: 18px;
	}

	a.link-white h3::before {
		right:15px;
		right:calc(50% - 100px);
		top: 16px;
		background-size: 22px;
	}

	a.link-white h3:hover::before {
		right:10px;
		right:calc(50% - 105px);
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
	.headerbild {
		background-attachment: scroll;
	}
}
