/*
 Theme Name:   kadence-child
 Description:  child
 Author:       c.koeppe@medserena.com
 Author URI:   https://www.medserena.com
 Template:     kadence
 Version:      1.0
 Text Domain:  kadence-child
*/

/* 
hide breadcrumbs -> home and news page
*/
body.home > div > div > p#breadcrumbs, body.page-id-204 > div > div > p#breadcrumbs {
    display: none;
}

p#breadcrumbs {
    font-size:  14px;
    margin: 1% 15% 0%;
}
/* download buttons*/
.wp-block-file__button {
    background: #2f4773!important;
}

.wp-block-file__button:hover {
    background: #ec6c1c!important;
}


.kt-button:hover {
    background: transparent;
}
.wpfm-template-5 .wpfm-menu-nav {
    z-index: 99;
}

.wpfm-template-5 ul {
    width: 60px;
}

.heading-orange {
 	color: #ec6c1c;
}

.heading-blue {
 	color: #2f4773;
}

.ohl {
    color: #ec6c1c;
}


.img-shadow {
    box-shadow: 0px 2px 5px #ccc;
    -moz-box-shadow: 0px 2px 5px #ccc;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    -khtml-box-shadow: 0px 2px 5px #ccc;
}


.zoom {
  background-color: transparent;
  transition: transform 1.5s; /* Animation */
  width: auto;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

b, strong {
    letter-spacing: 1px;
}

.hidden {
  display: none;
}

.drawer-inner{
    background: #2f4773!important;
}
/*
.mobile-navigation ul li.current-menu-item > a{
    color: #ec6c1c!important;
}
*/
@media screen and (min-width:769px) {
   #breadcrumbs { margin: 0% 15%; }
}


@media screen and (max-width:768px) {
   #breadcrumbs {
    margin-left: 0% 5%; 
   }
   .mobile-toggle-open-container .menu-toggle-open {
    color: #2f4773;
   }
}




