/* Alle Seitenüberschriften */
html.y-scroll {
    overflow-y: scroll;
}

a {
    font-weight:normal;
    font-size:12px;
    color: #005580;
}

a:visited {
    color: #005580 ;
}

a:active {
    color: #8ca860 ;
}

a:hover {
    color: #005580;
}
.as_link {
	font-weight:normal;
    font-size:12px;
    color: #005580;
    
}
.as_link:hover {
    cursor:pointer;
}
h1 {
    color: #3892a4;
}
h3 {
    color: #6f9e2b;
    font-size: 24px;
}
h3.title {
    color: #424242;
    font-size: 24px;
}
h4 {
    color: #666666;
    font-size: 18px;
}
.profile h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
h5 {
    color:#528ec1;
}
.green {
	color: #7F9D19;
}
.green:hover {
	color: #6BA916;
}
.green:visited {
	color: #7F9D19;
}
.bold {
    font-weight: bold;
}

.row-fluid [class*="span"].alpha {
    margin-left:0;
}
.row-fluid [class*="span"].omega {
    margin-right:0;
}
.btn.btn-vida {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
}
.btn-vida {
    color: #656565;
    background-color: #fff;
    border-color: #b1b1b1;
    text-transform: uppercase;
}

.btn-vida:hover,
.btn-vida:focus,
.btn-vida:active,
.btn-vida.active,
.btn-vida.disabled,
.btn-vida[disabled] {
    color: #656565;
}
.btn-vida.blue {
    color: #337ab7;
    border-color: #2e6da4;
}
.btn-vida.blue:hover,
.btn-vida.blue:focus,
.btn-vida.blue:active,
.btn-vida.blue.active,
.btn-vida.blue.disabled,
.btn-vida.blue[disabled] {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-vida.green {
    color: #449d44;
    border-color: #4cae4c;
}
.btn-vida.green:hover,
.btn-vida.green:focus,
.btn-vida.green:active,
.btn-vida.green.active,
.btn-vida.green.disabled,
.btn-vida.green[disabled] {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}


nav {
    margin-top:10px;
    min-height: 40px;
    vertical-align:bottom;
}

.navbar-herrera:before,
.navbar-herrera:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-herrera:after {
    clear: both;
}
.navbar .navbar-herrera .nav > li {
    border-right: 1px solid #fff;
}
.navbar .navbar-herrera .nav > li > a {
    color: #545454;
    font-weight: bold;
    border-right: 1px solid #e1e1e1;
}
.navbar .navbar-herrera .nav li:last-child,.navbar .navbar-herrera .nav li:last-child a {
    border-right: none;
}


.navbar-green {
}
.navbar-green .navbar-green-inner {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ddeab2;
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.navbar.navbar-green .nav  li {
    line-height: 30px;
    border-right: 1px solid #c3cf9c;
    border-left: 1px solid #f2fad6;
}
.navbar.navbar-green .nav li:first-child {
    border-left: none;
}
.navbar.navbar-green .nav li:last-child {
    border-right: none;
}
.navbar.navbar-green .nav > li > a {
    color: #626a47;
    font-weight: bold;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow:none;
    font-size: 1.1em;
}
.navbar.navbar-green .nav > li.active {
    padding:5px 4px 0 4px;
}
.navbar.navbar-green .nav > .active > a, .navbar.navbar-green .nav .active > a:hover,  .navbar.navbar-green .nav > .active > a:focus {
    background-color: #fafafa;
    color: #626a47;
    text-decoration: none;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: none;
    line-height: 20px;
    height: 25px;
}
body {
    background-color: #fafafa;
}
header {
    padding:10px 0;
}
header .container .row {

}
footer {

}
footer .footer-inner {
    padding: 30px 0;
}

.container-narrow {
    margin: 0 auto;
    max-width: 960px;
}

.container-narrow.main {

}
.contents {

}
.inner {
    padding: 15px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    -o-border-radius: 7px; 
    -khtml-border-radius: 7px; 
    border-radius: 7px;
    background-color: #ffffff;
    min-height: 670px;
}
header .brand:lang(de) {
    display: table-cell;
    width: 224px;
    height: 65px;
    background:url(../../../images/design/basic/vidavida_logo_de_224px.png) no-repeat 0 0;
}
header .brand:lang(us) {
    display: table-cell;
    width: 224px;
    height: 65px;
    background:url(../../../images/design/herrera/assets.png) no-repeat 0 0;
}

.page-header {
    border: none;
    margin: 0;
}
.breadcrumb.breadcrumb-vida {
    background-color: transparent;
    border:none;
    font-size: .9em;
}
.page-header-breadcrumb {
    margin: 20px 0 10px;
    padding-bottom: 9px;
}
.page-header-breadcrumb .breadcrumb {
    margin:0;
    padding:0;
}
#content_footer_navi {
    margin-left:20px;
}
#content_footer_navi a {
    font-size:11px;
}
.sidebar {
    padding: 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    -o-border-radius: 7px; 
    -khtml-border-radius: 7px; 
    border-radius: 7px;
    color: #858585;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.sidebar .nav {
    text-align: left;
    margin:0;
}
.sidebar .nav a {
    color: #858585;
    font-size: 16px;
}
.sidebar .nav-list > .active > a,.sidebar  .nav-list > .active > a:hover,.sidebar  .nav-list > .active > a:focus {
    background-color: #E8E8E8;
    color: #999999;
    text-shadow:none;
}
img.nutritionistconsult {
    margin:0;
}
.nav-tabs.uniqueuser {
    padding:0;
    margin:50px 0 0 0;
}
.nav-tabs.uniqueuser > li > a,
.nav-tabs.uniqueuser > li > a:focus {
    font-weight: bold;
    color: #3E3E3E;
    cursor: default;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-bottom-color: transparent;
}
.nav-tabs.uniqueuser > li > a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #3E3E3E;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.nav-tabs.uniqueuser > .active > a,
.nav-tabs.uniqueuser > .active > a:hover,
.nav-tabs.uniqueuser > .active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #93b71a;
    border: 1px solid #93b71a;
    border-bottom-color: transparent;
}
.nav-tabs.uniqueuser > .disabled > a {
    color: #999999;
    border-color: #e8e8e8 #e8e8e8 #dddddd;
    background-color: #e8e8e8;
}
.nav-tabs.uniqueuser > .disabled > a:hover,
.nav-tabs.uniqueuser > .disabled > a:focus{
    color: #999999;
    border-color: #e8e8e8 #e8e8e8 #dddddd;
    background-color: #e8e8e8;
    cursor: default;
}
.nav-tabs.uniqueuser > li.add > a {
    color: #7d7d7d;
    border-color: #d9d9d9 #d9d9d9 #d9d9d9;
    background-color: #d9d9d9;
}
.nav-tabs.uniqueuser > li.add > a:hover {
    cursor: pointer;
    background-color: #ffffff;
}




@media (min-width: 768px) { 
    .nav-tabs.toptabnavi {
        padding:0;
        margin:0 ;
        border: 0;
    }
    .nav-tabs.toptabnavi > li {
        margin-bottom: 0;
    }
    .nav-tabs.toptabnavi > li > a,
    .nav-tabs.toptabnavi > li > a:focus {
        font-weight: bold;
        color: #3E3E3E;
        cursor: default;
        background-color: #d9d9d9;
        border: 1px solid #d9d9d9;
        border-bottom:0;
    }
    .nav-tabs.toptabnavi > li > a:hover{
        text-decoration: none;
        cursor: pointer;
        color: #3E3E3E;
        background-color: #ffffff;
        border: 1px solid #CCCCCC;
        border-bottom:0;
    }

    .nav-tabs.toptabnavi > .active > a,
    .nav-tabs.toptabnavi > .active > a:hover,
    .nav-tabs.toptabnavi > .active > a:focus {
        color: #ffffff;
        cursor: default;
        background-color: #2775C2;
        border: 1px solid #2775C2;
        border-bottom:0;
    }
    .nav-tabs.toptabnavi > .disabled > a {
        color: #999999;
        border-color: #e8e8e8 #e8e8e8 #dddddd;
        background-color: #e8e8e8;
    }
    .nav-tabs.toptabnavi > .disabled > a:hover,
    .nav-tabs.toptabnavi > .disabled > a:focus{
        color: #999999;
        border-color: #e8e8e8 #e8e8e8 #dddddd;
        background-color: #e8e8e8;
        cursor: default;
    }
    .nav-tabs.toptabnavi > li.add > a {
        color: #7d7d7d;
        border-color: #d9d9d9 #d9d9d9 #d9d9d9;
        background-color: #d9d9d9;
    }
    .nav-tabs.toptabnavi > li.add > a:hover {
        cursor: pointer;
        background-color: #ffffff;
    }
}
.navbar-header .nav-tabs.toptabactive {
    display: none;
}
@media (max-width: 767px) { 
    .navbar-header .nav-tabs.toptabactive {
       display: inline-block;
       margin-left: 15px;
       position: relative;
       top:12px;
    }
    .navbar-header .nav-tabs.toptabactive > .active > a,
    .navbar-header .nav-tabs.toptabactive > .active > a:hover,
    .navbar-header .nav-tabs.toptabactive > .active > a:focus {
        color: #ffffff;
        cursor: default;
        background-color: #2775C2;
        border: 1px solid #2775C2;
        border-bottom:0;
    }
    .navbar-header .nav-tabs.toptabactive > li {
        border:none;
    }
    
}
.nav-pills.left_sub_nav > li > a {
    font-size: 15px;
    font-weight:bold;
    color: #424242;
    background: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nav-pills.left_sub_nav > li > a:hover {
    color: #333;
    background: #dfdfdf;
}
.nav-pills.left_sub_nav > .active > a, .nav-pills.left_sub_nav > .active > a:hover, .nav-pills.left_sub_nav > .active > a:focus {
    background: none;
    color: #2775C2;
}


.left_sub_sub_nav {
    margin-left: 20px;
}
.left_sub_sub_nav li {
    list-style: none;
}

.left-bar-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
}
.left-bar-box h4{   
    font-size: 15px;
    letter-spacing: 1px;
}

.friends-box {}

.visitors-box {}
.visitors-box p {
    font-size: 11px;
    line-height: 12px;
    padding-left: 10px;
}

.friends-friends-box {}

.dashboard-inner {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 30px;
}


.nutrition-side-box {
    background: url(../../../images/design/herrera/nutrition_side.jpg) 0 0 no-repeat;
    width: 99%;
    height: 140px;
    border: 1px solid #D9D9D9;
    border-radius:  12px;
}

.add-on .icon-calendar:hover {
    cursor: pointer;
}


#personal {
    background: #7B9915;
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.4); 
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 5px;
}

#personal h4 {
    color: #FFFFFF;
    font-family: 'Rockwell','Trebuchet MS';
    text-transform: uppercase;
    padding: 10px 15px 0;
    margin: 0;
}
#personal p {
    color: #464D2C;
    padding: 0px 15px 0;
    margin: 0;
}
.slider_img {
    display: block;
    height: 101px;
    width: 215px;
    margin-left: 3px;
    margin-bottom: 5px;
}
.slider_img:lang(de) {
    background: url("../../../images/design/calorie/regler-teaser-de.jpg") no-repeat scroll -2px 0 transparent;
}
.slider_img:lang(es) {
    background: url("../../../images/design/calorie/regler-teaser-es.jpg") no-repeat scroll -2px 0 transparent;
}
.slider_img:lang(us) {
    background: url("../../../images/design/calorie/regler-teaser-us.jpg") no-repeat scroll -2px 0 transparent;
}
.slider_img:lang(mx) {
    background: url("../../../images/design/calorie/regler-teaser-es.jpg") no-repeat scroll -2px 0 transparent;
}

.profile {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
}

.box .community_image {
    float: left;
    height: 47px;
    margin: 8px 8px 0 0;
    width: 47px;
}

.community_image .image {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.community_image {
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    overflow: hidden;
    padding: 3px;
}

.visitors-box p {
    font-size: 11px;
    line-height: 12px;
    padding-left: 10px;
    padding: 0;
    margin: 0;
}

.community_accountdata p {
    font-size: 11px;
    padding: 0;
    margin: 0;
}
#info_box {
    margin: 10px 0;
    padding: 0;
    width: 200px;
}
#info_box_ani {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: relative;
    width: 200px;
}
.info_box_main {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 200px;
}
.info_box_butten {
    padding: 0 20px 10px;
    width: 160px;
}
.toDoInfo {
    clear: both;
    display: block;
    font-size: 11px;
    height: 50px;
    margin: 4px 0;
    position: relative;
    top: 0;
}
.toDoInfo .content .icon {
    background: url("../../../images/design/basic/ico_achtung.png") no-repeat scroll 0 center transparent;
    float: left;
    height: 31px;
    left: -5px;
    position: relative;
    top: 2px;
    width: 32px;
}
.toDoInfo a {
    color: #7F9D17;
    font-size: 11px;
    font-weight: bold;
}
.toDoInfoAction {
    clear: both;
    float: right;
    padding-right: 5px;
}
.toDoInfoAction .as_link {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: lowercase;
}


.im_online, .im_offline {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    padding-left: 2px;
    vertical-align: bottom;
    width: 15px;
}
.im_online {
    background: url("../../../images/design/basic/onlineim.png") no-repeat scroll 0 center transparent;
}
.im_offline {
    background: url("../../../images/design/basic/offlineim.png") no-repeat scroll 0 center transparent;
}
.chatboxtitle .im_online, .chatboxtitle .im_offline {
    padding-right: 5px;
}


.arrow {
    background: none repeat scroll 0 0 #2775C2;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    padding: 5px 10px;
    quotes: "" "...";
    text-transform: none;
}
.arrow:before {
    content: open-quote;
}
.arrow:after {
    content: close-quote;
}
.arrow:hover, .arrow:visited, .arrow:active {
    color: #FFFFFF;
}
.community_accountdata .arrow {
    background: none repeat scroll 0 0 #CCCCCC;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    quotes: none;
}
.popover .arrow, .popover .arrow:after {
    background: none;
    border-radius: 0;
    padding: 0;
}

.login-form-wrapper h1 {
    color: #3892A4;
    font-size: 38.5px;
    font-family: 'Lato', Arial, serif;
    font-weight: 900;
    margin: 10px 0;
    padding-left: 30px;
}

.login-form-wrapper a { 
    color: #4d4d4d;
    text-decoration: underline;
    margin-top: 100px;
}

.login-form-bg {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 40px 60px;
}

.login-form-wrapper input[type=text],
.login-form-wrapper input[type=password] {
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #a3a3a3;
}
.login-form-wrapper input[type=text]:focus,
.login-form-wrapper input[type=password]:focus{
    border: 1px solid rgba(82, 168, 236, 0.8);
}

.login_reg_link,
.login_reg_link a,
.login_reg_link a:visited,
.login_reg_link a:hover{
    color: #3a93a3;
    font-size: 22px;
    font-weight: bold;
}
.login_reg_link a {text-decoration: underline;}
.login_reg_link a:hover { text-decoration: none;}
.login_reg_wrapper {padding: 30px;}
.toDoInfoAction .as_link {
    color: #005580;
}
.info_box_main {
    height: 210px;
}


.grey-rounded-box {
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    padding: 10px;
}

form .bm-table input {
    width: auto;
}

form .bm-table th,
form .bm-table td,
form .bm-table {
    letter-spacing: -1px;
    text-align: center;
    color: #666;
}

.badge.bm-badge {
    border-radius: 9px;
    padding-left: 6px;
    padding-right: 7px;
    cursor: pointer;
    letter-spacing: -1px;
}

.bm-save-button {
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.bs_content_box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.bs_content_box h4 {margin: 0;}
.bs_content_box p {margin: 0;}

.user_food_desc {
    color: #999;
    font-style: italic;
}
.user_food_heading {
    font-size: 16px;
    color: #333;
}

/*.bootbox.modal {
    margin-left: -50px;
    top: 30% !important;
    width: 220px;
}*/


.user_food_hover_image_upload {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.hover_upload_bar {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 1px;
    padding: 3px 0px 0px 5px;
    background: #fff;
    display: none;
}

.user_food_hover_image_upload:hover .hover_upload_bar {
display: block;
}


a.userfood-overview-headline,
a.userfood-overview-headline:hover,
a.userfood-overview-headline:focus {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}
a.userfood-overview-headline:hover {
    text-decoration: underline;
}
.table_uf_scale {
    font-size: 11px;
    
}
.table_uf_scale td {
    width: 40px;
}



table.nutri_table {
 font-size: 11px;
}

.close_btn, 
.close_btn:hover {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}

table.nutri_table .tDel{width: 5%;}
table.nutri_table .tDesc{width: 65%;}
table.nutri_table .tSpace{width: 10%;}
table.nutri_table .tKcal{width: 5%;text-align: center;}
table.nutri_table .tFat{width: 5%;text-align: center;}
table.nutri_table .tProt{width: 5%;text-align: center;}
table.nutri_table .tCarbs{width: 5%;text-align: center;}

.btn_grey, .btn_grey-selected, .btn_grey-over {
    border: 0 none;
    display: inline;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.btn_grey {
    color: #2775C2;
    cursor: pointer;
}
.btn_grey:hover em {
    background: url("../images/design/basic/button_gray.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    float: left;
    height: 23px;
    width: 5px;
}
.btn_grey:hover span, .btn_grey:hover input {
    background: url("../images/design/basic/button_gray.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    float: left;
    padding-right: 4px;
}
.btn_grey:visited {
    color: #7F9D19;
}
.btn_grey:active {
    color: #7F9D19;
}
a.btn_grey-selected {
    color: #8B8B8B;
}
.btn_grey-selected em {
    background: url("../../../images/design/basic/button_gray.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 23px;
    width: 5px;
}
.btn_grey-selected span, .btn_grey-selected input {
    background: url("../../../images/design/basic/button_gray.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    padding-right: 4px;
    margin-right: 10px;
}
.btn_grey span, .btn_grey input {
    color: #2775C2;
    float: left;
    padding-right: 4px;
    margin-right: 10px;
}
.btn_grey em {
    float: left;
    height: 23px;
    width: 5px;
}
.im_online, .im_offline {
	display:inline-block;
	padding-left:2px;
	width:15px;
        height: 14px;
	cursor:pointer;
        vertical-align: bottom;
}
.im_online {
	background:url(../../../images/design/basic/onlineim.png) no-repeat 0 center;
}
.im_offline {
	background:url(../../../images/design/basic/offlineim.png) no-repeat 0 center;
}
.chatboxtitle .im_online, .chatboxtitle .im_offline {
	padding-right:5px;
}
.dash_header_name {
    color:#93B71A;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
}
#user_profile_header {
    margin:0 10px;	
}
#user_profile_header a {
    margin-left:10px;
    line-height:200%;
}
.current_weight {
    background: #ffffff;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #8e8e8e;
    text-align: center;
}

.current_weight span {
    font-weight:bold;    
    font-size: 1.5em;
    color: #2775C2;
}
.current_weight p {
    margin: 10px 0px;
}

#clubs_box {
    width: 240px;
    height: 120px;
    border:1px solid #d1dde9;
    margin:10px 0;
}
#clubBoxNavLeft {
    float:left;
    display:block;
    width:14px;
    height: 100%;
    border-right:1px solid #d1dde9;
    background:#fff url(../../../images/design/basic/leftarrows.gif) no-repeat center center;
    cursor:pointer;
}
#clubBoxNavRight {
    float:right;
    display:block;
    width:14px;
    height: 100%;
    border-left:1px solid #d1dde9;
    background:#fff url(../../../images/design/basic/rightarrows.gif) no-repeat center center;
    cursor:pointer;
}
.clubBoxMain {
    float:left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 210px;
    height: 120px;
}
#clubBoxAni {
    float:left;
    position: relative;
}
#clubBoxAni div.content {
    float:left;
    display:block;
    width: 210px;
    height: 120px;
    font-size: 12px;
}
.clubBoxImg {
    margin: 0 auto;
    max-height: 118px;
}
.clubBoxDesc {
    float:left;
    line-height:1.8em;
    border-left: 1px solid #d1dde9;
    padding-left:10px;
}
.clubBoxDesc a.arrow{
    font-size:.8em;
}
.clubBoxDesc p{
    text-align: right;
}
.clubBoxDesc span{
    font-weight: bold;
}
.txt_gray {
    font-weight:normal;
    color:#6B6B6B;
}

.txt_black {
    color: #000;
}

.txt_white {
    color: #fff;
}

.txt_green {
    color: #95b822;
}

.txt_orange { 
    color:#BB471B;
    font-weight: bold;
}
.txt_violet {
    color:#87258B;
}
.txt_orange_italic { 
    color:#BB471B;
    font-style: italic;
    font-weight: bold;
}
.textbox_trans {
    background:#ffffff url("../../../images/design/basic/bg_white_trans85.png") repeat scroll left top;
    padding:2px 14px 8px;
    width:auto;
    border: solid 1px #aaaaaa;
    z-index:2;
}
.facebook {
    background:#ffffff url("../../../images/design/basic/facebook.jpg") no-repeat left top;
    padding:0 0 0 23px;
}
.icon_member {
    background: url("../../../images/design/basic/ico-user-white.gif") no-repeat scroll 0 1px transparent;
    padding: 0 3px 0 14px;
}
.icon_bubble_small {
    background: url("../../../images/design/basic/ico-bubble.gif") no-repeat scroll 0 2px transparent;
    padding: 0 3px 0 14px;
}
.box h3 {
    text-transform:uppercase;
    margin:5px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    letter-spacing:0px;
    line-height: 40px;
} 
.box h4 {
	letter-spacing:0.5px;
	margin:5px;
}
.box .border {
	padding:3px;
}
.box .bg_blue, .box .bg_green {
	padding:10px;
}

.box .link {
	text-align:right;
	text-transform:uppercase;
	margin:5px 10px;
}
.box .ekomi_box {
    background:url(../../../images/design/ekomi/zerti_kein.png) no-repeat 0 0;
    padding:10px 5px 0 110px;
    min-height: 110px;
}
h3 em {
	color:#93B71A;
        font-style:normal;
}
h2 em {
	color:#93B71A;
        font-style:normal;
}
h1 em {
	color:#93B71A;
        font-style:normal;
}

@media (max-width: 420px) {
    .login-form-wrapper h1 {
        font-size: 1.8em;
        font-weight: 400;
    }
    .login-form-bg {
        border-radius: 0;
        padding: 15px 20px;
    }
    .login_reg_wrapper {padding:10px  15px 0 30px;}
}