/*
Theme Name: Ri-Think GmbH
Theme URI: https://www.ri-think.de/
Description: A child theme of Ri-Think Theme
Author: Ri-Think GmbH
Author URI: https://www.ri-think.de/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/* SPLIT SLIDER */
.ms-section {
	padding: 0;
}
/* END SPLIT SLIDER */




/* HEADER */
.popup_menu_opened header.scrolled .header_bottom {
	background-color: transparent!important;
}


.popup_menu.large .line, .popup_menu.large .line:after, .popup_menu.large .line:before, .popup_menu.large .popup_menu_inner {
	height: 2px;
	width: 38px;
}

@media only screen and (max-width: 1000px) {
	.logo_wrapper, .q_logo a {
    	left: 0;
	}
}
/* END HEADER */




/* FOOTER */
#menu-item-215 {
	pointer-events: none;
}
/* END FOOTER */




/* NEWS */
.latest_post_holder.minimal .latest_post_inner .post_infos {
	font-size: 18px;
	margin: 0;
}

.latest_post_holder.minimal>ul>li {
	padding-top: 30px;
}

.qode-news-single-news-template article {
	margin: 8% 0;
}

@media all and (min-width: 1000px) {
	.qode-news-single-news-template article {
	margin: 8%;
	}
}


.qode-news-single-news-template article .qode-post-image {
	margin-bottom: 60px;
}

.qode-news-single-news-template article .qode-post-text {
	padding-left: 0;
}

.qode-news-single-news-template article .qode-post-info-top,
.qode-news-single-news-template article .qode-post-info-after-title,
.qode-news-single-news-template article .qode-post-info-bottom,
.qode-blog-single-navigation {
	display: none !important;
}



@media all and (min-width: 1000px) {
	.qode-news-holder.qode-news-pag-standard .qode-news-list-inner-holder {
		margin-top: 120px;
	}
}

.qode-news-holder .qode-post-info-category a span {
	background-color: #a29170;
}

.qode-news-holder .qode-post-info-date a i {
	display: none;
}

/* END NEWS */


.wpcf7 form.sent .wpcf7-response-output, div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #a29170;
}

.wpcf7 form .wpcf7-response-output, div.wpcf7-response-output {
	text-transform: none;
	letter-spacing: 0;
}



@media all and (max-width: 600px) {
	.qbutton {
		font-size: 14px;
	}
}

@media all and (max-width: 768px) {
	nav.popup_menu ul li a {
		line-height: 60px;
	}
}

@media all and (max-width: 1000px) {
	.header_bottom {
    	background-color: transparent !important;
	}
}

@media all and (min-width: 1025px) and (max-width: 1400px) {
	h1 {
		font-size: 72px;
		line-height: 86px;
	}
	h2 {
		font-size: 46px;
		line-height: 50px;
	}
	p {
		font-size: 18px;
		line-height: 28px;
	}
}




.qbutton {
	line-height: 46px;
}

/*a.qbutton {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

a.qbutton:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: calc(100% - 40px);
    height: calc(100% + 2px);
    background-color: #a29170;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

a.qbutton:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: calc(100% + 2px);
    background-color: transparent;
    border-radius: 0 50px 50px 0;
    border-radius: 50px;
    z-index: -2;
    transition: all 0.3s ease;
}

a.qbutton:hover:before {
    width: 100%;
}*/