/*------------------------------------------------------------------
Project:    Styria Wohnbau
Author:     Concepta Werbeagentur GmbH
URL:
Version:    2.0
-------------------------------------------------------------------*/

@media (min-width: 480px) {
	.row-xs-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-xs-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-xs-top {
		vertical-align: top;
	}
	.col-xs-middle {
		vertical-align: middle;
	}
	.col-xs-bottom {
		vertical-align: bottom;
	}
}


@media (min-width: 768px) {
	.row-sm-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-sm-top {
		vertical-align: top;
	}
	.col-sm-middle {
		vertical-align: middle;
	}
	.col-sm-bottom {
		vertical-align: bottom;
	}
}

@media (min-width: 992px) {
	.row-md-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-md-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-md-top {
		vertical-align: top;
	}
	.col-md-middle {
		vertical-align: middle;
	}
	.col-md-bottom {
		vertical-align: bottom;
	}
}





@media (min-width: 1200px) {
	.row-lg-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	.col-lg-top {
		vertical-align: top;
	}
	.col-lg-middle {
		vertical-align: middle;
	}
	.col-lg-bottom {
		vertical-align: bottom;
	}
}


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


	p.lead-in {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}








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

	h1 {
		font-size: 40px;
		margin-bottom:30px;
	}

	h1 span {
		font-size: 40px;
	}

	p {
		font-size: 16px;
		line-height: 20px;
		padding:0 15px;
	}

}


@media (min-width: 768px) {
	.cd-panel-header {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.cd-panel-header {
		width: 50%;
	}
}


@media (min-width: 768px) {
	.cd-panel-header h1 {
		font-size: 20px;
	}
}


@media (min-width: 768px) {
	.is-visible .cd-panel-header {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.is-visible .cd-panel-header {
		width: 50%;
	}
}


@media (min-width: 768px) {
	.cd-panel-container {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.cd-panel-container {
		width: 50%;
	}
}


@media (max-width: 991px) {
	.sidemenu-is-active .main-container {
		margin-left: -260px;
		margin-right: 260px;
	}
}


@media (max-width: 991px) {
	.sidemenu-is-active .main-container {
		margin-left: -260px;
		margin-right: 260px;
	}
}


@media (min-width: 768px) {
	.togglemenu {
		display: none;
	}
}




@media (max-width: 767px) {
	.sidemenu-is-active header#header {
		margin-left: -260px;
		margin-right: 260px;
	}
}

@media (max-width: 767px) {
	.header-is-fixed header#header {
		position: fixed;
		z-index: 2;
		top: 0;
		width: 100%;
		background: white;
		border-bottom: solid 1px #e1e3e8;
		background-color: #ffffff;
		height: 100px;
	}
}


@media (min-width: 768px) {
	header .mobile_logo {
		height: 200px;
		padding: 44px 0;
		width: 230px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	header .mobile_logo {
		float: none;
		display:none;
	}
}


@media (min-width: 768px) {
	header .totop {
		display: none;
	}
}



@media (max-width: 767px){



	#hauptnav nav.top-bar  {
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		-o-transition: right 0.5s ease;
		transition: right 0.5s ease;
		position: fixed;
		z-index: 99999;
		top: 0;
		right: -260px;
		width: 260px;
		background-color: #101010;
		min-height: 100%;
	}


	.top-bar.base-format .menu li a:hover {
		border:0 solid;
		box-shadow:none;
		-webkit-box-shadow: none;
		-moz-box-shadow:none;
		background: transparent;
	}

	#hauptnav nav.top-bar .logo {
		display:none;
	}


}



@media (max-width: 767px) {

	.sidemenu-is-active #hauptnav nav.top-bar {
		right: 0;
		border:0 solid transparent;
	}


	.header-is-fixed #hauptnav nav ul,
	.sidemenu-is-active #hauptnav nav ul {
		table-layout: inherit;
		display:block;
		float: none;
		margin:0;
		padding:0;
	}

	.header-is-fixed #hauptnav nav ul li,
	.sidemenu-is-active #hauptnav nav ul li,
	.header-is-fixed #hauptnav nav ul li:hover,
	.sidemenu-is-active #hauptnav nav ul li:hover
	{
		border-left:0 solid transparent;
		border-right:0 solid transparent;
		float:none;
		display:block;
		border-bottom: solid 1px #393939!important;
		width: 100%;
		margin-right: 0;
	}


	.sidemenu-is-active #hauptnav nav ul li a:hover,
	.sidemenu-is-active #hauptnav nav ul li a:focus,
	.sidemenu-is-active #hauptnav nav ul li a:visited,
	.sidemenu-is-active #hauptnav nav ul li a,
	.header-is-fixed #hauptnav nav ul li a:hover,
	.header-is-fixed #hauptnav nav ul li a:focus,
	.header-is-fixed #hauptnav nav ul li a:visited,
	.header-is-fixed #hauptnav nav ul li a{
		display: block;
		text-transform: uppercase;
		color: #ffffff;
		padding: 35px 10px 35px 30px;
		outline: 0;
		border: 0;
		font-size: 16px;
		line-height: 100%;
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 600;
	}



	.sidemenu-is-active #hauptnav nav ul li a:hover,
	.sidemenu-is-active #hauptnav nav ul li a:focus,
	.header-is-fixed #hauptnav nav ul li a:hover,
	.header-is-fixed #hauptnav nav ul li a:focus {
		color: #e40e25;
		text-decoration: none;
	}


}



@media (max-width: 992px){

	.hero-slider .caption-content h1 {
		font-size: 60px;
	}
	.hero-slider .caption-content h4 {
		font-size:40px;
	}

	.hero-slider .caption-content p {
		font-size: 22px;
	}


}



@media (max-width: 767px){

	.hero-slider .caption-content h1 {
		font-size: 50px;
	}
	.hero-slider .caption-content h4 {
		font-size:30px;
	}

	.hero-slider .caption-content p {
		font-size: 20px;
	}


}



@media (max-width: 767px) {

	.flex-control-nav {
		display:block;
		top: auto;
		bottom: 20%;
		width: 100%;
		right: auto;
		margin:0 auto;
		text-align: center;
		z-index: 99999999999;
	}

	.flex-control-nav li {
		display: inline-block;
		margin:0 12px;
	}

	.flex-control-paging li a {
		width: 25px;
		height: 25px;
		border: 2px solid #d40d22;
	}

}




@media (max-width: 480px){

	.hero-slider .scrollNow
	{
		display:none;
	}

	.flex-direction-nav {
		display:block;
		position: relative;
		bottom: 30px;
	}

	.flex-control-nav.flex-control-paging {
		display:block;
		bottom: 5%;
		z-index: 99999999999;
	}


	.flex-direction-nav a {
		line-height: 40px;
	}
	.flex-direction-nav a {
		display: block;
		width: 35px;
		height: 35px;
		background: 0 0;
		border: 2px solid #fff;
		border-radius: 50%;
		margin: -20px 0 0;
		position: absolute;
		top: 50%;
		z-index: 10;
		overflow: hidden;
		opacity: 1;
		color: rgba(0,0,0,.8);
		text-shadow: 1px 1px 0 rgba(255,255,255,.3);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
	}

	.flex-direction-nav a:before {
		font-size: 20px;
	}

	.flex-direction-nav a:before {
		top: -3px;
		left: 5px;
	}

	.flex-direction-nav a.flex-next:before {
		right: 8px;
		left: -6px;
	}


	.hero-slider .caption-content h1 {
		font-size: 40px;
	}
	.hero-slider .caption-content h4 {
		font-size:20px;
		margin-bottom: 30px;
	}

	.hero-slider .caption-content p {
		font-size: 16px;
	}






}




@media (min-width: 768px) and (max-width: 1026px) {
	.bg-place-holder {
		background-position: center center !important;
	}
}


@media (max-width: 991px) {
	.bg-place-holder {
		background-position: center center !important;
	}


}

@media (max-width: 767px) {
	.bg-place-holder {
		background-position: center center !important;
	}

}


@media (max-width: 480px) {

	#lage.padding-top-80 {
		padding-top: 60px;
	}

}





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


	.list-circle .list-circle-icon {
		margin: 0 auto;

	}

	.list-circle .list-circle-content {
		margin-bottom:3em;
	}
}





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



	#projekt .projekt-details {
		background:transparent;

	}


	#projekt .projekt-details img {
		margin: 0 auto;
		min-height:508px;
	}

	#projekt .projekt-details .bx-content {
		max-width: 585px;
		margin: 0 auto;
		padding:20px 0;
	}

	#projekt .projekt-details .vertical-center-wrapper,
	#projekt .projekt-details .vertical-center {
		display: block;
	}



}


@media screen and (max-width: 1200px) {
	#projekt .projekt-details img {
		min-height:508px;
	}
}



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


	#projekt .projekt-details img {
		margin: 0 auto;
		max-height: 300px;
		min-height: 300px;
		width: 100%;
	}


	#projekt .projekt-details .vertical-center-wrapper {
		min-height:initial;
	}


	#projekt.padding-bottom-80 {

	}


	#projekt .projekt-details .bx-content .list-style-1 li {
		font-size: 20px;
	}


	#projekt .projekt-details .bx-content .list-style-1 li strong{
		font-size: 20px;
	}

	#projekt p.lead-in {
		margin-bottom:2em;
	}



	#teaserContent {
		padding-bottom: 50px;
		border-bottom: 1px solid #9D9D9D;;
	}



	#teaserContent .project {
		height:auto;
		max-height: none;
		min-height: none;
	}



	#teaserContent .projects-wrapper .project .hover-state{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		/* height: 300px; */
		opacity: 1;
		background: white;
		width: 100%;
		/* height: 300px; */
		padding-right: 0;
		/* top: 0; */
	}


	#teaserContent .projects-wrapper .project .background-image-holder {
		position: relative;
		height: 345px;
		max-height: 345px
	}

	#teaserContent .hover-state .align-vertical {

		opacity: 1;


		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;;
	}

	#teaserContent .project .hover-state h3 {
		color: #9D9D9D;
	}

	#teaserContent .project .hover-state h3 span {
		color: #e40e25;
	}

	#teaserContent .project .hover-state p {
		color: #9D9D9D;
	}



}



@media (max-width: 480px) {

	#projekt.padding-top-80 {
		padding-top: 60px;
	}

}



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

	.forwhom .col-content {
		padding: 152px 85px 190px 50px;
	}

}


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

	.forwhom .col-content {
		padding: 80px 85px 80px 50px;
	}

	.forwhom .forwhom-row-1 .col-content {
		padding: 80px 78px 80px 78px;
		text-align: left;

	}

}



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

	.forwhom .col-content h3 {
		margin-bottom:20px;
	}

}



@media (min-width: 768px) {
	.forwhom {
		display: table;
		margin: 0 auto 0 auto;
	}
}


@media (min-width: 768px) {
	.forwhom .forwhom-row {
		display: table-row;
	}
}
@media (max-width: 767px) {

	.forwhom .forwhom-row-1,
	.forwhom .forwhom-row-3 {
		padding-top: 300px;
	}
	.forwhom .forwhom-row-1 .col-img,
	.forwhom .forwhom-row-3 .col-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.forwhom .col-img {
		max-height: 300px;
		height:300px;
	}
}

@media (max-width: 480px) {

	.forwhom .col-content p {
		font-size:16px;
		padding:0;
		line-height: 25px;
	}
}

@media (min-width: 768px) {
	.forwhom .col-content,
	.forwhom .col-img {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
}



@media (max-width: 480px) {

	.forwhom .forwhom-row-1 .col-content,
	.forwhom .col-content{
		padding: 20px 20px;
		text-align: left;
	}


}


@media (min-width: 992px) {
	#plaene .nav-tabs-wrapper ul.nav > li > a {
		width: 100%;
	}
}

@media (max-width: 480px) {

	#plaene p.lead-in {
		margin-bottom:2em;
	}

	#plaene.padding-top-80 {
		padding-top: 60px;
	}

	#plaene.padding-bottom-188 {
		padding-bottom:50px;
	}

	#plaene .nav-tabs-wrapper ul.nav {
		position: relative;
		width:100%;
	}

	#plaene .nav-tabs-wrapper .nav-pills>li {
		float: none;
	}

	#plaene .nav-tabs-wrapper .nav-pills>li+li {
		margin-left: 0;
	}

	#plaene .nav-tabs-wrapper ul.nav > li {
		width:100%;
		margin:0;
	}


	#plaene .nav-tabs-wrapper ul.nav > li > a {
		margin-bottom: 15px;
	}



}


@media (max-width: 480px) {

	.ms-staff-carousel .ms-caption{
		top: 15px;
		top: 20%;
		left:15px;
		width: 40%;
		width:30%;
	}

}





@media (max-width: 767px) {
	.ms-staff-carousel .ms-caption h4 {
		margin: 0;
	}
}
@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption h4 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.ms-staff-carousel .ms-caption h4 {
		font-size: 16px;
		margin-bottom:10px;
		line-height: 23px;
	}
}


@media (max-width: 767px) {
	.ms-staff-carousel .ms-caption h3 {
		margin: 0;
	}
}
@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption h3 {
		font-size: 30px;
	}
}


@media (max-width: 480px) {
	.ms-staff-carousel .ms-caption h3  {
		font-size: 22px;
		margin-bottom: 5px;
	}
}


@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption h3 em {
		font-size: 18px;
	}
}


@media (max-width: 767px) {
	.ms-staff-carousel .ms-caption h3:after {
		display: none;
	}
}

@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption p {
		display: block;
	}
}

@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption p.download {
		padding-left: 45px;
		margin-top: 4em;
	}
}



@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption p.download:before {
		font-size: 3em;
	}
}
@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption p.download {
		font-size: 13px;
	}
}


@media (min-width: 768px) {
	.ms-staff-carousel .ms-caption p.download a {
		font-size: 15px;
	}
}



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


	.ms-staff-carousel .ms-caption p.download {
		display:none;
	}

	.ms-staff-carousel .ms-inner-controls-cont {
		background: #F6F7F7;
	}


	.ms-staff-carousel .ms-nav-prev {
		margin-top: 0;
		top: 2px;
		bottom: 0;
		height: 30px;
		width: 30px;
		position: relative;
		right: 0;
		left: 16%;
		display: inline-block;
	}

	.ms-staff-carousel .ms-nav-next {
		margin-top: 0;
		top: 2px;
		bottom: 0;
		height: 30px;
		width: 30px;
		position: relative;
		right: 0;
		left: 67%;
		display: inline-block;
	}

	.ms-staff-carousel .ms-nav-prev:after, .ms-staff-carousel .ms-nav-next:after {
		left: 8px;
		font-size: 1em;
		line-height: 30px;
	}

}




@media (max-width: 767px) {
	#kontakt .col-map-img {
		max-height: 508px;
		height: 508px;
	}
}


@media (max-width: 480px) {


	#kontakt .vertical-center-wrapper {
		min-height: 450px;
	}


	#kontakt .bx-content h4{
		font-size: 20px;
		margin-bottom: 50px;
	}


	#kontakt .bx-content p {
		font-size:20px;
		line-height: 30px;
		padding-left:0;
		padding-right:0;
	}

	#kontakt .bx-content {
		margin: auto;
		position: relative;
		top: auto;
		left: auto;
		transform: initial;
		-webkit-transform: initial;
		-moz-transform: initial;
		-o-transform: initial;
		width: 100%;
	}

	html.no-smil body #kontakt .bx-content {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}

	#kontakt .col-map-img {
		max-height: 408px;
		height: 408px;
	}

}





@media (max-width: 767px) {
	footer {
		text-align: center;
	}
}

@media (min-width: 768px) {
	footer nav ul {
		text-align: right;
	}
}



@media (max-width: 767px){


	footer nav li {
		border:0 solid;
	}


	footer nav li:last-child {
		border-top: solid 1px #D9DBDF;
		border-left: solid 1px #D9DBDF;
		border-right: solid 1px #D9DBDF;
	}


}


@media (max-width: 480px){


	footer .col-copyright {
		white-space: nowrap;
		font-family: 'Source Sans Pro';
		font-style: normal;
		font-weight: 300;
	}



}




