/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.mobile_menu_button i {
    font-size: 35px;
    margin-top: 3px;
}

.content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.vc_figure-caption {
	color: #ffffff !important;
	font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
	.q_counter_holder .counter_text {
		min-height: 52px;
	}
}

/* Kontaktboxen: Tablet + Mobile */
@media only screen and (max-width: 1024px) {

	.kontakt-boxen .wpb_column {
		width: 100% !important;
		float: none !important;
		margin-bottom: 25px;
	}

	.kontakt-boxen .wpb_column:last-child {
		margin-bottom: 0;
	}

	.kontakt-boxen h3,
	.kontakt-boxen h4,
	.kontakt-boxen p {
		word-break: normal !important;
		overflow-wrap: normal !important;
		hyphens: none !important;
	}
}

@media only screen and (max-width: 1400px) {

    .mobile_menu_button {
        display: table !important;
    }
    .main_menu {
        display: none !important;
    }
    nav.mobile_menu {
    	display: block !important;
    	background: rgba(0,0,0,0);
    }
    nav.mobile_menu ul {
    	margin-bottom: 40px !important;
    }
    nav.mobile_menu ul li {
    	padding: 0 20px;
    	background: #ffffff;
    }
    /*
        .header_inner .container_inner {
            border: 10px solid #0000ff;
            width: 100%;
        }

        .logo_wrapper {

             position: absolute !important;
            left: 50% !important;

            background: #ff0000;
            display: table !important;
            width: 100%;


        }
        .header_inner_left {
            position: relative!important;
            left: 0!important;
            margin-bottom: 0;
            background: #ff00ff;
        }
         */
    .header_inner_left {
        position: relative!important;
        left: 0!important;
        margin-bottom: 0;
    }
    .logo_wrapper {
        left:50%;
        display:table;
        position: absolute;
    }
    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align: middle;
    }
    .q_logo a {
        left: -50%;
        width: 260px;
        position: relative;
    }
    .q_logo img {
        top: 0;
    }

    .header_inner_right {
        float: left !important;
    }
}
.mobile_menu_button { float: right; margin-right: 0;}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .header_top .container_inner { width: 100%;}
}

@media only screen and (max-width: 600px) {
    .q_logo img { max-width: 65vw;}
    .header_bottom {padding: 0 20px;}
    .header_bottom .container_inner { width: 100%;}
}

/* footer-contact */
.footer_top .footer-contact,
.footer_top .footer-contact p,
.footer_top .footer-contact a,
.footer_top .footer-contact strong {
	font-size: 24px !important;
	line-height: 1.4 !important;
	color: #292929;
}
.footer_top .footer-contact a:hover,
.footer_top .footer-contact a:hover strong {
	color: #5bc726 !important;
}

.footer_top .footer-contact p {
	margin: 0 0 8px !important;
}

.footer_top .footer-contact .fa {
	display: inline-block;
	width: 28px;
	margin-right: 10px;
	font-size: 28px !important;
	line-height: 1 !important;
	text-align: center;
	color: #5bc726;
	vertical-align: middle;
	position: relative;
	top: -2px;
	
}
