@import url("../../proflat/theme/style_proflat.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body {
	font-size:11px;
}

#page-header .navbar {
	position: absolute;
	width:100%;
	background: rgba(0,0,0,0.7);
  box-sizing: border-box;
  z-index: 100;
}

#page-header .navbar .dropdown-contents a {
	color:#444;
}

#page-header .navbar a {
	color: #fff;
}

#page-header .headerbar {
	padding-top:250px;
	color: #fff;
  overflow: hidden;
  position: relative;
}

.site_logo {
	background-image: url('https://www.1905.ch/themes/custom/neuf/logo_white.svg');
    width: 200px;
    height: 100px;
    margin-top: -60px;
    position: absolute;
}

.site_logo img {
  display: none;
}

dl.row-item dt .list-inner {
	padding-top:5px;
}

.content {
	font-family: 'Roboto', sans-serif;
}

a.forumtitle {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size:1.4em;
}

li.header dt {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:1.2em;	
}

.bg1 {
	background:#f9f9f9 !important;
}

.bg2 {
	background:#e8e6e6;
}

blockquote {
	background:#d8cfac;
}

blockquote blockquote {
	background-color:#e8e0c2;
	border:none;
}

blockquote blockquote blockquote {
	background-color:#f3ebd0;
}

.postlink, .postlink:visited {
  color:#660725;
  border-bottom:2px solid #b59797;
}

.post {
	padding:10px 20px;
}


.topic_read_hot:before, .topic_read_hot_mine:before {
	color: #b74444;	
	background: none;
}

.topic_read_hot, .topic_read_hot_mine {
	background-color: #d8cfac;	
}

.site-description h1, .site-description p {
	padding-left: 150px;
}

.wrap {
	max-width:1250px;
}

.skewed-border-bottom {
    position: absolute;
    height: 250px;
    width: 100%;
    background-color: rgba(102,7,7,0.3);
    bottom: -110px;
    transform: skew(0,-6deg);
    display: none;
}

.skewed-border-top {
    position: absolute;
    height: 150px;
    width: 100%;
    background-color: rgba(102,7,7,0.8);
    bottom: -80px;
    transform: skew(0,-4deg);
    display: none;
}