/** Segoe UI Semilight Fonts */
@font-face {font-family: "Segoe UI Semilight";
  src: url("fonts/segoe_ui_semilight/003b8fca3be038297ff971a4f5b9195b.eot"); /* IE9*/
  src: url("fonts/segoe_ui_semilight/003b8fca3be038297ff971a4f5b9195b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/segoe_ui_semilight/003b8fca3be038297ff971a4f5b9195b.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/segoe_ui_semilight/003b8fca3be038297ff971a4f5b9195b.woff") format("woff"), /* chrome、firefox */
  url("fonts/segoe_ui_semilight/003b8fca3be038297ff971a4f5b9195b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/segoe_ui_semilight/003b8fca3be038297ff971a4f5b9195b.svg#Segoe UI Semilight") format("svg"); /* iOS 4.1- */
}

/* Page Setup */

body {
	font-family: "Segoe UI Semilight", Helvetica, Roboto, Arial, sans-serif;
	background-color: #ebebeb;
}

.page-wrapper {
	background: #fff;
	border: 0px solid #E0E0E0;
	border-top: none;
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	-webkit-box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.16); 
	box-shadow: 2px 4px 4px 1px rgba(0,0,0,0.16);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Segoe UI Semilight", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
a {
    color: #0B0B0B;
    text-decoration: underline;
}
.menu a, .menu .button, .button, .news-article a, a.cc-btn {
	 text-decoration: none;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #0B0B0B;
    color: #0B0B0B;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #0B0B0B;
    color: #C52A37;
}
.menu a, .menu .button {
	color: #0B0B0B;
	font-weight: bold;
}
.menu a:hover, .menu a:focus,
.menu .button:hover, .menu .button:focus {
    color: #C52A37;
}
.dropdown.menu > li > a > span {
    border-bottom: 0.125em solid #fff;
}
.dropdown.menu a:hover, 
.dropdown.menu a:focus {
    background: transparent;
    color: #C52A37;
}
.dropdown.menu a:hover > span {
    border-color: #C52A37;
}
.sepfull {
	padding-bottom: 0.3em;
	display: block;
}
.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #C52A37;
}
.dropdown.menu > li.is-active > a > span {
    border-color: #C52A37;
}

.news-article a {
    color: #0B0B0B;
}
.menu.news-last a, .menu.news-last .button {
	padding-left: 0;
}
.document-footer {
	color: #888888;
	padding: 3em 0 7em;
	font-size: 90%;
	line-height: inherit;
}
.header-logo {
	padding: 0.7rem 1rem;
	line-height: 1;
}
.header-logo img {
    max-width: 110px;
}
.sticky.is-stuck .header-logo img {
    max-width: 80px;
}
.top-bar, .top-bar ul {
    background-color: transparent;
}
.sticky.is-stuck {
    background-color: #ffffff;
	border-bottom: 1px solid #E0E0E0;
}

.box-default {
	padding: 3.0em 1.5em 2.5em;	
}
.frame-default.frame-type-image,
.frame-default .frame-default {
	padding: 0;	
}
.header-media-wrapper {
	
}
.bg-brown {
	background: #333232;
	color: #fff;
}
.bg-brown a {
	color: #fff;
	text-decoration: underline;
}
.bg-brown a:hover {
	color: #f2f2f2;
	text-decoration: none;
}
.lead {
   line-height: 1.4;
	margin-bottom: 0em;
	margin-right: 1em;
}
.callout.secondary {
	border-color: #D9D9D9;
	background: #EEEEEE;	
}
.teaser-wicon {
	margin-bottom: 1.5em;
}
.redcolor {
	color: #C52A37;
}
.uppercase {
	text-transform: uppercase;	
	letter-spacing: 0.2em;
}
.separator-left {
    margin-bottom: 0.75em;
}
.separator-left::after {
    position: relative !important;
    width: 1.5em;
    border-bottom: 0.125em solid #C52A37;
    margin: 0 auto 0;
	margin-left: auto;
    margin-left: 0 !important;
}
.separator-left::after {
    clear: both;
}
.separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.projektmeta {
	border-top: 1px solid #cacaca;
	margin-bottom: 0;
}

.float-left .ce-gallery {
	padding-right: 1.5em;
}

.float-right .ce-gallery {
	padding-left: 1.5em;
}