

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

html {
	margin-top: 0;
       
}

body {
	
        font-family: "Signika" ,Arial, sans-serif;
        font-size:14px;
}

a {
	color: #FE8F02;
}

#header{border-bottom:1px solid #f7f7f7;}

#head {
	height:95px; 
	margin-top:5px;
        
}

#head .logo {
	margin: 0;
	padding: 29px 0 0px 10px;	
        border-bottom: 5px solid #fe8f02;
}

#head .logo a {
	width: auto;
        height:60px;
	background: url(../img/layout2017/Logo@2x.png) 0 0 no-repeat;
        background-size: 200px auto;
        
}

#head p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 13px;
	margin-top: 5px;
	text-align: right;
}

#head p a {
	margin: 0 10px;	
	color: #494949;
}

#head p a:hover {
	color: #FE8F02;
}

#btn-rollout{}

#login_rollout {
	background:white; border: 3px solid #FE8F02;
        border-radius: 4px;
	display: none;
	padding: 30px 10px;
	text-align:center;
	width: 240px;
        position:fixed;
        top:100px;
        z-index:10000;
        margin-left:-200px;
        float: none;
}


#login_rollout input {height: 25px; width:90%;}
#login_rollout button { width:90%;}

nav {
   
}

nav ul {
	margin: 49px 0 0 0;
	padding: 0;    
}

 nav ul.ul_level_2, nav ul.ul_level_3 {
	margin: 5px;
	padding: 0;    
        
}



nav li {
	float: left;
	list-style-type: none;
        text-transform: uppercase;
        font-weight:300;
}

nav li a {
	color: #333;
	font-size: 16px;
        margin: 0 3px;
	padding: 0 2px;
	line-height: 40px;
	display: block;
        text-decoration: none;
        border-bottom: 5px solid white;
}
nav li.active a {border-bottom: 5px solid #FE8F02;}
nav li.active .no_border a ,.no_border a{border-bottom:0px}
.no_border a:hover{opacity:0.9}

nav li.navi_level_2, nav li.navi_level_3{float: none; text-transform: none}

nav li.navi_level_2 a, nav li.navi_level_3 a{
    font-size: 14px;
    margin: 5px;
    line-height: 20px; border:0;}

nav li.navi_level_2 a:hover, nav li.navi_level_3 a:hover, nav .ul_level_2 li.active a, .ul_level_3 li.active a{
    color:#FE8F02;}

.has_childs{
       background:url('/wp-content/themes/pflegering-new/img/action_arrow.png');
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: right 5px
}
.bread {margin-top:10px;}
.bread a {color:#414141; font-weight:300}

.mobi_menu_icon {
    position:absolute;
    z-index:100;
    top:-40px;
    right:10px;
   
}

li.parent li.active {
    background:url('/wp-content/uploads/interne_Verlinkung.jpg');
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: left 5px
}

li.parent ul {
    margin: 0 !important;
}

li.parent ul li {
    padding: 2px 5px 0 15px !important;
}

li.parent ul ul{
   margin-left: 15px !important;
}

#head li a:hover{
	color:#FE8F02;
        text-decoration: none;
}

#nav_active a{
	border-color: #FE8F02;
        color:#FE8F02;
        text-decoration: none;
}



#head li a.a_logout:hover{
	border-color: white;     
}

.subnavi{display:none; position:absolute; z-index:1000; background:white;}
#nav_active .subnavi .subnavi_item a, .subnavi .subnavi_item a{
    border-bottom: 5px solid white;
    color:#414141;
}
#nav_active .subnavi .subnavi_item a:hover, .subnavi .subnavi_item a:hover,#nav_active .subnavi .subnavi_active a{
    color:#FE8F02;
}

.carousel {margin-top:65px;}
.carousel .item{color:#535353; font-size:24px; font-weight:300; text-align:center;}
.bold{font-weight:bold;}
#head .span3 {
	margin-top: -1.5%;
}

.header-image {
    background: url(../img/startseite.jpg) 0 0;
    background-position:center center;
    background-size: auto 100%;
    height:500px;
    
}

.header-image h1 {
	color: #FE8F02;
        font-weight:300;
	margin:35px 0 0px 0;
}


.header-subheadline{color:#535353; margin:10px 0 65px 0; font-size:18px; text-align:center}
.header-subheadline a{color:#535353;}

.header-image li {
	color: #494949;
	font-size: 14px;
	margin-bottom: 10px;
	width: 390px;
}

.header-image ul {
	margin-bottom: 25px;
}

.btn-warning, .call_to_action_wrapper .btn-warning, .bt {
    background-color: #fe8f02;
    text-transform: uppercase;
    font-size:16px; line-height:24px; font-weight:300;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #fff;
    border-color: #eea236;
}

 .contact_button {
    background-color: white;
    text-transform: uppercase;
    font-size:16px; line-height:24px; font-weight:300;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #fe8f02;
    border-color: #fe8f02;
}

.contact_button:hover{background:#fe8f02; color:white}

.call_to_action_wrapper .btn-warning:hover{
    color:white; background-color: #C36900; border-color: #C36900;
}


.call_to_action_wrapper .btn-warning{
    font-size:24px; line-height:40px;
}
.btn-warning:hover, .bt:hover{
    background-color: #C36900;
    
}

h1, h2, .firmenservice h3 {font-size:36px; line-height:48px; font-weight:300; color:#989898; text-align:center; margin-top:40px; text-transform: uppercase}
h3, .leni{font-size:24px; font-weight:300; line-height:36px; color:#fe8f02; text-align:center; margin:0 0 20px 0; text-transform: none}
h4{font-size:14px; font-weight:600; color:#535353; margin-top:20px 0 0 0; line-height:20px; text-transform: uppercase}

.banner_headline_wrapper{margin-top:60px; padding:5px;}
.banner_headline_wrapper h1{color:#FE8F02;}

.call_to_action_wrapper p{font-size:36px; line-height:48px; font-weight:300; color:white; text-align:center; text-transform: uppercase}
h2.underline {
	border-bottom: 1px solid #eee;
	text-align: center;
}

.home_vorteilsboxen{
    background: url(../img/layout2017/icon_firmenservice_haken.png) 0 0 no-repeat;
    padding:0 20px 0 60px;
    background-position: 10px 0;
    min-height:40px;
    margin-top:30px; 
}
.call_to_action{border:1px solid #fe8f02;
        font-size:24px; font-weight:300; color:#fe8f02; text-align:center; margin-top:40px;
        text-transform: uppercase;  
        -webkit-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
}

.call_to_action:hover{
    background-color:#fe8f02; color:white; 
}
.ee{text-align:center;}
.circle{margin:0 auto 20px auto; width:36px; height: 36px; line-height:36px; font-size:20px; border-radius:36px; text-align:center; background:#989898; color:white}
.light_grey{background-color:#f7f7f7; margin:40px 0 40px 0;}
.light_orange{background-color:#f7f7f7; margin:40px 0 40px 0;}
.light_orange h1{color:#fe8f02;}
.dark_grey{background-color:#4F4342}
.orange{background-color:#fe8f02; color:white;}
.content_top{margin:0; padding:0;}
.content_top h1{text-align:center; margin-top:40px !important; margin-bottom:40px !important;}
.call_to_action_wrapper{text-align:center; padding:40px; font-size:20px;}
.call_to_action_wrapper p{text-align:center;}
.call_to_action_wrapper .btn-warning {background-color: white; color:#fe8f02; margin-top:40px; width:70% }

.align_right {text-align:right;}

.home_vorteil_box{height:124px; color:#989898}
.content_wrapper_single {text-align:left; margin-bottom:20px;}
.content_wrapper_single:after {    content: ".";    clear: both;    display: block;    visibility: hidden;    height: 0px;}
.content_wrapper_single .circle{margin:0; float: left; width: 38px;}
.content_wrapper_single h3{margin:0 0 0 10px; float: left; line-height:38px; width: 85%; text-align:left;}
.content_text_wrapper{background-size: cover; width:100%; height:210px;}
.content_text_wrapper ul{padding-left:15px; padding-right:15px;}
.content_text{background:rgba(255,255,255,0.8); padding:2%; width:96%; color:#535353; height:210px; border:0px solid #dbd8d8; position:absolute; z-index:30;}
.content_text p{margin-bottom:5px; text-align:left; line-height:20px; }
.content_text {display:none;}
.content_e1_text{display:block;}
.content_e .orange,.content_e .circle{background:#fe8f02}
.content_k .orange,.content_k .circle{background:#0B70C0}
.content_k h3{color:#0B70C0}
.content_s .orange,.content_s .circle{background:#1BB050}
.content_s h3{color:#1BB050}
.content_text_details{line-height:24px; color:white; float:right; background:#eee; width:100px; text-align:center; text-transform: uppercase; font-weight:300; margin:180px 6px 0 0; border-radius:4px;}
#content_e1 .content_text_details, #content_e2 .content_text_details, #content_e3 .content_text_details {background:#fe8f02}
#content_k1 .content_text_details, #content_k2 .content_text_details, #content_k3 .content_text_details {background:#0B70C0}
#content_s1 .content_text_details, #content_s2 .content_text_details, #content_s3 .content_text_details {background:#1BB050}
#content_x1 .content_text_details, #content_x2 .content_text_details, #content_x3 .content_text_details {background:#fe8f02}
.cl{clear:both; line-height:0px; height:0px;}
.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

#content .wrapper {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	width: 1043px;
	padding: 20px 0 20px 20px;
}

.lead {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
}

#sidebar h4 {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#footer{padding:40px 0 40px 0; color: #f7f7f7; font-size: 11px; line-height:22px;}

#footer h5{color: #f7f7f7; text-transform: uppercase}
#footer p{text-align:left;}

#footer a {
	color: #f7f7f7;
}

#contact_form_wrapper{
    display:none;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -2;
    background: rgba(0,0,0,0.6);
}

.contactform_wrapper{
    display:none;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: -3;
}

.contactform_wrapper .contactform{
    width:330px;
    visibility: visible;
    margin:100px auto 0 auto;
    background:white; 
    padding:30px 10px;
    border:1px solid #fe8f02;
}
.contactform_wrapper #contactText{
    width:20%; font-weight:normal;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }


.naked {
	list-style: none outside none;
}
.naked li {
	padding: 5px;
}

#heart {
	background: url("/wp-content/themes/pflegering-new/img/icon_heart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    margin: 2px 10px 0 0;
    width: 30px;
}

#time {
	background: url("/wp-content/themes/pflegering-new/img/icon_time.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    margin: 2px 10px 0 0;
    width: 30px;
}

#money {
	background: url("/wp-content/themes/pflegering-new/img/icon_money.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    margin: 2px 10px 0 0;
    width: 30px;
}



/* Formatierung Hauptbereich --------------------------- */

.main {
	font-size: 13px;
}

.main strong {
	font-weight: bold;
}

.main em {
	font-style: italic;
}

.main a {
	color: #FE8F02;
	text-decoration: none;
}


.main a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.main h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.main h1 span {
	font-size: 10px;
	font-weight: bold;
}

.main h2 {
	font-size: 16px;
	margin: 18px 0 9px;
	font-weight: bold;
}

.main h3 {
	font-size: 14px;
	margin: 18px 0 9px;
	font-weight: bold;
}

.main h4 {
	font-size: 12px;
	margin: 18px 0 9px;
	font-weight: bold;
}

p{
	line-height: 24px;
	margin-bottom: 9px;
	text-align: justify;
}

.main p.small {
	font-size: 11px;
	line-height: 15px;
}

.main ul {
	line-height: 18px;
	margin-bottom: 9px;
	margin-left: 10px;
}

.main ul li {
	list-style-type: disc;
	list-style-position: inside;
	text-align: justify;
}

.main ol {
	line-height: 18px;
	margin-bottom: 9px;
	margin-left: 20px;
}

.main ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 9px;
	text-align: justify;
}

.main p.breadcrumbs {
	font-size: 11px;
}

.main p.breadcrumbs a {
	color: #494949;
}

.main p.breadcrumbs a:hover {
	color: #FE8F02;
}

 .alignleft {
	float: left;
	padding: 0 20px 9px 0;
}

.alignright {
	float: right;
	padding: 0 0 9px 20px;
}



/* 	Service-Module */

#service_top p {
	margin-bottom: 30px;
}

#arrows {
	float:left;
	width: 18%;
	margin-left: 1px;
}

#arrows #eldercare_arrow {
	background: url(../img/eldercare_arrow.png) top center repeat-y;
	height: 333px;
	margin-top: 39px;
}

#arrows #social_arrow {
	background: url(../img/social_arrow.png) top center repeat-y;
	height: 333px;
	margin-top: 111px;
}

#arrows #communication_arrow {
	background: url(../img/communication_arrow.png) top center repeat-y;
	height: 333px;
	margin-top: 106px;
}

/*
#arrows_arbeitnehmer #bottom_arrow {
	background: url(../img/pfeil_ihr_nutzen.png) top center repeat-y;
	height: 242px;
	margin-top: 30px;
}


#arrows_arbeitgeber {
	float:left;
	width: 18%;
	margin-left: 1px;
}

#arrows_arbeitgeber #top_arrow {
	background: url(../img/pfeil_unsere_leistung.png) top center repeat-y;
	height: 242px;
	margin-top: 144px;
}

#arrows_arbeitgeber #bottom_arrow {
	background: url(../img/pfeil_ihr_nutzen_ag.png) top center repeat-y;
	height: 242px;
	margin-top: 32px;
}
*/

#module {
	/*border-top: 1px solid #e3e5e7;
	background: #f1f3f4 url(img/module-bg.gif) top center repeat-y;*/
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 81%;
	margin-bottom: 50px;
}

.module-column {
	width: 30%;
	float: left;
	padding: 0 10px;
}

.module-column-wide {
	background: #f1f3f4;
	text-align: center;
	margin-top: 32px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

.module-content-wide {
	text-align: center;
	background: #FE8F02;
	width: 100%;
	padding: 20px 0;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.module-content-wide p {
	color:#fff;
	font-size: 20px;
}


.module-line {
	height: 1px;
	line-height: 1px;
	background: #e3e5e7;
	border-bottom: 1px solid #fff;
	clear: both;
	margin-bottom: 10px;
}

.module-line.last-line {
	margin-bottom: 0;
}

.modul-headline h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #000;
	margin-bottom: 0px;
}

.modul-headline h3 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #000;
	line-height: 7px;
	text-align: right;
}


.modul-headline img {
	margin: 0 0 8px 0;
}

.modul-headline p {
	font-size: 11px;
	text-align: center;
	margin: 10px 0 4px 0;
	text-transform: uppercase;
}

.modul-headline h2 a {
	color: #000;
}

.modul-content p {
	font-size: 11px;
	text-align: center;
	margin: 10px 0 4px 0;
	text-transform: uppercase;
	text-decoration: underline;
}

.modul-content ul {
	margin: 10px 0 20px 0;
}

.modul-content li {
	font-size: 12px;
	list-style-type: disc;
	margin-left: 20px;
}

.modul-content a.buttonstyle {
	text-align: center;
	margin-bottom: 20px;
}

#call_to_action {
	width:100%;
	float:left;
	background-color: #eee;
	padding: 5px 0 5px 0;
}

#call_to_action #blackbox {
	float: left;
	width: 30%;
	background-color: #000;
	color: #fff;
	padding: 10px 5px 5px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#call_to_action #arrow {
	background: url("/wp-content/themes/pflegering-new/img/action_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 75px;
    margin-left: 15px;
    margin-top: 5px;
    width: 22px;
}

#call_to_action #emailsenden {
	width: 60%;
	background-color: #eee;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 0 0 10px;
}

#call_to_action #emailsenden #emailsenden_text {
	width: 60%;
	float:left;
}

#call_to_action #call_to_action_text {
	width: 73%;
	float: left;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 0 0 10px;
	font-weight: bold;
}


#call_to_action #emailsenden_form {
	width: 25%;
	float:right;
	margin: 0;
}

#orange_one {
	background: url("/wp-content/themes/pflegering-new/img/icon_one_orange.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#orange_two {
	background: url("/wp-content/themes/pflegering-new/img/icon_two_orange.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#orange_three {
	background: url("/wp-content/themes/pflegering-new/img/icon_three_orange.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#green_one {
	background: url("/wp-content/themes/pflegering-new/img/icon_one_green.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#green_two {
	background: url("/wp-content/themes/pflegering-new/img/icon_two_green.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#green_three {
	background: url("/wp-content/themes/pflegering-new/img/icon_three_green.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#blue_one {
	background: url("/wp-content/themes/pflegering-new/img/icon_one_blue.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
 	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#blue_two {
	background: url("/wp-content/themes/pflegering-new/img/icon_two_blue.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}

#blue_three {
	background: url("/wp-content/themes/pflegering-new/img/icon_three_blue.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
 	height: 35px;
    margin: 8px 0px 0;
    padding: 0;
    width: 35px;
}





/* Anbietersuche */

#form-suche {
	margin: 0px;
}



.searchbox h3 {
	border-bottom: 1px solid #EEEEEE;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.filter {

}

.filter h6 {
	clear: both;
}

.filter hr {
	margin: 9px 0;
}

.filter label {
	margin: 0 5px;
	font-size: 14px;
        font-weight:normal;
}

.filter p {
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
}

.filter input[type="radio"] {
	margin: 3px 5px 0 0;
	float: left;
}

.filter input[type="checkbox"] {
	margin: 3px 5px 0 0;
	float: left;
}

#searchresult{

}

#searchresult table {
	border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 4px;
    width: 100%;
}

#searchresult table thead {
	
	color:#fe8f02;
}

#searchresult table th {
    border-top: 1px solid #fe8f02;
    border-bottom: 1px solid #fe8f02;
    padding: 3px 5px;
    font-weight: bold;
    font-size:12px;
}

td{padding:5px;}

#searchresult table td {
    border-top: 1px solid #E6E6E6;
    padding: 10px 5px;
    
}

table{border-bottom:0px;}

table.no_border td{
    border-top:0px !important;
}

#result .beschreibung {
	margin-left: 100px;
}

.bild img {
	float: left;
	padding-top: 3px;
}

#result h3 {
	font-size: 12px;
	margin: 0;
	line-height: 1.2;
        text-align:left; font-weight:bold;
}

#result h3 a{
	color:#333
}

#result .adresse {
	font-size: 12px;
    line-height: 1;
    margin-bottom: 9px;
    text-align: justify;
}

#result .textcenter p {
	text-align: center;
}

#result p {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    text-align: left;
}

#result .textcenter p span {
	display: block;
    font-weight: bold;
}

#result p.small {
    font-size: 9px;
    line-height: 9px;
    margin: 4px 0 2px;
}

#result li {
    font-size: 11px;
    line-height: 14px;
    list-style-position: outside;
    list-style-type: disc;
    margin: 2px 0;
    padding: 0;
    text-align: left;
}

#country_map {
	margin-top: 14px;

}

.iv {
    display: none;
}

.vi {
    display: block;
}

.iv, .vi {
    background: url("/wp-content/themes/pflegering-new/img/map.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 213px;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 5;
}

.state-map {
    height: 213px;
    position: relative;
    width: 160px;
}

.state-map .map-bg {
	background: url("/wp-content/themes/pflegering-new/img/map.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 213px;
    width: 160px;
    background-position: -3px 0;
}


.state-map .spacer {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}
.state-map .spacer img {
    height: 213px;
    width: 160px;
}
.state-map #berlin {
    background-position: -1158px 0;
}
.state-map #brandenburg {
    background-position: -993px 0;
}
.state-map #baden-wuerttemberg {
    background-position: -993px -218px;
}
.state-map #bayern {
    background-position: -1158px -218px;
}
.state-map #bremen {
    background-position: -828px 0;
}
.state-map #hamburg {
    background-position: -333px 0;
}
.state-map #hessen {
    background-position: -498px -218px;
}
.state-map #mecklenburg-vorpommern {
    background-position: -498px 0;
}
.state-map #niedersachsen {
    background-position: -663px 0;
}
.state-map #nordrhein-westfalen {
    background-position: -1323px 0;
}
.state-map #sachsen-anhalt {
    background-position: -3px -218px;
}
.state-map #schleswig-holstein {
    background-position: -168px 0;
}
.state-map #saarland {
    background-position: -168px -218px;
}
.state-map #sachsen {
    background-position: -828px -218px;
}
.state-map #thueringen {
    background-position: -663px -218px;
}
.state-map #rheinland-pfalz {
    background-position: -333px -218px;
}
area {
    height: 200px;
}

/* Objekt-Details (Pflegestationen) */

#objekt_details {
	width: 74.4681%;
	float:left;
}

#left #image {
	float:right;
	margin-left: 5px;
}

#left #image a img {
	/*border: 1px solid #dbe3e7;*/
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

#left h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}

#left h2 {
	display: block;
	margin: 20px 0 7px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 0.8em;
}


#left p {
	font-size: 12px;
	margin-bottom: 9px;
	line-height: 1.5;
	text-align: left;
	display: block;
}

.toggle-content {
	display: none;
}

.toggle-me {
	display: none;
}


.toggle-button, .toggle-that{
	cursor: pointer;
}

.nodisplay {
	display: none;
}

/* Kontaktformular in der Fancybox */

#infos-anfordern, .kontaktmodal {
padding: 20px;
background-color: #F2F0F0;
position: relative;
}

button.button-infos-anfordern {
    width: 179px;
    height: 26px;
    /*display: block;*/
    text-indent: -90000px;
    background: url(../img/button-infos-anfordern.png) 0 0 no-repeat;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
}

button:hover.button-infos-anfordern {
    background: url(../img/button-infos-anfordern.png) 0 -26px no-repeat;
}


div.details div#infos-anfordern {
    width: 540px;
}

#infos-anfordern .button, .kontaktmodal .button {
	width: 74px;
	height: 23px;
	background: url(../img/buttonsenden.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
}

#infos-anfordern p {
margin-bottom: 3px;
}

#infos-anfordern p, .kontaktmodal p {
	clear: both;
	font-size: 12px;
}

#infos-anfordern p label, .kontaktmodal p label{
	float:none;
}

#infos-anfordern .error, .kontaktmodal .error {
	margin-left: 4px;
	color: #f00;
	display: none;
}

#infos-anfordern h2, .kontaktmodal h2 {
	background: #CECCCC;
	font-weight: bold;
	color: #FE8F02;
	padding: 3px 6px;
	font-size: 16px;
}

#infos-anfordern h3, .kontaktmodal h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}

#infos-anfordern h3.thanks, .kontaktmodal h3.thanks {
	font-size: 13px;
	width: 400px;
}

#infos-anfordern label, .kontaktmodal label {
	float: left;
	line-height: 15px;
	font-size: 12px;
}

#infos-anfordern input.text, .kontaktmodal input.text {
	width: 188px;
	border: 0;
	height: 21px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	margin: 0 0 5px 0;
	padding: 3px 6px 3px 6px;
	outline: none;
	float:left;
	font-size: 11px;
	line-height: 15px;
}

#infos-anfordern .trennung, .kontaktmodal .trennung {
	height: 1px;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #79a2b3;
}

#infos-anfordern textarea, .kontaktmodal textarea {
	width: 333px;
	height: 90px;
	padding: 5px;
	margin-bottom: 5px;
}


#infos-anfordern p label input {
	margin:0;
	padding:0;
	display: inline-block;
}

#infos-anfordern p select {
	width: auto;
	height: auto;
	margin-top: 7px;
}


/* Kontaktformular Objekt-Seite Inline --------------------------- */

#infos-anfordern-inline {
	padding: 10px;
	border: 1px solid #E3E5E7;
	background: #F1F3F4;
	width: 400px;
}

#infos-anfordern-inline button {
	float: right;
}

#infos-anfordern-inline p {
	margin-bottom: 4px;
}

body#objekt #left #infos-anfordern-inline h2 {
	margin-top: 0;
}

#infos-anfordern-inline textarea {
	width: 350px;
	height: 50px;
	font-size: 12px;
	padding: 4px;
}

#infos-anfordern-inline input.text {
	width: 200px;
	font-size: 12px;
	padding: 2px 4px;
}

#to_top {
	position: fixed;
	left: 65%; /*10px;*/
	background: url("/wp-content/themes/pflegering-new/img/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 44px;
	height: 44px;
	float: left;
	bottom: 15px;
        
	/*
	position: fixed;
	bottom: 2%;
	right: 32%;
	background: url("/wp-content/themes/pflegering-new/img/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 40px;
	height: 40px;
	*/
}

/* Glossar */
#glossarentries {

}

.float-right {
    display: block;
	float: right;
}

a[rel="prev"] {
	font-size: 16px;
}

a[rel="next"] {
	font-size: 16px;
}


p#glossarnav {
	margin-top:69px;
	
}

p#glossarnav a {
	font-size: 24px;
	font-weight: 300;
	margin-right: 5px;
	display: block;
	line-height: 36px;
	width: 42px;
	float: left;
	text-align: center;
        color:#989898;
}

p#glossarnav a:hover {
	
        color:#FE8f02;
}

.glossar h2 {
	border-bottom: 3px solid #E3E5E7;
	padding-bottom: 2px;
}


#glossarentries p {
	float:left;
	width: 200px;
	margin-right: 50px;
}

#glossargroup h2 {
    border-bottom: 1px solid #cbc9c9;
    text-align:left;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    font-size:24px; font-weight:bold;
}


#glossargroup h2 a {
	color: #000;
}

.objekte_tabelle h2 {
	border-bottom: 1px solid #EEEEEE;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
}

.objekte_tabelle td {
	border-top: none;
	padding: 0 15px 0 0;
	width: 50%;

}

/* Kontaktformular auf "Kontakt-Seite" */

#contactform p {
	margin: 0;
}

#contactform input {
	margin-top: 0;
}

#contactform textarea {
	width: 90%;
	height: 130px;
}

#datenschutz {
	font-size: 10px;
	
	line-height: 10px;
}

#bewerben {
	font-size: 10px;
	
	line-height: 10px;
	
}

#hint_inline {
	margin-bottom: 5%;
	margin-top: 2%;
}


#hint_down {
	/*background-color: #eee;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;*/
	padding-left: 1%;
	padding-bottom: 5%;
	padding-top: 2%;
}

#contactText {
	float: left;
	width: 15%;
	margin-top: 4px;
	font-weight: bold;
}

.contactform p{line-height:18px;}

#contactData {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 250px;
	/*background: url("/wp-content/themes/pflegering-new/img/hint_down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

#contactInfoText {
	float:left;
	width: 48%;
	margin: 5.5% 0 0 3.5%; /* 11.5% 0 0 3%;*/
}

#contactDataHeader {
	font-weight: bold;
	/*font-size: 16px;*/
}

#contactDataValue {
	font-size: 16px;
}

#smallInfoText {
	font-size: 10px;
}

#contactImageBox {
	width: 46%;
	float: right;
	margin: 28% 1.5% 0 0;
}

#contactImage {
	width: 168px;
}


/* Glossar Button */

a#back_to_top {
	border: 1px solid #FE8F02;
    border-radius: 5px;
    -moz-box-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    float: right;
    font-size: 13px;
    padding: 2px 1px 0 4px;
    width: 110px;
    margin: 10px 0 -20px;
}

.btn-up {
	background: url("/wp-content/themes/pflegering-new/img/up_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 10px;
    margin: 4px 10px 0 0;
    width: 33px;
}


p#pflegenav {
	border-bottom: 1px solid #EEE;
}

p#pflegenav a {
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	display: block;
	line-height: 22px;
	width: 22px;
	float: left;
	text-align: center;
}


#pflege_group h3 {
	border-bottom: 1px solid #EEE;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 2px;
    width: 80%;
}

#pflege_group h3 a {
	color: #000;
}

#pflege_entries p {
	float:left;
	width: 275px;
}


p#ortnav {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	width: 83%;
}

p#ortnav a {
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	display: block;
	line-height: 22px;
	width: 22px;
	float: left;
	text-align: center;
}


#ort_group h2 {
	border-bottom: 1px solid #EEE;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 2px;
    width: 80%;
}

#ort_group h2 a {
	color: #000;
}

#ort_entries p {
	float:left;
	width: 200px;
}

#partner {
	height: 200px;
}

#partner img {
	width: 90px;
}

/* Beruf und Pflege */

#text_ticker {
	width: 42%;
	float: left;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	height: 100px;
	margin: 0 15px 0 0;
	color:#000;
	padding: 5px 0 0 0;
	position: relative;
}

#text_ticker ul {
	list-style: none;
	margin: 0 15px 0 15px;
}

#text_ticker ul li {
	margin: 10px 0 10px 0;
}


#text_ticker #quelle {
	position: absolute;
	left: 2px;
	font-size: 10px;
	font-weight: normal;
	bottom: 1px;
}


/* Sidebar ----------------- */

/* Sidebar */

#sidebar { margin-top:40px;}

.sidebar_contact_standard {
    margin-bottom: 10px;
    padding: 5px 10px 1px;
}

.sidebar_contact_standard {
    margin-bottom: 10px;
    padding: 5px 10px 1px;
}

.sidebar_employees {
    margin-bottom: 10px;
    padding: 0 10px 1px;
}

/* 404 */

.notFound ol {
	position: relative;
}

.notFound li {
	margin: 2px 0 0;
	font-size: medium;
	width: 455px;
}


/* Pflegestufenrechner ----------------- */
#pflegestufenrechner {
	width: 100%;
}

#rechner_steps {
	
}

#rechner_steps div {
	background-color: #FE8F02;
    border-radius: 3px;
    float: left;
    height: 40px;
    margin: 1px;
    padding: 5px 0 0;
    text-align: center;
    width: 15.92%;
    font-weight: bold;
}

#rechner_steps div.active {
	color: #fff;
}

#rechner_title {
	clear: both;
}

#rechner_fragen {
	background-color: #eee;
	padding: 2px 0 1px 5px;
}

#rechner_fragen #antwort_hilfsbedarf_mobilitaet_13 {
	width: 6%;
}
				
#rechner_fragen input[type=text] {
	width: 4%;
	height: 22px;
}

#pflegestufenrechner a#back {
	float: left;
}

#pflegestufenrechner a#next {
	float: right;
}

table#objekt_tabelle {
	width: 50%;
}

#objekt_tabelle_eintrag_nein {
	color: #ccc;	
}


/* Sonstiges --------------------------- */
.pointer {cursor:pointer;color:#FE8F02;}

.wpcf7-form-control-wrap input[type="checkbox"] {
	margin-left: 0;
}


a[rel=fancybox2] {
position: relative;
}

#magnifier {
	position: absolute;
	top: 0;
	right: 8px;
}


.wpp-list {
    margin-left:15px;
}

.wpp-list li{
    overflow: visible !important;
    list-style-type:circle;
    color:#FE8F02;
}

.arconix-toggle-title {
    font-size: 13px !important;
    font-weight:bold;
}

.arconix-toggle-title i{
    font-size: 16px !important;
}

ul.subnavigation {margin: 40px 0 2px; list-style: none; padding:0}
ul.subnavigation li {padding: 2px 0 5px;}
ul.subnavigation li a {color:#333;}
ul.subnavigation li.active, li.parent {border-bottom: 1px solid #eee;border-top: 1px solid #eee;padding: 2px 0 4px;}
ul.subnavigation li.parent ul li.active {border:none;}
ul.subnavigation li.parent {padding: 2px 0  5px;}
ul.subnavigation li.active a {color:#FE8F02;}
ul.subnavigation li.active ul {font-size: 13px;margin: 0 0 0 5px;  list-style: none; padding:0}
ul.subnavigation li.parent ul {font-size: 13px;margin: 0 0 0 5px;  list-style: none; padding:0}
ul.subnavigation li.active ul li {padding: 2px 10px 5px;}
ul.subnavigation li.parent ul li {padding: 2px 10px 0;}
ul.subnavigation li.active ul li a {color:#333;}
ul.subnavigation li.active ul li:last-child {padding: 2px 10px 0px;}

input,textarea,select,.uneditable-input{display:inline-block;width:80%; padding:4px; margin-bottom:9px; font-size:13px;line-height:18px;color:#555555;border:1px solid #cccccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.contactform textarea{width:100%}
input,textarea{-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;}
.filter input, #infos-anfordern input{width:auto;}
.referenz-logo {text-align:center;}
.referenz-logo img{width:80%;}

.only_desktop{display:block;}
.only_mobi{display:none;}
.spacer_top{margin-top:40px;}

.crm{font-size:16px;}
.crm .label_text{color: #FE8F02; text-align:right; padding-right:5px;}
.crm input[type="text"], select, textarea {width:100%;}
.crm input[type="radio"] {width:18px;}
.crm input[type="submit"] {width:100%; background-color:#FE8F02; color:white}

::-webkit-input-placeholder{color:#999; text-align:center; font-size:16px;}
::-moz-placeholder{color:#999; text-align:center; font-size:16px;}
::-ms-placeholder{color:#999; text-align:center; font-size:16px;}

.crm ::-webkit-input-placeholder{color:#ccc; text-align:left;}
.crm ::-moz-placeholder{color:#ccc; text-align:left;}
.crm ::-ms-placeholder{color:#ccc; text-align:left;}
input:focus {border-color:#FE8F02;}

.crm .right{text-align:right; padding-right:5px;}
.crm .small{font-size:12px;}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.fade_grey{ }

.fade_grey:hover{ opacity:0.5}

.refWrapper{
    margin-top:20px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
cursor:pointer;
}

.refWrapperActive, .refWrapper:hover {
    filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
-webkit-filter: grayscale(0);

}


.refWrapper img{ width:100%; max-height:130px;}
.refText{display:none; height:120px; margin:20px 0 20px 0}

.tab_box_wrapper::after { content: '';display: block;clear: both;}
.tab_box_wrapper{border-bottom:0px solid #eee;}
.tab_box{float:left; width:19%; cursor:pointer; text-align:center; line-height:40px; border:1px solid #eee;}
.tab_box:hover, .tab_box_active{background:#fe8f02; color:white; border:1px solid #fe8f02;}
.tab_box_content{margin:20px 0 0 40px;}



@media (max-width: 1200px) {
    nav li a {
        font-size:12px;
	
    } 
}

@media (max-width: 992px) {
    #head{height:auto;}
    .refText1, .refText2, .refText3, .refText4 {display:none !important;}
    .refWrapper1 img, .refWrapper2 img, .refWrapper3 img, .refWrapper4 img{max-height:none}
    .only_desktop{display:none;}
    .only_mobi{display:block;}
    nav ul {
	margin: 10px 0 0 0;
	padding: 0;    
    } 
    #top_navi {
        z-index:150;
        position:fixed;
        display:none;
        width:100%;
        background:white;
        left:0px;
        top:80px;
	margin: 10px 0 0 0;
	padding: 0; 
        border:1px solid #cbc9c9;
        background-color:#f7f7f7
    } 
   
    nav li{float:none;} 
    nav li a, nav li{text-align:left;}
    .subnavi{position: relative; z-index:auto;}
    .mobi_menu_icon {
        display:block; cursor: pointer;
    }
    a.has_submenu::after {
        content: '\E315';
        position:absolute; 
        right:10px;
        font-family: 'Material Icons';
        font-weight: bold;
        font-style: normal;
        font-size: 24px;  /* Preferred icon size */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }
    
    .has_submenu_open::after {
        content: '\E313' !important;
        
    }
    
    .header-image h1 {
        font-weight:normal;
	font-size:24px;
        line-height:36px;
	margin: 32px 0 0 0;
    }
    .header-subheadline{margin: 10px 0 32px 0;}
    .carousel {margin-top:32px;}
    .carousel .item{font-size:16px;}
    .carousel .item h1{font-size:16px; line-height:24px}
    .header-image .container{margin:0 5%; width:90%; height:500px; background: rgba(255,255,255,0.7)}
    
    #login_rollout {margin-left:40px; }
  
    .logo{max-width:80%}
    .contactform_wrapper .contactform{margin-top:10px; padding:3px;}
    .contactform_wrapper .contactform input {margin:0px;}
    .banner_headline_wrapper{background: rgba(255,255,255,0.7)}
    #footer img{max-width:100%}
    .call_to_action_wrapper {
        padding: 10px;
        font-size: 16px;
    }
    .contactform_wrapper .contactform {
        width: 96%;
    }
    .refWrapper{
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none;
        -webkit-filter: grayscale(0);

    }
    
}
#fancy-bg-e, #fancy-bg-s, #fancy-bg-se {
    display:none;
}
