.section {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #666;
    text-align: left;
	text-align: justify;
	word-wrap: break-word;
}
.mailadr {
    color: #b19c5d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h2::before {
    content: "";
    height: 4rem;
    width: 4px;
    background-color: #c8b98d;
    display: inline-block;
    position: absolute;
    margin-left: -14px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	hyphens: none; 
    text-align: justify;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}
@media only screen and (max-width: 480px) {
	h1{
		font-size: 1.5em;
		font-weight: bold;
	}
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.87);
	border: 1px solid #c8b98d;
	border-radius: 50%;
	z-index: 1;
	font-size:2.5em;
	color:#c8b98d;
}
.back-to-top.material-icons {
	display: block;
	padding-left: 0px;
}
.back-to-top.material-icons:hover, .back-to-top.material-icons:focus {
    color: #c8b98d;
    text-decoration: none;
}

.no {
    display: inline;
    position: relative;
    top: -0.096em;
    margin-right: 0.200em;
    color: #c8b98d;
	vertical-align: middle !important;
}
.adrs{
    display: inline;
}
.align-right{
	font-size:1.5em;
}