/*
Theme Name:   ProDelights - Kanter Child
Description:  Customize Kanter
Author:       Christian Brakmann
Author URL:   https://prodelights.de
Template:     kanter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  prodelights-kanter-child
*/

/*
dark: #002f5d
light: #6a93b3
*/
header.top-nav {
    background: rgba(255, 255, 255, 0.7) !important;
}

body:not(.al-sidenav) .al-relative-header.is-sticky.top-nav .sf-menu > li > a {
    color: #002f5d;   
}

body:not(.al-sidenav) .al-relative-header.is-sticky.top-nav .sf-menu > li:hover > a {
    color: #6a93b3;   
}

#top-nav .sf-menu > li:hover > a {
    color: #6a93b3;
}

a.toggle-mnu span, a.toggle-mnu span:after, a.toggle-mnu span:before {
    background-color: #002e5d;
}

.sf-menu > li > a {
    color: #002f5d !important;
}

div#contact_slide {
    width: 400px;
    position: fixed;
    right: -386px;
    top: 300px;
    background: white;
    padding: 15px 0 0;
    border-radius: 0 0 0 5px;
    box-shadow: 1px 2px 10px #ccc;
}

div#contact_slide.open {
	right: 5px;
}

div.box_text {
	margin-bottom: 10px;
}

#icon_phone, #icon_mail {
    position: absolute;
    right: 400px;
    top: -16px;
    border-radius: 5px 0 0 0;
    margin: 0;
    overflow: hidden;
}

#icon_mail {
    top: 27px;
    border-radius: 0 0 0 5px;
    margin: 0;
}

p.phone i, a.email i {
	margin-right: 10px;
}

p.phone, a.email {
    margin: 0 -15px;
    padding: 8px 30px;
    background: #327ab71c;
    border: 1px solid #ccc;
    border-width: 1px 0;
    cursor: pointer;
}
a.email {
    border: 0;
    display: block;
    color: #333;
}

p.phone a {
	color: #333;
}

a.email:hover, p.phone a:hover {
    text-decoration: none;  
}

footer {
	padding: 0;
}

footer > .container {
	display: none;
}

.kachellink {
	cursor: pointer;
}
.wpb_single_image.wpb_content_element.vc_align_center.fullsize figure,
.wpb_single_image.wpb_content_element.vc_align_center.fullsize img,
.wpb_single_image.wpb_content_element.vc_align_center.fullsize figure div {
    width: 100%;
}

.sf-menu > li > a:hover {
    text-decoration: underline;
}

#referenzen {
    display: none;
}

.team .item-team span {
    font-size: 0.8em;
    line-height: 1.4 !important;
    display: inline-block;
}

.heading-title {
    margin-bottom: 30px !important;
}

#menu-item-293, #menu-item-294 {
    display: none;
}

@media only screen and (max-width: 767px) {
	div#contact_slide {
		display: none;
	}
    #menu-item-293, #menu-item-294 {
        display: block;
    }	
}