* {
    margin: 0;
    padding: 0;
}

html {
	font-family: 'Bitter';
	font-size: 13px;
	font-weight: 400;
	color: #4b4745;
	line-height: 169%;
    background-image: url(../img/bg-wood.jpg);   
}

body {
	font-family: 'Bitter';
    background-image: url(../img/bg-wood.jpg);
    padding-top: 100px;
}



/* GLOBAL */

.wrapper {
    width: 100%;
    max-width: 100%;
    width: 984px;
    margin: 0 auto;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 984px;
  }
}



/* FONTS */
h1 {
	font-family: 'Bitter';
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: 'Bitter';
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: 'Bitter';
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: rgba(75, 71, 69, 0.24);
	margin: 0 0 45px;
	padding: 0;
    line-height: 100%;
}

h4 {
	font-family: 'Bitter';
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
}

h4.left {
    font-family: 'Bitter';
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

h5 {
	font-family: 'Bitter';
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
}

p {
	font-family: 'Bitter';
	font-size: 13px;
	color: #4b4745;
	line-height: 169%;
}

p.center {
	font-family: 'Bitter';
	font-size: 13px;
	color: #4b4745;
	line-height: 169%;
	text-align: center;
}

strong {
	font-weight: 700;
}

a {
  color: #4b4745;  
}

a:hover {
  color: #4b4745;  
}



/* LINES */
h3.line-home:after {
    content: url(../img/line-home.png);
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -143px;
}

h3.line-about:after {
    content: url(../img/line-about.png);
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -143px;
}

h3.line-contact:after {
    content: url(../img/line-contact.png);
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -175px;
}

h3.line-impressum:after {
    content: url(../img/line-impressum.png);
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -208px;
}

/* COLORS */
.white {
	background-color: #fff;
    padding-top: 25px;
}

.grey {
	background-color: #2c2a27;
}

.greyfont {
    color: #4b4745;
}

.border {
    background: url(../img/line-hr.png);
    height: 33px;
    margin: 30px 0;
}



/* SPACE */

.padding0 {
    padding: 0;
}

.padding70 {
    padding-bottom: 70px;
}

.margin20 {
    margin-bottom: 20px;
}



/* WIDTH 
.welcome {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 0 170px;
    margin: 0 auto;
} */




/* NAV */
.navbar {
	margin-bottom: 0;
    min-height: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}


.navbar-nav > li > a {
    padding: 0px;
}

ul.nav {
	font-family: 'Bitter';
	font-size: 18px;
	color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

ul.nav li {
	margin-right: 26px;
}


ul.nav li:last-child {
	margin-left: 0;
}

ul.nav li.home-about:hover:before {
    content: url(../img/hover.png);
    display: block;
    position: absolute;
    top: -87px;
    left: 0;
}

ul.nav li.contact:hover:before {
    content: url(../img/hover-contact.png);
    display: block;
    position: absolute;
    top: -87px;
    left: 0;
}

ul.nav li.impressum:hover:before {
    content: url(../img/hover-impressum.png);
    display: block;
    position: absolute;
    top: -87px;
    left: 0;
}



/* LISTS */
ul.list-contact {
	list-style: none;
	text-align: center;
	font-family: 'Bitter';
	font-size: 13px;
	color: #4b4745;
}



/* HEADER */
.header {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 50px 0 50px;
	position: relative;
}

img.logo {
	position: absolute;
	top: -106px;
	right: -65px;
	box-shadow: 2px 0px 5px rgba(31, 39, 40, 0.4);
	transform: rotate(6deg);
}



/* ABOUT */
img.about {
	margin: 0 auto 20px;
}



/* CONTACT */
ul.list-contact {
    list-style: none;
    font-size: 14px;
}

ul.list-contact li:nth-child(1){
    margin-top: 10px;
}



/* IMPRESSUM */
ul.list-impressum {
    list-style: none;
    text-align: center;
    margin-bottom: 50px;
}

ul.list-impressum li{
    margin-top: 2px;
}

ul.list-impressum li:nth-child(3),
ul.list-impressum li:nth-child(6),
ul.list-impressum li:nth-child(8) {
    margin-bottom: 25px;
}

ul.list-impressum li:nth-child(5){
    margin-bottom: 45px;
}

ul.list-impressum li:nth-child(7) {
    margin-bottom: 5px;
}



/* FOOTER */
ul.footer {
    list-style: none;
    color: #fff;
    float: right;
}

ul.footer li {
    float: left;
    margin-left: 10px;
    position: relative;
}

ul.footer li a {
    color: #fff;
}

ul.footer li:nth-child(1),
ul.footer li:nth-child(2),
ul.footer li:nth-child(3) {
    padding-top: 20px;
}

ul.footer li:nth-child(2) span:before,
ul.footer li:nth-child(3) span:before {
    content: "|";
    display: block;
    position: absolute;
    top: 20px;
    left: -7px;
}