 /* CSS Autor fresh interactive 2017 */


* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;

			-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/*
	/////// fonts //////////
*/
h1, h2, h3 {
	font-family: 'Nunito', sans-serif;
}

h1 {
	display: block;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

p {
	line-height: 20px;
}

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

/*
	/////// konstrukt //////////
*/

html, body {
	height: 100%;
	width:100%;
}

body {
	margin: 0;
	padding: 0;
 	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eae8e4;

}

#wrapper {
	position:relative;
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	max-width:1200px;
	background-color: #fff;
	padding: 18px 32px 0 32px;

}


header {
	position: relative;
	width: 100%;
	height: auto;
 }

#logo-wrap {
	position: absolute;
	width: 205px;
	padding: 0 15px 15px 0;
	background-color: #fff;
	z-index: 10;

}



#logo {

}

#logo img{
	width: 100%;
	height: auto;
}

#banner {
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 0 0 0;

}

#banner img {
	width: 100%;
	height: auto;
}



#main-content {
		position: relative;
		float: left;
		width: 81%;
		margin: 15px 0 0 0;
		padding: 0 25px 0 0;

}

.row {
	padding: 0 0 35px 0;

}

article.content {

		margin: 0 0 20px 0;

}

aside {
	position: relative;
	float: right;
 	margin: 56.5px 0 0 0;

}

@media only screen and (max-width:1193px) {

		aside {
		float: left;
	 	margin:0;

		}

		#main-content {
			 	width: 100%;

		}

 }


@media only screen and (max-width:468px) {

	#wrapper {
 	padding: 18px 10px 0 10px;

	}


	#logo-wrap {
		width: 150px;

	}

	#banner {
 	padding: 30px 0 0 0;

	}

}


/* fresh
*******************************************************************************/
#designby {
  position: absolute;
  right: 0;
  width: 18px;
  height: 93px;
  overflow: hidden;
    right: -60px;
    top: 40px;

}
#designby a {
  display: block;
  width: 18px;
  height: 93px;
  text-indent: -9999px;
  background: url(/_img/fresh.gif) no-repeat;
  border: none;
}
@media only screen and (max-width: 1200px) {
  #designby {
    display: none;
  }
}
