/*
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("//gc-bludenz-braz.at/wp-content/themes/bridge/style.css");

.popup_menu .line, .popup_menu .line:after, .popup_menu .line:before {
	width: 36px !important;
}
.popup_menu .line:before {
    top: -7px !important;
}
.popup_menu .line:after {
    top: 7px !important;
}

h1, .h1, .title h1, body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title {
	color: #953047;
}
.home h2.unterueberschrift {
	color: #3c3933;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}
.home h2 {
	color: #953047;
	font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.eh-with-shadow {
	border: 0px solid #dcdcdc;
    box-shadow: 0px 0px 18px 0px rgb(84 69 40 / 14%);
    vertical-align: top !important;
}

.qbutton, .qbutton.medium, #submit_comment, .load_more a, .blog_load_more_button a, .post-password-form input[type='submit'], input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]), .woocommerce table.cart td.actions input[type="submit"], .woocommerce input#place_order, .woocommerce-page input[type="submit"], .woocommerce .button {
	font-family: 'Roboto', sans-serif;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: 'Roboto', sans-serif;
}
/* Body */
.newsletter h2 {
	text-shadow: 0 1px 10px rgb(0 0 0 / 50%);
}
.newsletter input[type="text"] {
	background-color: #fff;
    font-size: 16px;
    line-height: 21px;
    color: #777;
    border-color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    outline: none;
    margin: 0;
    width: 360px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
	margin-left: 5px;
    margin-right: 5px;
}
.newsletter input[type="text"]:focus {
	background-color: #fff !important;
	color: #000 !important;
}
.newsletter input[type="button"] {
	background-color: #953047;
    color: #ffffff;
    border: 0px solid #953047;
    display: inline-block;
    position: relative;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    border-style: solid;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.newsletter input[type="button"]:hover {
	background-color: #5b0621;
}
.blog_single.blog_holder article .post_text .post_text_inner {
	border-top: none;
	padding-left: 25px;
    padding-right: 25px;
}
.post_info {
	display: none !important;
}
.blog_holder article .post_content_holder {
	background-color: #fff;
}
.blog_holder.blog_single article h1 {
	text-align: center;
    margin-bottom: 40px;
}
.blog_holder.blog_single article {
	margin-bottom: 40px;
}
.blog_holder article .post_text h1 .date {
    color: #e2b800;
}
.single-post .blog_single p.datum {
    color: #e2b800;
	text-align: center;
    font-size: 21px;
    line-height: 32px;
	margin-bottom: 6px;
}
.versteckt {
	display: none !important;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
	border: 1px solid #ccc;
}

#home-video {
  width: 100%;
}

#home-video video {
  width: 100%;
}

/* Body */

/* Footer */
.footer_top_holder .four_columns>.column2>.column_inner {
	padding: 0 20px 0 5px;
}
.footer_top .widget.widget_media_image {
	width: 100px;
}
footer input[type="text"] {
	background-color: #ddd;
	font-size: 16px;
    line-height: 21px;
	color: #333;
    border-color: #ddd;
	font-family: 'Roboto', sans-serif;
	padding: 6px 10px;
    outline: none;
    margin: 0;
    width: 280px;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
footer input[type="text"]:focus {
	background-color: #fff !important;
	color: #000 !important;
}
footer input[type="button"] {
	background-color: #953047;
	color: #ffffff;
	border: 0px solid #953047;
	display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: inherit;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    border-style: solid;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}
footer input[type="button"]:hover {
	background-color: #5b0621;
}
/* Footer – Ende */

/* popup maker */
.pum-theme-lightbox .pum-title {
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.32;
}
.pum-container h2 {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.32;
}
.pum-container ul li {
    list-style-position: outside;
    position: relative;
}
.pum-container ul {
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    list-style-position: outside;
    padding-left: 15px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 15px;
}

.pum-container ul, .pum-container p {
    margin-bottom: 19px;
    color: #959493;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}
.pum-container ul li::before {
    content: "–";
    position: absolute;
    display: inline-block;
    padding-right: 4px;
    left: -15px;
}

/* popup maker – Ende */

#ctf .ctf-item {
	padding: 0 10px 15px 0;
	border-top: 1px solid rgb(255 255 255 / 20%);
}

.page .title_outer.with_image .title {
	max-height: 460px;
    overflow: hidden;
}
h3.ui-accordion-header {
	font-size: 18px;
    line-height: 26px;
}

.content.content_top_margin {
	margin-top: 173px !important;
}

header {
	margin-top: -10px;
}

header.centered_logo .header_inner_left {
	margin: 0px 0 10px !important;
}

header .header_inner_right {
	margin-top: 0px;
}

.popup_menu_holder_inner {
  padding: 280px 0;
}

.fixed_minimal .container_inner .header_inner_left, .fixed_minimal .header_inner_left {
  width: 50px;
}

.side_menu_button_wrapper {
  width: 100%;
}

.header_inner_left .side_menu_button {
  text-align: left;
  cursor: auto;
}

.header_inner_left .side_menu_button > a {
  display: block !important;
  width: 100% !important;
  height: auto;
  box-sizing: border-box;
}

header .header_bottom, header.sticky .header_bottom {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

.side_menu_button .additional-icons {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
}

.side_menu_button .tel_button {
  height: 24px;
  background: url("//gc-bludenz-braz.at/wp-content/themes/bridge-child/img/phone.svg");
  margin-top: -3px !important;
}

.side_menu_button .mail_button {
  height: 24px;
  background: url("//gc-bludenz-braz.at/wp-content/themes/bridge-child/img/e-mail.svg");
  margin-left: -3px !important;
  margin-top: -3px !important;
}

.side_menu_button .gallery_button {
  opacity: 0.8;
  height: 26px;
  background: url("//gc-bludenz-braz.at/wp-content/themes/bridge-child/img/gallery.svg");
  margin-right: -1px !important;
  margin-top: -3px !important;
}

.side_menu_button .search_button {
  margin-left: -4px !important;
  margin-top: -8px !important;
}
.teaserboxen {
	padding-bottom: 110px;
}
.teaserboxentitel {
	padding: 0 15px;
}
.teaserboxeninhalt {
	padding: 0 15px 20px 15px;
}
.seitentitel {
	padding: 76px 15px 48px 15px;
}
.textsection {
	padding-top: 110px;
    padding-bottom: 110px;
}
.zwischentitel {
	padding-top: 110px;
    padding-bottom: 60px;
}
nav.popup_menu ul li ul li a, nav.popup_menu ul li ul li h6 {
	font-size: 18px;
    line-height: 42px;
	letter-spacing: 0;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


/* Media Queries */

@media only screen and (min-width: 1024px) {
	.pum-container.pum-responsive.pum-responsive-medium {
    	margin-left: -20% !important;
    	width: 40% !important;
	}
}
@media (max-width: 1024px) {
	.seitentitel {
		padding: 50px 15px 30px 15px;
	}
	.textsection {
		padding-top: 70px;
    	padding-bottom: 70px;
	}
	.teaserboxen {
		padding-bottom: 70px;
	}
	.zwischentitel {
		padding-top: 70px;
    	padding-bottom: 30px;
	}
}
@media (max-width: 1000px) {
  dark .header_top .header-widget, .dark .header_top .header-widget a, .dark .header_top .header-widget p, .dark .header_top .header-widget span, .dark .header_top .header-widget.widget_nav_menu ul.menu > li > a, .dark .header_top .q_social_icon_holder i.simple_social, .dark .header_top .q_social_icon_holder span.simple_social, .dark .mobile_menu_button span, .dark .shopping_cart_header .header_cart > i, .dark .side_menu_button > a {
    color: #000;
  }
  
	header .header_inner_right {
		margin-top: 0px;
	}
	.content.content_top_margin {
	  margin-top: 0 !important;
	}
	header .header_top {
		display: none !important;
	}
	header .header_bottom {
		box-sizing: border-box;
		padding-top: 16px !important;
		height: 155px;
	}
	.footer_top, .footer_top.footer_top_full {
    	padding-top: 70px;
    	padding-bottom: 70px;
	}
	.four_columns>.column3>.column_inner {
		padding: 0 15px 0 0;
	}
	.footer_top .four_columns .column3 .column_inner>div, .footer_top .three_columns .column3 .column_inner>div {
    	margin: 0;
	}
	.footer_top_holder .column2.footer_col2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.teaserboxen .vc_col-sm-12 {
		width: 50%;
    	padding-bottom: 15px;
	}
	.teaserboxen .vc_col-sm-12:nth-child(3n) {
		clear: both;
	}
	.seitentitel {
		padding: 50px 15px 30px 15px;
	}
}
@media (max-width: 800px) and (min-width: 778px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    	width: 720px;
	}
}
@media (max-width: 768px) {
	body:not(.qode_disabled_responsive_button_padding_change) #submit_comment, body:not(.qode_disabled_responsive_button_padding_change) .drop_down .wide .second ul li .qbutton, body:not(.qode_disabled_responsive_button_padding_change) .drop_down .wide .second ul li ul li .qbutton, body:not(.qode_disabled_responsive_button_padding_change) .load_more a, body:not(.qode_disabled_responsive_button_padding_change) .qbutton, body:not(.qode_disabled_responsive_button_padding_change) .qbutton.small {
    	padding: 0 14px;
    	height: 40px;
    	line-height: 40px;
	}
	.home h2.unterueberschrift {
	    font-size: 18px;
    	line-height: 26px;
	    margin-top: 10px;
	}
	.newsletter input[type="text"] {
		width: 100%;
	}
	.home h2 {
		font-size: 26px;
    	line-height: 34px;
	}
}
@media (max-width: 767px) {
	.teaserboxen .vc_col-sm-12 {
		float: left;
	}
}
@media (max-width: 630px) and (min-width: 601px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    	width: 560px;
	}
}
@media (max-width: 600px) {
	header .header_bottom {
		padding-top: 8px !important;
		height: 121px;
	}
	.q_logo a, .q_logo img {
		height: 90px !important;	
	}
	.teaserboxen .vc_col-sm-12 {
		width: 100%;
	}
	.textsection {
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	.teaserboxen {
    	padding-bottom: 50px;
	}
	.zwischentitel {
		padding-top: 50px;
    	padding-bottom: 30px;
	}
	.footer_top_holder .column2.footer_col2 {
		margin-bottom: 25px;
	}
}

@media (max-width: 600px) {
  .side_menu_button .gallery_button,
  .side_menu_button .search_button,
  .side_menu_button .mail_button {
    display: none !important; 
  }
  .side_menu_button .tel_button {
    margin-left: 0 !important;
    width: 24px;
  }
}