/*
 Theme Name:   htVION-AM
 Theme URI:    http://www.henning-tillmann.de
 Description:  Henning Tillmann 
 Author:       Henning Tillmann
 Author URI:   http://www.henning-tillmann.de
 Template:     enfold
 Version:      1.0.0
 Tags:         light, esponsive-layout, accessibility-ready
*/

.ht_copyright_info {
	position:absolute;
	bottom: 3px;
	left: 3px;
	background: rgba(0,0,0,0.4);
	color: white;
	font-size: 8px;
	padding: 1px 3px 1px 3px;
	text-align: left;
	line-height: 22px;
	z-index: 999;
}

@media only screen and (min-width: 768px) {
	#top .httwocolumns {
		text-align: justify;
		column-count: 2;
		column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
	}

	#top .httwocolumns p:first-child {
		margin-top: 0;
	}
}

.special_amp {
font-family: inherit;
font-style: normal;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit !important;
}

h1,h2,h3,h4,h5,p,div,span,td,article {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}