
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);

body {
	font-family: 'Ubuntu', Helvetica, Arial,  FreeSans, sans-serif;

	font-size: 15px;
	font-weight: normal;

	
	line-height: 1.2;
	line-height: 1.3;
	/*color: #666;
	color:#b1b2b2;*/
	font-weight:300;
	
	
	color:#6E6E68;
	
	
}

/*#header,
#footer,*/
.univers_font,
.pagination,
.archive-post-title,
h1,h2,h3,h4 {
	font-family:'Univers W01', Helvetica, Arial,  FreeSans, sans-serif;
	/*font-family: 'Univers LT W01_47 Light1475998', Helvetica, Arial,  FreeSans, sans-serif;*/
}

.semibold {
	font-family:'Linotype Univers W01', Helvetica, Arial,  FreeSans, sans-serif;
}

body {
   
	
	
	/* Better Font Rendering =========== */
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 1px;

	
}


/*
.teaserlink,
.content {
	font-size: 1.2em;
	font-weight: 300;
}
*/

.teaserlink {
	font-size: 1.2em;
	font-weight: 300;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
hr,
fieldset {
	margin-bottom: 15px;
}




h1 ,
h2 {
	font-size: 2.55em;
	font-weight: 300;
	line-height: 1.1;
	text-transform: uppercase;
	color:#0081D1;
}



h3 {
	font-size:1.95em;
	font-weight:300;
	line-height: 1.1;
	margin-bottom: 25px;
	color:#6E6E68;
}


h4 {
	font-size: 1.34em;
	font-weight:normal;
}

.archive-post-title {
	font-size: 1.34em;
	font-weight:normal;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 15px;
}


h5{
	font-size: 1.1em;
	font-weight:normal;
}


h6 {
	font-size: 1 em;
	margin-bottom: 0px;
}

hr {
	
	height:1px;
	
}



.einleitung {
	font-size:1.15em;
	line-height: 1.3;
}



.no_space {
	margin-bottom: 0px;
}


blockquote {
	font-family: 'Univers W01', Helvetica, Arial,  FreeSans, sans-serif;
	font-size: 1.95em;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 25px;

	font-style: oblique;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style-type: none;
}

li {
	margin-left: 23px;
	
}
.entry-content ul li {
	margin-bottom: 8px;
}

.entry-content ul li:before {
	content: "\f111";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	float: left;
	color:#0081D1;
	
	font-size: 0.5em;
	padding-top:0.65em;
	
	margin-left: -20px;
}
.horizontal_nav ul li:before {
	content: '';
}



a {
	color:#6E6E68;
	text-decoration:underline;
}
a:hover {
	color:#6E6E68;
}


.archive-post-title a{
	text-decoration: none;	
}
.archive-post-title a:hover{
	color:#000;
}



.textshadow {
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);	
}

table {}
tr {}
td {
	padding: 0;
	padding-right:5px;
}

/*td img {
 	height: auto;
	max-width: 100%;
}
*/

.center {
	text-align:center;
}


a.textbutton.more-link {
	padding-left:2em;
	padding-right:2em;
	
}


.semibold {
	font-weight: 400;
}

.extrabold {
	font-weight: 700;
}