html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
	
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    margin-left: 10px;
    margin-right: 10px;
	text-align:center;
}

h2{
    padding-top: 60px;
}

p{
    margin-left: 10px;
    margin-right: 10px;
	text-align:left;
}

img{
    width:100%;
}

a {

	color: #BB8852;
	text-decoration: none;
	/*font-weight: bold;*/

}

a:hover {

	color: #7C5C39;

}

header {

	background: #fff;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #BB8852;
	z-index: 100;

}

#logo{

	margin: 3px;
	float: left;
	width: 70px;
	height: 70px;
	background: url(img/logoKleinbraun.png) no-repeat center;
	display: block;

}

.topnav{
	  float: right;
	  display: block;
	    padding: 40px 10px 10px 10px;


}
.topnav a {
  padding:10px;
  color: #BB8852;
  text-align: right;
  text-decoration: none;
  font-size: large;
}

.topnav a:hover {
  color: #7C5C39;
 
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
  width: 40px;
	height: 40px;
	border: 2px solid #BB8852;
	background: #BB8852 url(img/menu.png) no-repeat center;
}


ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

#banner p{
    text-align:right;
    padding-right: 50px;
}
#wrapper{
}

.smooth{
    padding-top: 100px;
}


/* text rows*/
/* Create two equal columns that floats next to each other */
.textcolumn {
    float: left;
    width: 48%;
    padding: 1%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Image gallery*/
/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 23%;
    padding: 1%;
}

.column img {
    margin-top: 12px;
    width: 100%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        width: 48%;
    }
}
   

@media screen and (max-width: 750px) {
  .topnav a {display: none;}
  .topnav a.icon {
    position:absolute;
    display: block;
	right: 0;
    top: 0;
	
  }
  
   .column, .textcolumn {
        width: 100%;
   }

	header {
		position: fixed;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	border:hidden;
  }
  
  .topnav.responsive{
	  background-color:#FFF;
	padding: 10px;
	border: 2px solid #BB8852;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	  }

	.column, .textcolumn {
        width: 100%;
   }

	header {
		position: fixed;
		top: 0;
		left: 0;
	}
}