/**
 * Theme Name: HnK Child
 * Description: Child theme for the HnK
 * Author: LineThemes
 * Template: hnk
 */

 
/* Kundenmeinungen
-------------------------------------------------------------- */
 #site-wrapper .testimonial .testimonial-image {
    float: left;
    max-width: 120px;
    margin-bottom: 10px;
	display:table-cell;
	margin-right: 20px;
}

 #site-wrapper .testimonial .testimonial-author {
	display:table-cell
}


#site-wrapper .testimonial .testimonial-meta {
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0px;
    border-top: 1px solid #eeeeee;
}

#site-wrapper .testimonial .testimonial-content {
    /* float: left; */
    width: 100%;
    padding-right: 15px;
}
 
 
/* Page
-------------------------------------------------------------- */

#site-header #headerbar .top-navigator .menu li.menu-item-has-children:after {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

 @media only screen and (max-width: 768px) {
	.projects.projects-grid .projects-items .hentry {
		padding: 0 15px;
		margin-bottom: 30px;
		margin-top: 60px;
	}
	 
	.projects .projects-filter {
		display: none;
	} 
	 
 }


.contact-message textarea.wpcf7-form-control.wpcf7-textarea {
    height: 165px;
    display: flow-root;
    max-height: 100%;
}

span.wpcf7-form-control.wpcf7-acceptance span {
    margin-bottom: 15px;
}
 
 #site-header #headerbar .top-navigator .menu li:hover a {
    color: #e30613;
}
 
 .project-single h3 {
    margin-top: 0px;
}
 
 .project-single .project-title {
    display: none;
}
 
 .project-single.project-content-right .project-single-wrap .project-gallery {
    float: left;
    width: 58%;
    padding-right: 25px;
}

.project-single.project-content-right .project-single-wrap .project-content {
    float: right;
    width: 42%;
    padding-left: 25px;
}
 
 #site-wrapper .imagebox .box-content {
    padding: 19px;
    position: relative;
}
 
 .pdf_icon {
    margin-left: 5px;
    margin-right: 15px;
 }
 
 .iconlist-item-icon {
    float: left;
}
 
.footer_logo {
	margin-bottom: 12px;
}

 div#headerbar {
    background: #2a2a2a !important;
}

#site-wrapper .iconbox {
	padding: 25px;
}

.iconbox.color {
    padding: 38px 25px !important;
}

.author-info {
    font-size: 14px;
}

#site-wrapper .counter .counter-image {
    float: left;
    margin: 0px 15px 0 0;
    height: 20px;
}

#site-wrapper .counter .counter-content .counter-value {
    vertical-align: text-top;
}


/* Cookie
-------------------------------------------------------------- */

/*******************************************************
****** Cookie
********************************************************/

.cookie-bar-block #catapult-cookie-bar h3 {
    font-size: 20px;
}

#catapult-cookie-bar {
    font-size: 13px !important;
}

button#catapultCookie {
    padding: 9px 14px !important;
    margin: 10px 0px 0px 0px;
    width:100%;
    font-weight: normal;
}

span.ctcc-left-side {
    width: 900px;
}

@media (max-width: 768px) {

    span.ctcc-left-side {
        width: 100%;
    }

    .cookie-bar-bar .ctcc-inner {
        display: block !important;
    }

    .cookie-bar-block #catapult-cookie-bar span {
        display: inline;
        margin: 1em 0;
    }

    .cookie-bar-bar span {
        left: 0 !important;
        bottom: 0% !important;
        width: 100% !important;
        font-size: 12px !important;
    }

    button#catapultCookie {
        margin: 10px 0px 0px 0px !important;
        font-size: 12px !important;
        padding: 9px 14px !important
    }

    .cookie-bar-block #catapult-cookie-bar h3 {
        display: none;
    }
}
