/*

 Theme Name: Twenty Fourteen Child
 Description: Child Theme von twentyfourteen
 Author: Don Matteo
 Author URI: https://think.unblog.ch
 Template: twentyfourteen
 Version: 1.0
 Text Domain: twentyfourteen-child
*/

/* lato-regular - latin */

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: Lato, sans-serif!important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #000000;
	font-weight: 800;
	margin: 36px 0 12px;
	font-family: Lato, sans-serif!important;
}

h1 {
	font-size: 33px;
	font-weight: 900;
	line-height: 1.2909090909;
}

h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2909090909;
}

h3 {
	font-size: 22px;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

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

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

.entry-title {
        font-size: 33px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 12px;
        margin: 0 0 12px 0;
        text-transform: uppercase;
}

.content-area {
        padding-top: 48px;
}

.hentry {
        margin: 0 auto 48px;
        max-width: 672px;
}
/*Erweiterung des Inhaltsbereichs im Content von 474 auf 524px.*/
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
        margin: 0 auto;
        max-width: 572px;
}

.breadcrumb {
        clear: both;
        color: #767676;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3333333333;
        text-transform: uppercase;
	margin-bottom: 20px;
	margin-left: 74px;
}

.content-note, .note {
        padding: 8px 8px;
	margin-top: 24px;
        margin-left: -1px;
	margin-right: -1px;
	margin-bottom: 20px;
        list-style: none;
        background-color: #e6f6c9;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
}

.warning, .warn {
        padding: 8px 8px;
        margin-top: 24px;
        margin-left: -1px;
        margin-right: -1px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f6cbcb;
        border-radius: 6px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.4;
}

.zitat {
        color: #000000;
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: 1.2631578947;
        margin-bottom: 24px;
}

kbd.key {
  border-radius: 3px;
  padding: 1px 2px 0;
  border: 1px solid #808080;
  background: #eaeaea;
  box-shadow: 2px 2px 2px #e5e5e5;
  margin-right: 5px;
  margin-left: 2px;
}

.table.frameless tr,td {
  font-family: Lato, sans-serif!important;
  font-size: 18px;
  border-style: hidden !important;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

