/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/
/*** Wörterumbruch ***/
/*
h1, h2, h3, h4, h5 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}*/

b, strong {
    font-weight: 600;
}

th {
    font-weight: 600;
}

.button {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/

/*** Jobs-Menü-Button ***/
@media (min-width:993px){
  
li.jobs {
    background: #2681a2;
    border-radius: 5px;
}

li.jobs a {
    color: #fff !important;
    padding-left: 15px !important;
}

li.jobs:hover, li.jobs.current-menu-item {
    background: #98c0cf;
}
}

/***Topbar***/
.topbarclass i.kt-shortcode-icon {
    vertical-align: text-bottom;
    margin: 0 0px 0 5px;
}

#logo {
    display: none;
}

.kad-header-menu-outer.headerclass {
    box-shadow: 0 0 5px #c7c7c7;
}


.kt-header-layout-lgmenu .nav-main {
    padding-left: 0;
}

.sf-menu a {
    padding: 10px 20px 10px 0!important;
}

/*******************************************************************************************/
/*** Sidebar *******************************************************************************/
/*******************************************************************************************/

/*
@media (min-width: 1200px) {
.col-lg-9 {
    width: 72%!important;
}
  .main.kt-sidebar {
  padding-right: 30px!important;
}
.col-lg-3 {
    width: 28%!important;
}
}
*/

table td, table th {
    padding: 2px 10px;
}
.above-footer-widgets .widget-title, .elementor-widget-sidebar .widget-title, .sidebar .widget-title {
    color: #2782a2;
}

@media (max-width:991px){
.sidebar #media_image-2 {
    display: none;
}
}

@media (min-width:992px){
#ktsidebar {
    padding: 0;
}
}

/*******************************************************************************************/
/*** KONTAKTFORMULAR ***********************************************************************/
/*******************************************************************************************/

#ui-datepicker-div {
  z-index:99!important;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form input{
  padding: 5px;
  margin-bottom: 5px;
}

#cf7-info {
    border: 2px solid #99c0cf;
    background: #2683a2;
    font-style: italic;
    padding: 5px;
    color: #fff;
}

.wpcf7-list-item {
    display: inline!important;
    margin: 0 5px 0 0!important;
}

.wpcf7-response-output {
    background: #dc3332!important;
    border-color: #dc3332!important;
    color: #fff !important;
    margin: 20px 0 !important;
    font-size: 24px !important;
    padding: 10px !important;
    line-height: normal !important;
}

/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/

/*** Pop-Up-Maker ***/ 
.popmake-content p {
    margin-bottom: 5px;
}
/*
.pum-overlay.pum-overlay-disabled {
    visibility: visible;
} */


.contentclass, .above-footer-widgets .widget-title span, .footer-widget-title span, .kt-title span, .sidebar .widget-title span {
    background-size: 30%!important;
    background-position: right 10px bottom 10px!important;
}
@media (max-width:1400px){
  .contentclass, .above-footer-widgets .widget-title span, .footer-widget-title span, .kt-title span, .sidebar .widget-title span {
    background:#fff!important;
  }
}
.wp-caption-text {
    color: #2683a2;
}

/*** Accordion ***/

.kt-accordion>.panel {
    border: none;
    padding: 10px;
    margin-bottom: 4px;
    background: #f7f7f7;
}

/*******************************************************************************************/
/*** PORTFOLIO *****************************************************************************/
/*******************************************************************************************/

.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-title{
  font-weight:normal;
  letter-spacing: 0.5px;
  font-size: 19px;
}


@media (max-width:600px){
  .kad-previous-link a:before{
    left: 0!important;
}
.kad-next-link a:before{
    right: 0!important;
}
  .kad-grid-link {
    position: absolute;
    margin-top: -12px;
}
    .kad-grid-link i.kt-icon-th-large {
    line-height: 1;
}
.kad-previous-link span {
    opacity: 0;
    width: 50px;
    position: absolute;
    left: -7px;
    top: -26px;
    height: 50px;
}
.kad-next-link span {
    opacity: 0;
    width: 50px;
    position: absolute;
    left: -7px;
    top: -26px;
    height: 50px;
}
}





@media (max-width:991px){
.single-portfolio .single-footer {
    margin-top: -24px;
}
}

.single-footer {
    top: -50px;
    position: absolute;
    width: 100%;
    padding-right: 30px;
}

.single-footer {
    border: none;
}

.post-footer-section {
    border-bottom: none;
}

article.portfolio {
    margin-top: 50px;
}

.kad-grid-link {
    top: -10px;
}


.portfolio-hover-item {
    background: rgba(185, 185, 185, 0.8);
}

.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner{
  opacity:1;
  padding: 10px 10px;
}

.kt_postlink_meta {
     display: none;
}

/*******************************************************************************************/
/*** Staff *********************************************************************************/
/*******************************************************************************************/
.kt-staff-header h3 {
    line-height: 20px;
    font-size: 16px;
}
.kt-staff-title {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: normal;
    text-transform: none;
}
.kt-intrinsic img {
    background: #f4f4f4;
/*     padding: 3px; */
} 


/*******************************************************************************************/
/*** TABELLE *******************************************************************************/
/*******************************************************************************************/
table.sprechzeiten {
    background: #fff;
    border: 1px solid #c4c4c4;
    margin-bottom: 24px;
}


/*******************************************************************************************/
/*** Galerie *******************************************************************************/
/*******************************************************************************************/
.slick-dots li button{
  display:none;
}


/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/
article.kad_blog_item {
    margin-bottom: 0px;
}

span.post-date {
    font-size: 12px;
    font-style: italic;
}


/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/
footer .textwidget {
    line-height: normal;
}

.footer-widget-title span {
    background: #a5a5a5!important;
}

footer table td, table th {
    padding: 0 10px;
}

/*Blog Startseite Footer*/
.widget_recent_entries ul li a {
  border:none;
  margin:14px 0 0 0;
  padding:0;
  line-height: 10px;
 }
.widget_recent_entries .post-date {
  padding-left:10px;
}

/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/
#kad-mobile-banner {
    box-shadow: 0px 1px 5px #c4c4c4;
}
@media (max-width:991px){
.footer-widget-title {
    margin-top: 20px;
}
}

.top-icon-bar-item {
    width: 100%;
    text-align: center;
}

/*******************************************************************************************/
/*** ANIMATIONEN ***************************************************************************/
/*******************************************************************************************/
/*
@keyframes stellenzahl {
  0%   {top:-2px;}
  10% {top:-10px;}
  20% {top:-4px;}
  30% {top:-6px;}
  50% {top:-2px;}
  100% {top:-2px;}
}*/
@keyframes stellenzahl {
  0%   {margin-top:0px;}
  10% {margin-top:-30px;}
  20% {margin-top:5px;}
  30% {margin-top:-10px;}
  50% {margin-top:0px;}
  100% {margin-top:0px;}
}

