/*
Theme Name: madvertise2k16
Theme URI: https://www.madvertise.com
Author: Christoph Eckert - kunststoff-ag.de


/* Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */
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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;vertical-align:baseline;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;}

/*
@font-face{font-family:'klavika_regularregular';src:url(./fonts/klavikaregular-osf-webfont.eot);src:url(./fonts/klavikaregular-osf-webfont.eot?#iefix) format("embedded-opentype"),url(./fonts/klavikaregular-osf-webfont.woff2) format("woff2"),url(./fonts/klavikaregular-osf-webfont.woff) format("woff"),url(./fonts/klavikaregular-osf-webfont.ttf) format("truetype"),url(./fonts/klavikaregular-osf-webfont.svg#klavika_regularregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'klavika_boldbold';src:url(./fonts/klavika_bold-webfont.eot);src:url(./fonts/klavika_bold-webfont.eot?#iefix) format("embedded-opentype"),url(./fonts/klavika_bold-webfont.woff2) format("woff2"),url(./fonts/klavika_bold-webfont.woff) format("woff"),url(./fonts/klavika_bold-webfont.ttf) format("truetype"),url(./fonts/klavika_bold-webfont.svg#klavika_boldbold) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'klavika_lightlight';src:url(./fonts/klavikalight-osf-webfont.eot);src:url(./fonts/klavikalight-osf-webfont.eot?#iefix) format("embedded-opentype"),url(./fonts/klavikalight-osf-webfont.woff2) format("woff2"),url(./fonts/klavikalight-osf-webfont.woff) format("woff"),url(./fonts/klavikalight-osf-webfont.ttf) format("truetype"),url(./fonts/klavikalight-osf-webfont.svg#klavika_lightlight) format("svg");font-weight:400;font-style:normal}

@font-face {
    font-family: 'Roboto';
    src: url(./fonts/Roboto-Light-webfont.woff);
    src: url(./fonts/Roboto-Light-webfont.woff) format("woff");
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url(./fonts/Roboto-Regular-webfont.woff);
    src: url(./fonts/Roboto-Regular-webfont.woff) format("woff");
    font-weight:400;
}
*/




@font-face {
	font-family: 'klavika_regularregular';
	src: url(./fonts/sofia/sofia_pro_regular.woff);
	src: url(./fonts/sofia/sofia_pro_regular.woff) format("woff");
    /*src: url(./fonts/Klavika-Regular.eot);
	src: url(./fonts/Klavika-Regular.eot?#iefix) format("embedded-opentype"), 
	url(./fonts/Klavika-Regular.woff2) format("woff2"), 
	url(./fonts/Klavika-Regular.woff) format("woff"), 
	url(./fonts/Klavika-Regular.ttf) format("truetype"), 
	url(./fonts/Klavika-Regular.svg#klavika_regularregular) format("svg");
	*/
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'klavika_boldbold';
	src: url(./fonts/sofia/sofia_pro_bold.woff);
    src: url(./fonts/sofia/sofia_pro_bold.woff) format("woff");
    /*src: url(./fonts/Klavika-Bold.eot);
	src: url(./fonts/Klavika-Bold.eot?#iefix) format("embedded-opentype"), 
	url(./fonts/Klavika-Bold.woff2) format("woff2"), 
	url(./fonts/Klavika-Bold.woff) format("woff"), 
	url(./fonts/Klavika-Bold.ttf) format("truetype"), 
	url(./fonts/Klavika-Bold.svg) format("svg");*/
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'klavika_lightlight';
	src: url(./fonts/sofia/sofia_pro_light.woff);
    src: url(./fonts/sofia/sofia_pro_light.woff) format("woff");
    /*src: url(./fonts/Klavika-Light.eot);
	src: url(./fonts/Klavika-Light.eot?#iefix) format("embedded-opentype"), 
	url(./fonts/Klavika-Light.woff2) format("woff2"), 
	url(./fonts/Klavika-Light.woff) format("woff"), 
	url(./fonts/Klavika-Light.ttf) format("truetype"), 
	url(./fonts/Klavika-Light.svg#klavika_lightlight) format("svg");*/
    font-weight: 400;
    font-style: normal;
}



@font-face {
    font-family: 'Roboto';
    src: url(./fonts/sofia/sofia_pro_light.woff);
    src: url(./fonts/sofia/sofia_pro_light.woff) format("woff");
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url(./fonts/sofia/sofia_pro_medium.woff);
    src: url(./fonts/sofia/sofia_pro_medium.woff) format("woff");
    font-weight:400;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, div
	{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
	}

html {
	height:100%; 
	width:100%; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	}

body	{ height:100%;display:table;width:100%;      }

body, button, input, select, textarea 
	{
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
	position: relative;
	background: #fff;
	font-family: 'Roboto',Arial, sans-serif;
	}

.wrapper {	position: relative;  }

:hover	{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease; 
		transition: all 0.4s ease;
		}


/* TYPO */

a {	color:#3d6eff;	text-decoration: none; font-weight:400; }
a:focus { outline: thin dotted; }
a:hover, a:active, a:focus 
	{
	outline: 0;
	text-decoration: none;
	color: #3d6eff;
	}

p 	{
	font-weight:300;
	font-size:16px;
	line-height:23px;
	letter-spacing:0;
	margin-bottom: 25px;
	}
.grey p
	{margin-bottom:0;}


strong 	{font-weight:500;}
h1, h2, h3, h4, h5, h6 {
	font-family:klavika_regularregular, Arial, sans-serif;
	clear: both;
	font-weight: 400;
	margin: 20px 0 12px;
	color: inherit;
}

h1 {font-family: klavika_boldbold, Arial, sans-serif;
	font-size: 36px;
	line-height: 1.1;
}
h1#frontpagehead
	{font-size: 11em;line-height:0.9em;margin:0;padding:0;}
p#frontpagesubhead
	{font-size:2.3em;line-height: 1.0em;font-family:klavika_lightlight;margin:0;}
h2 {
	font-size: 30px;
	line-height: 1.1;
}
h2#smallintrohead 	{font-size: 5em;line-height:1em; margin-top:0px;}

h3 {
	font-size: 24px;
	line-height: 1.1;
}

h4 {font-family: klavika_lightlight, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.1;
}

h5 {
	font-size: 18px;
	line-height: 1.1;
}

h6 {
	font-size: 16px;
	line-height: 1;
}

.thin	{font-family: klavika_regularregular, Arial, sans-serif;}

.underline	{
	display: block;
    margin: 10px auto;
    width: 80px;
    height: 2px;
    background-color: #3d6eff;
    content: "";
	}


img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


cite, dfn, em, i {	font-style: italic; }

mark,
ins {
	background: #fdd200;
	text-decoration: none;
}


code, kbd, tt, var, samp, pre 
{
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}


blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}


blockquote {
	font-size: 19px;
	font-style: italic;
	line-height: 1.2631578947;
	margin-bottom: 24px;
	background-color:#f5f5f5;
	padding:10px 10px 30px 10px;
	border-left:3px solid #3d6eff;
	position: relative;
}

blockquote p { 	padding: 20px 20px 0 20px;  }

blockquote cite{
	color: #2b2b2b;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	float:right;
	font-weight:400;
	color:#3d6eff;
	font-style:normal;
}

small	{	font-size: smaller;	}
big 	{	font-size: 125%;	}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {	bottom: 1ex;  }
sub {	top: .5ex;  }


ul, ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul { list-style: disc;  }
ol { list-style: decimal; }
li > ul, li > ol {	margin: 0 0 0 20px; }



figure {  margin: 0;  }

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}


textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
 }

th, td { padding: 6px;  }
caption, th, td {	font-weight: normal; text-align: left;  }
th 				{	border-width: 0 1px 1px 0;	font-weight: bold;  }
td 				{	border-width: 0 1px 1px 0;}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #3d6eff;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #3d6eff;
	color: #fff;
	text-shadow: none;
}

.clear {	clear: both;  }
nav li {	list-style-type: none; }




/* WordPress CMS CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.blogpost ul li , .panel-body ul li
	{font-size:16px;
		font-weight:300;}

