/*---------------------------------------------------------------
# Package - Joomla Template based on Sboost Framework   
# ---------------------------------------------------------------
# Author - mixwebtemplates http://www.mixwebtemplates.com
# Copyright (C) 2008 - 2015 mixwebtemplates.com. All Rights Reserved.
# Websites: http://www.mixwebtemplates.com
-----------------------------------------------------------------*/
a{color:#000000; 
text-decoration:underline;}
a:hover,a:active,a:focus{color:#3a3a39;
	text-decoration:none;}
#mx-bottom a:hover{color:#ffcd00 }
.colors {background-color:#ffeeee;}

 
 .btn, a.btn  {
background-image: -webkit-linear-gradient(top, #ffe559 0%, #ffcd00 100%);
background-image: linear-gradient(to bottom, #ffe559 0%, #ffcd00 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe559', endColorstr='#ffcd00', GradientType=0);
text-shadow:none;
color: #7a7a7a;
padding:5px 20px;
border:1px solid white;
font-size:0.9em;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;

 }
 
 ol {
 
 list-style:decimal !important;}
 
 a.btn:hover {
 background: #ffdd00;
 color: #7a7a7a;
 text-decoration:none;

 
 }
 
 button {
 font-size:14px !important;
 }
 
.btn-primary {
 text-decoration:underline;
background-image: -webkit-linear-gradient(top, #ffe559 0%, #ffcd00 100%) !important; 
background-image: linear-gradient(to bottom, #ffe559 0%, #ffcd00 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe559', endColorstr='#ffcd00', GradientType=0);
text-shadow:none;
color: #7a7a7a !important;
padding:5px 20px;
font-size:0.9em !important;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border:1px solid white;

text-transform:none;


 }
 
.btn.disabled, [disabled].btn {
	 opacity:1 !important;
	 cursor:pointer;
	 
	 
 }
 
  .btn-primary:hover {
   background: #ffdd00 !important;
 color: #7a7a7a !important;
border:1px solid white;
  }
  
 .icon-white {
	 
background-image: url("../../images/glyphicons-halflings.png");
	 
 }
 
 button:hover {
 background: #ffdd00 !important;
 color: #7a7a7a !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, [disabled].btn-primary {
color: #7a7a7a !important;
background-color: #ffcd00;
	
}
 
 
  
#tophead, .searchmenu:hover #navs { background-color:#ffcd00; color: #7a7b7a;border-top:3px solid #FFFFFF;}
.tp-caption.very_big_white, .tp-caption.buttons a, .myNews .profPeople:hover .profile { background-color:#ff4114 !important;}
.social-icons li a .top, .social-employee li a .top { color: #c00; }


article{
padding-bottom:10px;
border-bottom:1px solid white;
}

.item_innerDiv {
border-bottom:1px solid white;
}

h3 {
padding-bottom:5px;
padding-top:30px;
}






/*
// #Accordion
// --------------------------------------------------
*/
.accordion-heading {
  font-size: 13px !important;
  font-family: 'Muli', sans-serif;
  line-height: 1.5em;
  text-transform: none;
  padding: 0;
}
.accordion-heading > a {
  display: block;
  padding: 12px 18px 12px 12px !important;
  color: #7a7a7a;
  background-image: -webkit-linear-gradient(top, #ffe559 0%, #ffcd00 100%);
  background-image: linear-gradient(to bottom, #ffe559 0%, #ffcd00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe559', endColorstr='#ffcd00', GradientType=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.accordion-heading > a.collapsed {
  color: #7a7a7a;
  background-color:#ffcd00;
 /* background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.accordion-heading > a.collapsed:hover {
  background: #ffdd00;
  text-decoration: none;
}
.accordion-heading > a:hover {
  text-decoration: none;
}
.accordion-inner {	/*Kastenfarbe*/
  padding: 14px 20px;
  background: white;
}
/*
// #Tabs
// --------------------------------------------------
*/
.tab .nav-tabs > li > a {
  background: #e7e7e7;
  margin-right: 2px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 10px 20px;
  color: #6d6d6d;
  position: relative;
}
.tab .nav-tabs > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}
.tab .nav-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
.tab .nav-tabs > li > a:hover {
  border-color: #e7e7e7;
}
.tab .nav-tabs > li > a .fa {
  margin-right: 4px;
}
.tab .nav-tabs > li.active > a {
  color: #6d6d6d;
  border-left-color: #dcdcdc;
  border-right-color: #dcdcdc;
  background: #fff;
}
.tab .nav-tabs > li.active > a:after {
  background: #ffcd00;
}
.tab .nav-tabs > li.active > a:before {
  background: #fff;
}
.tab .nav-tabs > li.active > a:hover {
  border-bottom-color: #fff;
}
.tab .tab-content {
  padding: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
}
.tab .tab-content:before,
.tab .tab-content:after {
  content: " ";
  display: table;
}
.tab .tab-content:after {
  clear: both;
}
.tab .tab-content p:last-child {
  margin-bottom: 0;
}
.dropcap {
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 60px;
  height: 50px;
  color: #dcdcdc;
  text-align: center;
  font-size: 66px;
  line-height: 54px;
}

.tab-content hr {
border-top-color:#6d6d6d;
}

/*
// #Gallery
// --------------------------------------------------
*/

.gallery-filters .btn{ 
padding:3px 15px;
text-transform:uppercase; 
margin-right: 2px;
height:auto; 
color: #f1f1f1;
 background:#ff4114;
border-color:rgba(50,50,50,0.2); 
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
}
.gallery-filters .btn:hover,
.gallery-filters .btn:active,
.gallery-filters .btn:focus{ 
padding:3px 15px;
text-transform:uppercase; 
margin-right: 2px;
height:auto; 
color: #ff4114;
 background:#fafafa;
border-color:rgba(50,50,50,0.2); 
border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
}
/*
// #Blockquotes & Testimonial
// --------------------------------------------------
*/
blockquote {
  padding: 18px 18px 18px 50px;
  margin: 0 0 18px;
  font-size: 13px;
  border-left: 4px solid #ffcd00;
  background: white;
  font-style: italic;
  position: relative;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 14px;
  top: 18px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote.testimonial {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  content: "—";
  margin-right: 4px;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: .2em;
}
.bq-author .bq-author-info {
  font-style: italic;
}


/*Testemonial Gelb Link*/

#testem a{
color:#3a3a39;
}

#testem a:hover{
color:#7a7b7a;
}

.Slogan {
height:60px;
}
.Slogan  h2{
font-size:20px;
line-height:5px;
}

#mx-right h3 {
color:#ffcd00;
font-size:1.5em;
}

.reds h3{
color:#7a7a7a !important;
}

.tab .people {
min-width:450px;
}

.tab  img{
min-width:120px;
}

/*
// #Navigation am Rechten Rand
// --------------------------------------------------
*/

#mx-right ul{
padding-bottom:30px;
}

#mx-right li{
padding:10px 20px;
font-size:15px;
background-color:#e7e7e7;
margin:2px;
text-decoration:underline;
color:#6d6d6d;
}


#mx-right li.current{
border-left:5px solid #ffcd00;
background-color:white;
}

#mx-right li:hover{
border-left:5px solid #ffcd00;
text-decoration:none;
}

#mx-right li a {

color:#6d6d6d;
}

#mx-right li a:hover {

background:#e7e7e7;

}

#mx-right li.current a:hover {

background:white;

}

/*
// #Blog Gruppierungen
// --------------------------------------------------
*/


.bloggroup .item-pagegroup {
background-color:#eeeeee;
padding:20px;
margin:20px;
border-top:4px solid #ffcd00;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
}

.bloggroup .btn {
border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;
}




.bloggroup  h2 {
font-size:22px;
line-height:20px;
margin-top:0px;
margin-bottom:20px;
}

/*
// #Rechtes Menü ohne Heading
// --------------------------------------------------
*/

.mn_unter {
margin-top:50px;
}


/*
// #Search Button
// --------------------------------------------------
*/
#search-form {
 margin-top: 30px;	

}

#search-form input {
 width: 500px;	

}



a:hover .menu .has-image {
background-image: url(http://www.finkrea.de/Joomla_HeiligGeist/images/Icon/search_over.png);

}

/*
// #Tooltips ausschalten
// --------------------------------------------------
*/

.tooltip{
visibility:hidden !important;
}

/*
// #'Kontaktformular
// --------------------------------------------------
*/

dl.contact-address dd {
margin-left:165px;
}


dl.contact-address dd:nth-of-type(2n) {
margin-bottom: 10px;
}

/*
// #Sitemap
// --------------------------------------------------
*/

.osmap-items ul {
margin-bottom: 20px;
}
.osmap-items li {
line-height: 2em;
}

