/* CSS Datei zu faessler-holz.ch bp750.css */

/*allgemeine Anweisungen _______________________________________________ */

body {
	font-size: 0.65em;
}

/*ENDE allgemeine Anweisungen _______________________________________________ */


/*Web Typografie _______________________________________________ */

h2, h3 {

	letter-spacing: 0px;
}

h4 {
	font-size: 2.6em;
	letter-spacing: 0;
}


p.p1 {
	font-size: 1.8em;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 3% 0 1% 0;
	padding: 0 0 0 0;
}

p.names {
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 12% 0 3% 0;
	padding: 0 0 0 0;
}




@media only screen and (min-width: 320px) and (max-width: 740px) and (orientation: landscape)  { /* iPhone 5, 6/7 plus */

h4 {
	font-size: 2.8em;
	line-height: 1.3em;
	letter-spacing: 0px;
	margin: 10px 0 45px 0;
}

h4:after {
  	bottom: -15px;
  	left: 2px;
  	width: 16%;
}


p.p1 {
	font-size: 2em;
	font-weight: 200;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin: 3% 0 1% 0;
}
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait)  {

h2 {
	font-size: 4em;
}	
}

@media only screen and (min-width: 320px) and (max-width: 374px) and (orientation: portrait)  {

h2 {
	font-size: 3.8em;
	white-space: normal;
}	
.line-break {
	display: none;
}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {/* iPhone 5 und SE */

body {
	font-size: 0.55em;
}

h2 {
	font-size: 3.8em;
	white-space: normal;
}	
.line-break {
	display: none;
}
}


a.link_tel {
	display: inline-block;
	margin: 0;
	color: inherit;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
  	position: relative;
  	cursor: pointer !important;
} 

a.link_tel:after {
 	content: '';
  	position: absolute;
  	bottom: -6%;
  	left: 15%;
  	width: 70%;
  	border-bottom: 2px solid;
  	-moz-transition: all 0.3s linear;
  	-webkit-transition: all 0.3s linear;
  	-ms-transition: all 0.3s linear;
  	transition: all 0.3s linear;
}

a.link_tel:focus:after, a.link_tel:hover:after {
  	left: 2.5%;
	width: 95%;
	border-bottom: 2px solid;
}


/*ENDE Web Typografie _______________________________________________ */



/*HEADER _______________________________________________ */

header.large, header.small {
	height: 50px;
}

#container_max_width_header {
	padding: 15px 35px 0 35px;
}

#box_logo.large, #box_logo.small {
	width: 230px;
	height: 23px;
	background: url(../img/logo_saegereiwerk_faessler_small.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: 230px auto;
    border: 0;
}

.toggle-menu li a {
	letter-spacing: 0px;
}	

@media only screen and (min-width: 320px) and (max-width: 740px) and (orientation: landscape)  { /* iPhone */
.toggle-menu li a {
	font-size: 2.8em;
  	margin: 13px 0;
 } 	
 }

/*ENDE HEADER _______________________________________________ */


/*SLIDER _______________________________________________ */

.container_max_width_slider {
	padding: 0 35px;
}

.slider_inner_content:nth-child(1) {
	max-width: 85%;
	z-index: 4; 
	margin: 7% 0 10% 0;
	padding: 0;
	color: #fff;
	text-align: left;
}

.slider_inner_content:nth-child(2) {
	width: 30%;
	min-width: 165px;
	margin: 0 0 15% 0;
}


@media only screen and (min-width: 320px) and (max-width: 740px) and (orientation: landscape)  { /* iPhone 5 bis 6/7 plus */
.slider_inner_content:nth-child(1) {
	max-width: 85%;
	z-index: 4; 
	margin: 8% 0 6% 0;
}

.slider_inner_content:nth-child(2) {
	display: none;
}
}

/*ENDE SLIDER _______________________________________________ */




/* SECTION COMPANY _______________________________________________ */

.container_max_width_company {
	padding: 45px 35px 0 35px;
}

.company_inner_content:nth-child(1) {
	max-width: 85%;
	margin: 0 0 5% 0;
}


/* ENDE SECTION COMPANY _______________________________________________ */



/* SECTION BENEFITS _______________________________________________ */


.container_max_width_benefits {
	display: -webkit-box;
	display: -ms-flexbox;
		display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;	
	-webkit-box-pack: justify;	
	-ms-flex-pack: justify;	
	    justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	    align-items: flex-start;
	padding: 95px 35px 0 35px;

}

.benefits_inner_content:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	z-index: 1; 
	margin: 0 0 40px 0;
}

.icon_wrapper {
	margin: -53px 0 10px 0;
}

.icon-basket:before, .icon-badge:before, .icon-star:before {
  	font-size: 5em;
}


/* ENDE SECTION BENEFITS _______________________________________________ */




/* SECTION QUOTE _______________________________________________ */

#quote {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 450px;
}	

.container_max_width_quote {
	padding: 65px 35px 0 35px;
}

.quote_inner_content:nth-child(1) {
	max-width: 85%;
}


/* ENDE SECTION QUOTE _______________________________________________ */

/* SECTION TEAM _______________________________________________ */

.container_max_width_team {
	padding: 65px 35px 0 35px;
}

figcaption.team {
  	font-family: 'Open Sans', sans-serif;
  	font-size: 1.5em;
  	font-weight: 400;
  	font-style: normal;
  	letter-spacing: 2px;
  	line-height: 1.7em;
  	text-transform: uppercase;
  	margin: 6% auto;
  	padding: 0;
}

figcaption span.italic {
  	font-style: italic;
  	letter-spacing: 0;
  	line-height: 1.7em;
  	text-transform: none;
}


/* ENDE SECTION TEAM _______________________________________________ */



/* SECTION CONTACT _______________________________________________ */

.container_max_width_contact {
	padding: 45px 35px 0 35px;
}

.contact_inner_content:nth-child(1) {
	max-width: 85%;
	margin: 0 0 5% 0;
}

.container_max_width_contactform {
	padding: 65px 35px 0 35px;
}


@media only screen and (min-width: 375px) and (max-width: 740px) and (orientation: landscape)  {/* iPhone 6/7 plus */

.vanilla-form .notification-box {
	font-size: 1.9em;
}

.vanilla-form .notification-box.show-success:before, .vanilla-form .notification-box.show-error:before {
    font-size: 1.5em !important;
    line-height: 0.5em;
}
}

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape)  {/* iPhone 5 und 6, 6/7 plus */
.vanilla-form input[type="text"],
.vanilla-form input[type="email"],
.vanilla-form input[type="tel"],
.vanilla-form textarea,
.vanilla-form select {
	font-size: 2em;
}	

.vanilla-form input[type="submit"].state-initial,
.vanilla-form input[type="submit"].state-success,
.vanilla-form input[type="submit"].state-error {
  	font-size: 1.8em;
}  	
}

/* ENDE SECTION CONTACT _______________________________________________ */




/*SECTION INFO _______________________________________________ */

.container_max_width_info {
	padding: 45px 35px 0 35px;
}


.info_inner_content:nth-child(n) {
  -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -ms-flex-item-align: auto;
        align-self: auto;
	z-index: 2; 
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
}


/*ENDE SECTION INFO _______________________________________________ */

/*SECTION IMPRESS  _________________*/


#header_close_button {
	height: 50px;
}



.container_max_width_close_button {
	min-height: 50px;
	padding: 0 35px 0 35px;
}


.container_max_width_impress {
	padding: 95px 35px 0 35px;
}


.impress_inner_content:nth-child(n) {
  -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -ms-flex-item-align: auto;
        align-self: auto;
	z-index: 2; 
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
}


/*ENDE SECTION IMPRESS  _________________*/




/*INFOBAR _______________________________________________ */

footer {
	height: 50px;
}

.footer-up {
  	bottom: -50px;
}
        

@media only screen and (min-device-width: 320px) and (max-device-width: 740px) and (orientation: landscape)  {
footer {
	display: none !important;
}
}


            
.infobar:nth-child(-n+4) { 
	font-size: 1.6em;
	margin-right: 10%;
}
 

.infobar:nth-child(4) {  
    margin-right: -15px; 
    padding: 0; 
    font-size: 2em;
    text-indent: -9999px;
}

.icon-call-out:before, .icon-envelope:before, .icon-top:before {
	font-size: 2em !important;
}

.icon-top:before {
    margin-right: 0;
}



/*ENDE INFOBAR _______________________________________________ */

