/* ----- DEFAULT STYLE ----- */
*{
	margin: 0px;
	font-family: Verdana;
	z-index: 1;
}
strong{
	font-weight: bold;
}
.firm_fontsize{
	font-size: 12px;
}
a{
	text-decoration: none;
	color: #000;
}
.u_case{
	text-transform: uppercase;
}
.overlay{
	height: 200px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	z-index: 10;
}
.overlay2{
	height: 150px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	z-index: 10;
}
/* ----- HOME BUTTON ----- */
.home_btn{
    background-color: rgba(180, 255, 140, 0.7);
    border: 0 solid;
    border-radius: 40px;
    box-shadow: 1px 1px 4px #000000;
    height: 39px;
    line-height: 50px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    top: 195px;
    width: 39px;
    z-index: 100;
}
.home_btn:hover{
	background-color: rgba(180, 255, 140, 1);
}
.home_btn_img{
	border: none;
	margin-top: 2px;
	opacity: 0.7;
}
.home_btn.fixed{
	
}
.fixed{
	/* - Class for Scrollspy - */
	position: fixed;
	top: -3px;
}
/* ----- ----- */
/* ----- NAVIGATIONN BAR ----- */
.navibar_main{
    border: 0 solid;
    height: 40px;
    width: 100%;
}
.nav_placer{
    border: 0 solid;
    height: 47px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 7px;
    width: 1016px;
    z-index: 5;
}
.nav_btn_background{
    background-color: rgba(176, 158, 51, 0.2);
    border: 0 solid;
    height: 4px;
    margin-top: 22px;
    position: absolute;
    width: 100%;
}
.nav_btn{
    background-color: rgba(190, 255, 150, 0.75);
    border: 0 solid;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 35px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    width: 196px;
}
.nav_btn_left{
	margin-left: 10px;
	border-radius: 20px 0px 0px 20px;
}
.nav_btn_right{
	margin-right: 10px;
	border-radius: 0px 20px 20px 0px;
}
/* --- HEADER SEC --- */
.header_sec{
    background-color: rgba(11, 103, 2, 0.9);
    border: 0 solid;
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.header_sec_placer{
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 1160px;
}
.h_s_tbox_placer{
    float: left;
    height: 100%;
    position: relative;
    width: auto;
}
.h_s_tbox{
    background-color: rgba(183, 212, 127, 0.2);
    border: 0 solid;
    height: 216px;
    left: -220px;
    margin-top: -60px;
    position: absolute;
    transform: rotateZ(-55deg);
    -webkit-transform: rotate(-55deg);
    width: 520px;
}
.h_s_tbox_img{
    color: rgba(246, 238, 121, 0.7);
    font-size: 16px;
    letter-spacing: -1px;
    margin-left: 10px;
    margin-top: 190px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.h_s_logo{
    border: 0 solid;
    float: right;
    height: 165px;
    position: relative;
    right: 0;
    top: 18px;
    width: 350px;
}
.hsl_img{
    position: relative;
    top: -3px;
}
#h_text1{
    font-size: 36px;
    font-weight: lighter;
    letter-spacing: 10px;
    line-height: 70px;
    margin-left: 20px;
    position: inherit;
    text-shadow: 2px 1px 2px rgba(25,30,0,0.4);
}
#h_text2{
    font-size: 15px;
    letter-spacing: 3px;
    margin-left: 20px;
    margin-top: -16px;
    position: inherit;
}
#h_text3{
	font-size: 18px;
	text-align: left;
	height: 50px;
	width: 150px;
}
/* --- CONTENT SEC --- */
/* - CONTENT HEAD - */
.content_head{
	width: 100%;
	border: 0px solid;
	height: 100px;
}
.content_head_mainbox{
	width: 800px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
.chm_zitate, .ch_contact_tel{
    background-color: #EFEFEF;
    border: 0 solid;
    font-size: 12px;
    height: 80px;
    margin: 10px auto;
    text-align: justify;
    width: 400px;
    position: relative;
	float: left;
}
.chm_zitate_left, .chm_zitate_right, .ch_contact_tel_left, .ch_contact_tel_right{
    float: left;
    height: 86px;
    margin-top: 4px;
    position: relative;
    width: 200px;
}
.chm_zitate_text{
    color: #505050;
    font-size: 11px;
    margin-top: 15px;
}
/* - CONTENT BODY - */
.content_sec{
    background-color: rgba(246, 238, 121, 0.45);
}
.content_body{
    border: 0 solid;
    box-shadow: 0 0 8px rgba(20, 20, 20, 0.7);
    height: auto;
    min-height: 530px;
    width: 100%;
}
/* - CONTENT FOOT - */
.content_foot{
	width: 100%;
	border: 0px solid;
	min-height: 100px;
}
/* --- FOOTER SEC --- */
.footer_sec{
    background-color: rgba(11, 103, 2, 0.9);
    border: 0 solid;
    bottom: 0;
    height: 300px;
    width: 100%;
}
.footer_placer{
	border: 0 solid;
    height: 300px;
    margin: 0 auto;
    width: 1212px;
}
.f_seperator{
    background-color: rgba(246, 238, 121, 0.2);
    border: 0 none;
    float: left;
    height: 290px;
    margin: 10px 5px 0;
    position: relative;
    width: 2px;
}
.footer_content_style_setter{
    border: 0 solid;
    color: #B7D47F;
    float: left;
    font-size: 11px;
    height: 290px;
    line-height: 15px;
    margin-top: 10px;
    position: relative;
    width: 294px;
}
.fcss_box1{
	
}
.fcss_box2{
	text-align: center;
}
.fcs_head{
    background-color: rgba(246, 238, 121, 0.2);
    border: 0 solid;
    font-size: 14px;
    height: 18px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.fcs_content{
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.fcs_ozc_l{
    border: 0 solid;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 25px;
    margin-left: 45px;
    margin-right: 15px;
    position: relative;
    text-align: start;
    width: 90px;
}
.fcs_ozc_r{
    border: 0 solid;
    float: left;
    height: 40px;
    position: relative;
    width: 140px;
}
.fcsc_link_btn{
	background-color: rgba(246, 238, 121, 0.4);
    margin: 0 auto;
    width: 170px;
}
.fcsc_link_btn:hover{
    box-shadow: 2px 2px 7px rgba(10,10,10, 0.4);
}
.copyright{
    background-color: #23761B;
    border: 0 none;
    color: #B7D46F;
    font-size: 11px;
    height: 20px;
    text-align: center;
    width: 100%;
}
#terverg{
    font-size: 12px;
    margin-left: -107px;
    text-align: justify;
    width: 226px;
}

/* ----- SITE : STARTSEITE ----- */
/* --- CONTENT --- */
.cb_i{
	min-height: 270px;
}
.content_body_inner{
    margin: 5px auto;
    width: 1080px;
}
.cB_box{
    border: medium none;
    border-radius: 8px;
    cursor: pointer;
    float: left;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
.cB_box:hover{
	z-index: 10;
	box-shadow: 6px 6px 15px #0e0e0e;
	border-radius: 10px;
	overflow: hidden;
}
.cB_box_img{
    height: 100%;
    position: relative;
    width: 105%;
}
.cb_img{
    border: medium none;
    height: 100%;
    margin-left: -25%;
    margin-top: 0;
    position: relative;
    width: 125%;
}
.cB_box_text{
    background-color: rgba(200, 200, 200, 0.8);
    border: none;
    height: 40px;
    margin-top: -40px;
    position: absolute;
    width: 100%;
}
.cbb_text{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.cbb_text_info{
    font-size: 12px;
    font-weight: lighter;
    height: 50px;
    margin-left: 5px;
    margin-right: 3px;
    text-align: justify;
    width: 240px;
}
.cbbt_img{
	background-color: rgba(220, 220, 220, 0.8);
	border: none;
	margin-top: 5px;
	position: relative;
	width: 100%;
	height: 35px;	
}
#cbbti_i1_text, #cbbti_i2_text, #cbbti_i3_text, #cbbti_i4_text, #cbbti_i5_text{
	font-size: 12px;
	line-height: 33px;
	text-align: center;
}
#cbbti_img1, #cbbti_img2, #cbbti_img3, #cbbti_img4, #cbbti_img5{
	border: none;
	position: relative;
	float:right;
	margin-right: 2px;
}
/* ----- SITE ::: END ----- */
/* ----- SITE: DIE PRAXIS ------ */
/* --- CONTENT --- */
.cb_p{
    height: 660px;
}
.pcb_inner{
    border: 0 solid;
    height: inherit;
    margin: 0 auto;
    min-height: inherit;
    width: 946px;
}
.pcbi_box{
    background-color: rgba(200, 200, 200, 0.6);
    border: 0 solid;
    float: left;
    height: 260px;
    margin: 5px 0 0 5px;
    overflow: hidden;
    position: relative;
    width: 230px;
    z-index: 1;
}
.pcbi_box:hover{
	box-shadow: 3px 3px 10px #000000;
}
.pcbi_box_img{
    border: 0 solid;
    height: 100%;
    width: 100%;
}
.pcbib_img_placer{
    height: 263px;
    width: 100%;
}
.pcbi_box_textbox{
    border: 0 solid;
    height: 260px;
    line-height: 30px;
    margin-top: -33px;
    position: absolute;
    width: 100%;
    z-index: 2;
    position: relative;
}
.pcbib_textbox_header{
    background-color: rgba(220, 220, 220, 0.9);
    height: 30px;
    text-align: center;
}
.pcbib_textbox_text{
	text-align: justify;
	margin: 5px;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
}
.pcbib_layertext{
    background-color: rgba(10, 10, 10, 0.07);
    float: left;
    font-size: 11px;
    height: 35px;
    margin: 10px 5px 15px;
    padding: 5px;
    position: relative;
    width: 926px;
}
/* ----- SITE ::: END ----- */

/* ----- SITE: LEISTUNG ------ */
/* --- CONTENT --- */
.lcb2{
	height: 596px;
}
.lcb_inner{
    border: 0 solid;
    height: 595px;
    margin: auto;
    width: 1150px;
}
.lcb_left_box, .lcb_right_box{
    border: 0 solid;
    float: left;
    height: 596px;
    margin: 5px;
    position: relative;
    width: 350px;
}
.lcb_right_box{
	width: 780px;
}
.lcblb_lbtn_head{
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    letter-spacing: 2px;
    line-height: 26px;
    margin-left: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    width: 95%;
}
.lcblb_lbtn{
    border: 0 solid;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-left: 20px;
    margin-top: 3px;
    padding-left: 5px;
    position: relative;
    text-transform: uppercase;
    width: 325px;
}
.lcblb_lbtn:hover{
	background-color: #E0E0E0;
	font-size: 13px;
}
.lcblb_lbtn_zi{
    float: right;
    font-size: 10px;
    margin-right: 1px;
    position: relative;
}
.lcb_right_box_itxt{
    background-color: #E0E0E0;
    border: medium none;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(10, 10, 10, 0.4);
    font-size: 12px;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 550px;
}
/* ----- SITE ::: END ----- */

/* ----- SITE: TEAM ------ */
/* --- CONTENT --- */
.cb_team{
    min-height: 400px;
}
.cbt_inner{
    border: 0 solid;
    height: 400px;
    margin: auto;
    width: 1150px;
}
.cbti_left, .cbti_right{
    border: medium none;
    float: left;
    height: 380px;
    margin: 10px 0;
    position: relative;
    width: 567px;
}
.cbti_splitter{
    background-color: #A4A4A4;
    border: medium none;
    float: left;
    height: 380px;
    margin: 10px 5px;
    position: relative;
    width: 3px;
}
.cbti_left{
	
}
.cbtil_img{
    border: medium none;
    float: right;
    height: 380px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    width: 320px;
}
.cbtir_profil{
	
}
.cbtirp_head{
	
}
.cbtirp_zuau_head{
    background-color: rgba(10, 10, 10, 0.25);
    border: 0 solid;
    float: left;
    font-size: 13px;
    height: 170px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    width: 180px;	
}
.cbtirp_zuau_text{
    background-color: rgba(10, 10, 10, 0.06);
    border: 0 solid;
    float: left;
    font-size: 12px;
    height: 170px;
    line-height: 18px;
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    width: 280px;
}
/* ----- SITE ::: END ----- */

/* ----- SITE: OEFFNUNGSZEITEN ------ */
/* --- CONTENT HEAD --- */
.ch_2{
	height: 150px;
}
.ch_contact_tel{
    background-color: rgba(246, 238, 121, 0.05);
    width: 1200px;
}
.ch_contact_tel_box{
    height: 70px;
    margin: 30px auto 0;
    overflow: hidden;
    width: 900px;
}
.ch_contact_tel_h1{
    font-size: 16px;
    text-align: center;
}
.ch_contact_tel_h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
/* --- CONTENT --- */
.ocb_content_style{
    height: 390px;
    min-height: 200px;
}
.ocb_inner{
	border: 0px solid;
	margin: 0 auto;
	width: 1200px;
	height: inherit;
	min-height: inherit;
}
.ocb_day{
    border: 0 solid;
    float: left;
    height: 230px;
    position: relative;
    width: 200px;
}
.ocb_day_inner{
    border: 0 solid;
    height: inherit;
    min-height: inherit;
    width: 100%;
}
.ocb_day_text_head{
    background-color: rgba(10, 10, 10, 0.3);
    border: 0 solid;
    height: 40px;
    line-height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 194px;
}
.ocb_day_text_content{
    background-color: rgba(10, 10, 10, 0.04);
    border: 0 solid;
    height: 190px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    width: 194px;
}
.ocb_foot{
    border: 0 solid;
    float: left;
    height: 70px;
    position: relative;
    width: 100%;
}
.ocb_foot_text{
    background-color: rgba(10, 10, 10, 0.04);
    border: 0 solid;
    height: 40px;
    line-height: 36px;
    margin: 10px auto auto;
    text-align: center;
    width: 1197px;
}
/* ----- SITE ::: END ----- */

/* ----- SITE: KONTAKT ------ */
/* --- CONTENT --- */
.kbc_content_style{
	height: 580px;
    min-height: 550px;
}
.kcb_inner{
	border: 0px solid;
	width: 1215px;
	height: inherit;
	min-height: inherit;
	margin: 0 auto;
}
.kcbi_left, .kcbi_center, .kcbi_right{
    
    border: 0 solid;
    float: left;
    height: 560px;
    margin-top: 10px;
    position: relative;
    width: 601px;
}
/*- CONTENT - LEFT - */
.kcbi_left{
	
}
.kcbil_add{
    height: 150px;
    margin: 15px auto 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.kcbil_add_text{
	font-size: 11px;
}
#map-canvas .gmnoprint{
	height: auto;
	/*z-index: 1000000;*/
	display: none;
}
.map_shower{
    height: 360px;
    margin: 20px auto 0;
    position: relative;
    width: 550px;
}
/*- CONTENT - CENTER - */
.kcbi_center{
	background-color: #999999;
    margin-left: 5px;
    margin-right: 5px;
    width: 3px;
}
/*- CONTENT - RIGHT - */
.kcbi_right{

}
.kcbir_head{
    border: 0 solid;
    height: 90px;
    margin: 10px auto;
    position: relative;
    width: 412px;	
}
.kcbir_h_headtext{
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
}
.kcbir_head_text{
    font-size: 12px;
    font-weight: lighter;
    margin-top: 5px;
    text-align: justify;
}
.formular{
    border: 0 solid;
    height: 450px;
    margin: -10px auto;
    position: relative;
    width: 352px;
}
.semper_input{
	display: none;
	visibility: hidden;
}
.formul_text{
    font-size: 13px;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 3px;
    position: absolute;
    z-index: 2;
}
.anrede{
	border: 0px;
    height: 22px;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 100px;
    width: 200px;
    
}
.input_box_style{
    border: 0 none;
    font-size: 13px;
    line-height: 26px;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 100px;
    position: relative;
    width: 241px;
}
.f_t_mess{
	
}
.input_formular_msg{
    font-size: 12px;
    height: 80px;
    padding: 0;
    resize: none;
    width: 340px;
}
.contact_button{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
}
.contact_infotext{
    float: left;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;	
}
/* ----- SITE ::: END ----- */

/* ----- SITE: IMPRESSUM ----- */
.imp_style{
	
}
.ii_content{
    border: 0 solid;
    height: 985px;
    margin: auto;
    width: 1100px;
}
.ii_content_inner{
	
}
.iic_head_main{
    font-size: 12px;
    margin-bottom: 20px;
}
.iic_head{
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.iic_text{
    border: 0 solid;
    font-size: 11px;
    text-align: justify;
}
.imp_link{
    color: #2F4F4F;
    text-decoration: underline;
}
/* ----- SITE ::: END ----- */
/* ----- STYLE FOR LEISTUNG_TEXT ----- */
.l_t_main{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #A4A4A4;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 563px;
    width: 765px;
}
.l_t_img{
    border: 0px solid;
    float: left;
    height: 270px;
    margin-left: 15px;
    margin-top: 5px;
    position: relative;
    width: 100px;
}
.l_t_inner{
	border: 0 solid;
    height: 100%;
    width: 100%;
	z-index: 50;
}
.l_ti_header{
    font-size: 18px;
    margin-bottom: 17px;
    margin-left: 125px;
    margin-top: 5px;
    text-transform: uppercase;
}
.l_ti_text{
    float: left;
    font-size: 11px;
    height: auto;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
    width: 500px;
    text-align: justify;
}
