/* 
Document   : screen
Created on : 08.11.2010, 12:56:20
Author     : alexanderbaumstark
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.hidden {
    display: none;
}

.mod_registration {
    float: left;
    width: 620px;
}

/* sidebar -------------------------------------------------------------*/

#sidebar {
    padding-top: 42px;
    margin: 0;
    padding-right: 10px;
    float: right;
    width: 212px;
}

#sidebar div.image_container {
    width: 210px;
    line-height: 21px;
    margin-bottom: 15px;
}

#sidebar div.image_container h1 {
    font-weight: normal;
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 0;
}

#sidebar .randnotiz {
    padding-top: 84px;
    line-height: 18px;
}

#sidebar .randnotiz p {
    font-size: 11px;
    margin: 0;
    text-align: justify;
    padding-right: 16px;
    color: #999;
}

.randnotiz p.rahmen {
    background: url('../img/info_72.gif') 0px 0px no-repeat;
    line-height: 18px;
    font-size: 12px;
    padding: 0 6px 0 48px;
    text-align: left !important;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 1px 0;
    margin-bottom: 21px !important;
}

#sidebar a {
    text-decoration: none;
    color: #fccc29;
}

/* /sidebar ------------------------------------------------------------*/

.hilite {
    color: #fccc29;
}

/* content -------------------------------------------------------------*/

#content .ce_text {
    float: left;
}

#content {
    width: 940px; /*705-p80-p80 */
    padding: 31px 0px 0px 0px;
    margin-right: 0;
}

#content_wide {
}

#content h1, #content_wide h1, #lightbox h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 11px; /* 42px */
    text-transform: uppercase;
    color: #343434;
}

p.klein {
    /*	font-size:11px;
    color:#999;
    */
}

div.tab_head {
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    line-height: 84px;
    width: 820px !important;
    padding: 30px 60px 0 60px;
}

div.tab_head h1 {
    width: 940px;
}

div.tab_body {
    width: 820px !important;
    padding: 21px 60px 0 60px;
}

div.tab_body img {
    position: relative;
    bottom: 42px;
}

div.tab_left {
    width: 264px !important;
    padding: 0 0 0 35px;
    margin: 0;
    text-align: left;

}

div.tab_right {
    width: 519px !important;
    padding: 21px 0px 0 60px;
    margin: 0;
}

div.tab_right img {
    margin-top: -21px;
}

#content_wide h5 {
    color: #aaa !important;
    background: none !important;
}

#content h1.space {
    margin-bottom: 42px;
}

#content h2, #content_wide h2, #lightbox h2 {
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 800;
}

#content h3, #content_wide h3, #lightbox h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

#content h4, #content_wide h4, #lightbox h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

#content h5, #content_wide h5, #lightbox h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fac721;
    text-transform: uppercase;
}

h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #AAAAAA;
}

#content p.intro, #content_wide p.intro {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}

.mod_faqreader p {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 14px 14px 8px 14px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#content a, #content_wide a, #lightbox a {
    color: #999;
    text-decoration: none;
}

a.nohover {
    color: #999 !important;
}

#content img.right, #content_wide img.right {
    float: right;
    position: relative;
    margin: 0 0 20px 20px;
}

#content img.left, #content_wide img.left {
    float: left;
    margin: 0 20px 20px 0;
}

#content ul,
#content_wide #tabs ul,
#lightbox ul,
.yellow_bullet_points {
    list-style-image: url('../img/content-ul-li.gif');
}

#tabs .ce_text .yellow_bullet_points li a {
    color: #FCCC29;
}

.container_12 #tabs .grid_8 {
    width: 600px;
}

#content ul li, #content_wide ul li, #lightbox ul li {
    margin: 0 0 0 18px;
}

#content div.borderline, #content_wide div.borderline {
    background: url('../img/hr_gradient.gif') repeat-y;
    margin: 0 0 42px 0;
}

#content div.borderline p, #content_wide div.borderline p {
    margin: 1px 0;
    padding: 20px 0 20px 4px;
    background: #fff;
}

#content div.borderline img, #content_wide div.borderline img {
    display: block;
    float: left;
    width: 266px;
    height: 63px;
    position: relative;
    left: 325px;
    bottom: 75px;
    margin-bottom: -75px;
}

#content div.box, #content_wide div.box {
    width: 561px; /* 589px */
    padding: 14px 14px 0 14px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    margin-bottom: 42px;
}

#content div.box a.more-infos {
    display: block;
    width: 205px;
    width: 24px;
    position: relative;
    bottom: 6px;
    left: 355px;
    margin-bottom: -24px;
}

#content_wide div.box a.more-infos {
    display: block;
    width: 205px;
    width: 24px;
    position: relative;
    bottom: 6px;
    left: 310px;
    margin-bottom: -24px;
}

#content table#steps td, #content_wide table#steps td {
    vertical-align: top;
}

#content table#steps td h2, #content_wide table#steps td h2 {
    padding-top: 11px;
}

table#steps td.pr21 {
    padding-right: 21px;
}

.ce_form {
    overflow: show;
}

.mod_personalData .formbody td {
    padding: 4px;
    vertical-align: top;
}

.mod_personalData .formbody .even {
    background-color: #EBE8E9;
}

.mod_personalData .formbody input {
    width: 350px;
}

.mod_personalData .formbody input.submit {
    cursor: pointer;
    width: 150px;
    float: right;
}

.small_grey {
    font-size: 10px;
    float: left;
    clear: both;
    /*    color: #ccc;*/
}

/* /content ------------------------------------------------------------*/

.clear_both {
    clear: both;
}

.ce_form {
    float: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear_left {
    clear: left;
}

.fitness_trainer_pics {
    margin-top: 20px;
    margin-right: 100px;
}

.agreement_table .col_0 label {
    display: none;
}

.agreement_table label,
.vollmacht_table label {
    font-weight: bold;
    float: left;
    margin-left: 10px;
    max-width: 560px;
}

.agreement_table input,
.vollmacht_table input {
    float: left;
}

.agreement_table,
.agreement_table p,
fieldset {
    margin-bottom: 10px;
}

.vollmacht_table label {
    /*text-indent: 34px;*/
    /*margin-left: -24px;*/
}
.agreement_text p {
    margin-left: 30px;
}

.list_table_left_col {
    width: 280px;
}

#eKomiWidget_default {
    width: 162px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#fb_like_btn {
    width: 110px;
    margin: 0 auto;
}

.fb-like {
    width: 171px;
    margin-left: 20px;
}

.half{
    width: 388px;
    display: inline-block;
}
.half.first{
    width: 388px;
    border-right: 1px solid #e5e5e5;
}
#content .half.last{
    padding-left: 60px;
    width: 327px;
}

.ce_accordion{
    width: 100%;
    overflow: visible;
}

.ce_accordion .toggler{
    font-size:26px;
    line-height: 24px;
    font-weight: 800;
    margin: 40px 0;
    padding-left: 70px;
    position: relative;
    cursor: pointer;
}

.ce_accordion .toggler:before{
    height: 19px;
    width: 35px;
    background: url(../img/accordion_toggler.png) no-repeat 0px center transparent;
    content: " ";
    position: absolute;
    left: -18px;
    top: 3px;
}

.btn{
    min-width: 160px;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    font-weight: 600;
    background: #cafb66;
    background: -moz-linear-gradient(top, #cafb66 0%, #a0cb45 49%, #67aa21 50%, #2f7f2d 100%);
    background: -webkit-linear-gradient(top, #cafb66 0%,#a0cb45 49%,#67aa21 50%,#2f7f2d 100%);
    background: linear-gradient(to bottom, #cafb66 0%,#a0cb45 49%,#67aa21 50%,#2f7f2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafb66', endColorstr='#2f7f2d',GradientType=0 );
    -webkit-box-shadow: inset 0px -4px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -4px 2px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px -4px 2px 0px rgba(0,0,0,0.25);
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    white-space: nowrap;
    cursor: pointer;

}
.btn:hover{
    color: #fac721 !important;
}
a.btn.kundenstimmen{
    height: 32px;
}
a.btn.kundenstimmen:before{
    height: 32px;
    width: 41px;
    position: relative;
    content: " ";
    background-image: url(../img/btn_kundenstimmen.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    top: 8px;
    margin-right: 20px;

}
a.btn.pdf{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe183+0,fac721+50,e9bb27+51,8c6d07+100 */
    background: #ffe183; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffe183 0%, #fac721 50%, #e9bb27 51%, #8c6d07 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffe183 0%,#fac721 50%,#e9bb27 51%,#8c6d07 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffe183 0%,#fac721 50%,#e9bb27 51%,#8c6d07 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe183', endColorstr='#8c6d07',GradientType=0 ); /* IE6-9 */
}
a.btn.pdf:before{
    content: " ";
    height: 31px;
    width: 27px;
    position: relative;
    background-image: url(../img/btn_pdf.png); 
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    top: 8px;
    margin-right: 20px;
}
.subpage .ce_accordion{
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    padding: 0 40px;
    width: 700px;
}
.subpage .ce_accordion .toggler{
    padding-left: 0;
}
.subpage .ce_accordion .toggler:before{
    display: none;
}
.subpage .ce_accordion .toggler:after{
    height: 19px;
    width: 35px;
    background: url(../img/accordion_toggler.png) no-repeat 0px center transparent;
    content: " ";
    position: absolute;
    right: 0px;
    top: 3px;
}


#bar_top_sub{
    display: none;
}

#footer{
    padding: 0px;
    width: 940px;
    margin: 0;
    background-color: #343434;
}
#footer h3{
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 26px;
}
#footer .article{
    float: none;
    display: block;
    padding: 60px 80px;
}
#footer ul.level_1{
    border: 0px;
    width: 49%;
    display: inline-block;
    padding: 0;
    margin-right: 1%;
    height: auto;
    background-color: transparent;
}
#footer ul.level_1 li{
    float: none;
    display: block;
    clear: both;
}
#footer ul.level_1 li a{
    float: none;
    color: #ffffff;
}
#footer ul.level_1 li ul.level_2{
    position: relative;
    display: block;
    top: 0;
    background-color: transparent;
    display: block !important;
}
#footer ul.level_1 li ul.level_2 li{
    display: none;
}
#footer .one_half{
    width: 49%;
    display: inline-block;
    float: none;
    vertical-align: top;
}
#footer #infos_anfordern input.text
{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #606060;
    background-color: #393939;
    color: #ffffff;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
#footer #infos_anfordern input.captcha {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #606060;
    background-color: #393939;
    color: #ffffff;
    width: 20%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
#footer #infos_anfordern .captcha_text,
#footer #infos_anfordern label
{
   font-size: 20px;
}
#footer #infos_anfordern label
{
     width: 100%;
    margin-top: 20px;
}

#footer #infos_anfordern input.submit{
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 20px 30px;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: 0px 0px 1px rgba(125, 125, 125, 1);
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(31,31,31,0.24);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(31,31,31,0.24);
    box-shadow: inset 0px 2px 4px 0px rgba(31,31,31,0.24);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979797+0,575757+3,575757+50,4b4b4b+51,5f5f5f+100 */
    background: #979797; /* Old browsers */
    background: -moz-linear-gradient(top,  #979797 0%, #575757 3%, #575757 50%, #4b4b4b 51%, #5f5f5f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #979797 0%,#575757 3%,#575757 50%,#4b4b4b 51%,#5f5f5f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #979797 0%,#575757 3%,#575757 50%,#4b4b4b 51%,#5f5f5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#5f5f5f',GradientType=0 ); /* IE6-9 */

}

#footer .ce_form .row_0 div, #footer .ce_form .row_1 div{
    font-size: 16px;
    color: #ffffff;
}
#bottom{
    height: 20px;
    background-color: #212121;
    padding: 30px 40px;
    font-size: 16px;
    color: #ffffff;
}
#bottom b, #bottom a{
    color: #ffffff;
}



/*20170303 Google-Map */

html, body {
  width: 100%;
  height: 100%;
}

.w100 {
    width: 100%;
}
#gwm-google-map-canvas {
    height: 800px;
}
.gwm-google-map-info-baloon {
    width: 400px;
}
.gwm-google-map-info-baloon-logo,
.gwm-google-map-info-baloon-text
{
    width: 200px;
}

#content .info-baloon-link {
    color: #f7c11c;
}

/* 20170609 popup */

#mbTitle {
    display: none;
}