/*
Theme Name: kp-display v5
Theme URI: XXX
Description: XXX
Author: XXX Seit 14.05.2018
Version: 5.0
*/
/***************************************************
	CSS Resets
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, homeArticle, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Apply "box-sizing" mode to all elements */
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/***************************************************
			Font
***************************************************/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('font/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/roboto/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('font/roboto/roboto-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/roboto/roboto-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('font/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/roboto/roboto-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('font/roboto/roboto-v18-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/roboto/roboto-v18-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* alegreya-regular - latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya Regular'), local('Alegreya-Regular'),
       url('font/alegreya/alegreya-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/alegreya/alegreya-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* alegreya-italic - latin */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Italic'), local('Alegreya-Italic'),
       url('font/alegreya/alegreya-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/alegreya/alegreya-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* alegreya-700 - latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya Bold'), local('Alegreya-Bold'),
       url('font/alegreya/alegreya-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/alegreya/alegreya-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* alegreya-700italic - latin */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'),
       url('font/alegreya/alegreya-v11-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('font/alegreya/alegreya-v11-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




/***************************************************
			Page layout/sections
***************************************************/
.center{
	float: none;
	clear: both;
}
.center:after{
	content: " ";
	display: table;
	clear: both;
}
/*.subscribeButtonInset:after{
	content: " ";
	display: table;
	clear: both;
}*/
html, body{
	font-family: "Roboto", Verdana, sans-serif;
	font-size: 16px;		line-height: 1.7em;
	background-color: white;
	color: rgb(50,50,50);	
	/* height: 100%; */
    margin: 0;    padding: 0;
	zoom: 1;
}
p{
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;	
}
h3{
	/* font-family: Alegreya, Georgia, serif; */
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-align: left;
}
a{
	text-decoration: underline;
	color: black;
}
a:hover{	color: rgb(150,150, 150);
}
a:active{
	color: rgb(200,200,200);
}
b, strong{
	font-weight: 700;
}
em, i{
	font-style: italic;
}
ol{
	list-style-type: decimal; 
	margin-left: 2em;
}
ul{
	list-style-type: disc;
	margin-left: 2em;
}
li{
	padding-left: 0.2em;
}
li+li{
	margin-top: 0.5em;
}
.nounderline{
	text-decoration: none;
}
.center{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}
.centerText{
	max-width: 600px;	
	margin: 0 auto;
	margin-right: 32%;
	float: none;	
	display: block;
	
}
/*			Subscribe button			*/
.subscribeButtonInset{
	width: 200px;
	padding: 10px 10px 10px 10px;	
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, rgb(250, 250, 250) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,rgb(250, 250, 250))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,rgb(250, 250, 250) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,rgb(250, 250, 250) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,rgb(250, 250, 250) 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,rgb(250, 250, 250) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='rgb(250, 250, 250)',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
	box-shadow: inset 0px 1px 10px rgb(225,225,225), inset 0px -1px 1px rgb(255,255,255) ;
	border:	1px solid rgba(100,100,100,0.125);
	border-bottom: 1px solid rgba(150,150,150,0.1);	
}
.subscribeButtonInset.bigButton{
	font-size: 1.2em;
	width: 300px;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
}
.subscribeButton {
	width: 100%;
	padding: 15px 0px 15px 0px;
	
	background: rgb(135,175,217); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(135,175,217,1) 0%, rgba(72,128,179,1) 100%); /* FF3.6+ */
	background: -moz-linear-gradient(top, rgba(135,175,217,1) 0%, rgba(72,128,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,175,217,1)), color-stop(100%,rgba(72,128,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(135,175,217,1) 0%,rgba(72,128,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(135,175,217,1) 0%,rgba(72,128,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(135,175,217,1) 0%,rgba(72,128,179,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(135,175,217,1) 0%,rgba(72,128,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87AFD9', endColorstr='#4880B3',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0px 5px 10px rgba(100,100,100,0.5), inset 0 1px 0px rgba(250,250,250,0.25);
	border-radius: 2px;
	border: 1px solid rgb(104,104,104);
	color: rgb(255,255,255);
	-webkit-font-smoothing: antialiased;
}
.bigButton > .subscribeButton{
	padding: 20px 0px 20px 0px;
}
.subscribeButton:hover {
	opacity: 0.85;
	cursor: pointer;
}
.subscribeValue p{
	font-size: 1.5em !important;
	text-align: center !important;
	color: rgb(255,255,255) !important;
	display: block;
	margin: 0px !important;
}
	
.subscribeType p{
	font-size: 1.1em !important;
	text-align: center !important;
	color: rgb(255,255,255) !important;
	font-weight: 500 !important;
	opacity: 0.65;
	margin-top: 0.125em;
	margin: 0px !important;
}
/*			Continue button			*/
.continue{
	margin-top: 22px;
	display: inline-block;
	clear: both;
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgb(200,200,200);
	border-radius: 4px;
	padding: 3px 10px 3px 10px;
	background-color: rgb(240,240,240);	
}
.continue:hover{
	background-color: rgb(220,220,220);
}
.continue{
	text-decoration: none;
	color: rgb(50,50,50);
	font-size: 0.9em;
}
.continue:before{
	content: "\00bb\a0";
}
/* .center, .center *{
	border: solid 1px rgb(0, 0, 0);	
}
.centerText, .centerText *{
	border: solid 1px rgb(0, 0, 0);	
} */

sup {font-size:small !important; vertical-align:top !important;}
sup a{color: rgb(250,120,120) !important;}

/**********************************************************************************************************************************************/
/*												Responsive styles																			  */
/**********************************************************************************************************************************************/
@media (max-width: 1100px){
	.center{
		width: 95%;
	}
	
	/* .centerText{		
		width: 95%;
		margin-left: 2%;
	} */
}

@media (max-width: 1000px){
	.centerText{
		float: none;
		/* max-width: none; */
		width: 95%;
		margin: 0 auto;
	}
	
	/* .centerText{		
		width: 95%;
		margin-left: 2%;
	} */
}