/*
Theme Name: Krebu
Theme URI: https://powermedia.ch
Template: beetle
Author: PowerMedia
Author URI: https://powermedia.ch
Version: 1.3.1508761908
Updated: 2017-10-23 12:31:48

*/


.site {
	margin: 0 auto;
	max-width: 1380px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 2px #ccc;
}

.primary-navigation-wrap {
	background: #fff;
	padding: 0 0em;
}

.site-branding .custom-logo {
	margin: 0em 0em 0em 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}


.breadcrumbs {
	margin: 0 0em;
}

.breadcrumbs-container {
	padding: 0.5em 2.35em;
	background: #eee;
	font-size: 13px;
	font-size: 0.8125rem;
}

.site-footer .site-info {
	float: left;
	padding: 0em 1.5em;
}

.header-image img {
	max-width: 1320px;
	max-height: 400px;
	width: 100%;
	height: auto;
	vertical-align: top;
}



/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #353535;
	color: #777;
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.0em 0.0em;
	border: 0px solid #ddd;
}

a {
	color: #cc77bb;
	text-decoration: none;
}

a:link,
a:visited {
	color: #cc77bb;
}

a:hover,
a:focus,
a:active {
	color: #353535;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# 12.0 - Footer
--------------------------------------------------------------*/
.footer-wrap {
	background: #353535;
}

.site-footer {
	color: #fff;
	font-size: 13px;
	font-size: 0.8rem;
}

.site-footer .site-info {
	float: left;
	padding: 0em 2em;
}

.site-footer a:link,
.site-footer a:visited {
	color: #fff;
	text-decoration: underline;
}

.site-footer a:hover,
.site-footer a:active {
	text-decoration: none;
}

