﻿
.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display:block; 
  overflow: hidden;
  margin: 3% 0;
}
.hcenter { text-align: center;}

.floatLeft {float: left;margin-right:10px;}
.floatRight{float:right;margin-left:10px;}
.thinline { width:100%; border-bottom: 1px solid #e9c300; margin: 22px 0; clear:both;}

.hline { width: 100%; border-bottom: 1px solid #e9c300; margin: 45px 0; clear:both; }
.vline { height:100%; border-right: 1px solid #e9c300; margin: 0 22px; overflow: hidden;float:left;}

.leftSeq {float: left;display:inline-block;margin:0;padding:0;}

 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* ******************************************************************** */
/*     (Fliess-) Textformatierungen     */

#vhdesc ul, .tinymcewysiwyg ul {
   padding: 15px 0 0 20px;
   list-style-image: url('/files/bullet_green.png');
}

.tinymcewysiwyg p {
   word-wrap: break-word;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.hervorgehoben {
   font-weight: bold;
   color: #555;
}


/* ******************************************************************** */
/*     Tools / addons      */

.popsarea{z-index: 999;}







