﻿
/*****************************/
/* buttons & text formatting */


.btn {
    cursor: pointer;
    border-radius: 2px; border:0;
    display:inline-block;
    min-width: 230px;
    min-height: 44px;
    line-height: 22px;
    padding:10px 15px;

   color:#ffffff;
   text-align: center;
   text-transform: uppercase;
   font-size:16px;
   text-decoration:none;
   letter-spacing: 1px;
}.btn:link {
   color: #ffffff;
}.btn:active {
    position:relative;
    top:1px;
}.btn:visited {
    color: #ffffff;
}

.btn01 { color: #fff; background-color: #b5c788; } /** green button */
.btn02 { color: #fff; background-color: #F2BB4F;}  /** orange button */

.btn:hover, .btn01:hover, .btn02:hover, .btn03:hover, .btn04:hover{ background-color: #F9A80B;border-color:#f7bd23;color: #fff !important;}

.btn04 {
  background-image: none;
  color: #90431d !important;
  text-transform:initial;
  border: 1px solid #90431d;
  border-radius: 3px;
} 
.btn04 p {text-align:center;}


.btn_rl { float: right;margin-right:50px;width:300px;}

.btn10 {
 background: #99BD1A;
 color: #fff;
 display: inline-block;
 line-height: 40px;
 height: 40px;
 padding: 0 30px 0 30px;
 font-family: 'Novecentowide-DemiBold', Arial,Helvetica,Sans-serif;
 text-transform: uppercase;
 font-weight: bold;
 border: 0;
 border-radius: 2px;
 cursor: pointer;
}.btn10:hover {background: #B0BD1A; }



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


.featureBullet	{
	margin-right: 8px;
        width:30px;
        height:30px;
        background: url(/files/yes20x20.png);
        background-repeat: no-repeat;
}

.fett {
	color: #444;
        font-family: 'Trebuchet MS',helvetica,sans;
        font-weight: bold;
        font-size: 1.1em;
        margin: 0;
}

.nowrap {
	white-space:nowrap;
}

.tinymcewysiwyg ul {
	padding-left: 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;
}
