/*
******************************************************************************************************************************
**************************************************  DEFAULT RESETS & STYLING  ************************************************
******************************************************************************************************************************
*/



body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    -webkit-font-smoothing: antialiased;
    background: #ffffff url(../images/baufuchskay-background.jpg) no-repeat center top;
    background-size: 100%;
}

h1 {
	font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #000000;
    padding: 3px 3px 3px 0px;
    margin: 20px 0px 20px 0px;
	background: #85c25f;
    display:block;
}

h2 { 
    font-size: 18px; 
    font-weight: 600; 
    text-decoration: none; 
    color: #000000; 
    padding: 5px 0px 5px 0px; 
    text-align: left; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
    line-height: 1.0; 
    color: #000000; 
}

h3 { 
    font-size: 18px; 
    font-weight: 600; 
    text-decoration: none; 
    color: #000000; 
    padding: 5px 0px 5px 0px; 
    text-align: left; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
    line-height: 1.0; 
    color: #000000; 
}

h4 { 
    font-size: 18px; 
    font-weight: 600; 
    text-decoration: none; 
    color: #000000; 
    padding: 5px 0px 5px 0px; 
    text-align: left; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
    line-height: 1.0; 
    color: #000000; 
}

h5 { 
    font-size: 18px; 
    font-weight: 600; 
    text-decoration: none; 
    color: #000000; 
    padding: 5px 0px 5px 0px; 
    text-align: left; 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
    line-height: 1.0; 
    color: #000000; 
}

a {
  text-decoration: none;
  color: #000000;
  }


a:hover {
  text-decoration: none;
  color: #df6337;
  }

p,h3,h4,pre {
  text-align: left;
  max-width: 500px;
  margin: 0 auto 20px;
  }


br { 
  text-align: left;
  max-width: 500px;
  margin: 0px auto;
  padding: 5px 10px 5px 10px;
}

img {max-width:100%}


/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************        START ALL HEADER STYLING        *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/
	

.header-wrapper {
	width: 100%;
	height: 160px;
	background: transparent url(../images/header-bg.jpg) no-repeat center top;
}

.header {
	width: 1000px;
	height: 160px;
	margin: 0px auto 0px auto;
	background: transparent;
}

.header-left {
	display: block;
	float: left;
	width: 121px;
	height: 155px;
	padding: 5px 5px 0px 5px;
	background: transparent;
}

.header-center{
	display: block;
	float: left;
	width: 569px;
	height: 160px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: transparent;
}

.header-right {
	display: block;
	float: left;
	width: 300px;
	height: 155px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	background: transparent;
}

.header-large-title {
	display: block;
	width: auto;
	height: 32px;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 34px;
	letter-spacing: 1px;
	color: #000000;
	padding: 5px 0px 0px 30px;
	margin: 0px 0px 2px 0px;
	background: transparent;
}


.header-sub-title {
	display: block;
	width: auto;
	height: 20px;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 28px;
	letter-spacing: 1px;
	color: #000000;
	padding: 5px 0px 0px 70px;
	margin: 10px 0px 23px 0px;
	background: transparent;
}

.header-phone {
	display: block;
	width: auto;
	height: 32px;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	color: #de8718;
	padding: 5px 0px 0px 0px;
	margin: 0px 10px 2px 0px;
	background: transparent;
}

a.header-logo:link, a.header-logo:active, a.header-logo:visited, a.header-logo:hover {
	display: block;
	width: 121px;
	height: 188px;
	outline: none;
	position: relative;
	z-index: 999;
	margin: 0px 0px 0px 10px;
	background: transparent url(../images/header-logo.png) no-repeat left top;
	background-size: 100%;
}


/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************      START ALL NAVIGATION STYLING      *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.navigationMainContainer {
	display: block;
	width: 100%;
	height: 40px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	margin: 0px auto 0px auto;
	background: #ffffff;
}

.nav {
	display: block;
	width: 1100px;
	height: 40px;
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    line-height: 3;
    text-align: center;
    margin: 0px auto 0px auto;
    background: transparent;
}

.nav ul {
	display: block;
	width: 1000px;
	height: 40px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
    background: transparent;
}

.nav li {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #86c260;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 10px 9px 10px;
}

.nav li.left {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #86c260;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 10px 9px 12px;
}

.nav li.right {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #86c260;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 10px 9px 10px;
}

.nav a {
	display: inline-block;
	width: 120px;
    height: 40px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

.nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.nav li:last-child a {
	border-right: 0;
}

.nav a:hover, nav a:active {
	color: #86c260;
}

.nav a#pull {
	display: none;
}



/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************         START SLIDER STYLING         *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/

#wrapper { 
   width:1000px; 
   margin: 10px auto; 
   background-color: #f2fcc8;  
   -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
   -moz-box-shadow:    0px 2px 2px 2px rgba(0, 0, 0, 0.2);  /* Firefox 3.5 - 3.6 */
   box-shadow:         0px 2px 2px 2px rgba(0, 0, 0, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }


.rslides {
  margin: 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto ;
  }

.rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.list {
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
  }



/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************      START CONTENT PAGES STYLING       *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/

.content-wrapper {
    display: block;
    width: 990px;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    padding: 10px 20px 130px 10px;
    margin: 10px auto;
    background-color: #f2fcc8;
}

div#content {
	width: 920px;
	height: auto;
    padding: 10px 10px 10px 10px;
	margin: 0px auto;
	background-color: #f2fcc8;
}

div.page_content {
    margin-bottom: 30px;
}

img.right {
   display: block;
   float: right;
   width: 200px;
   border: 20px solid #cee6b3;
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   margin: 0px 5px 10px 15px;
   padding: 2px 2px 2px 2px;
   background: #de8718;
}

/*
******************************************************************************************
gallery page Container
******************************************************************************************
*/

.gallery-container { 
    display: block; 
    width: 900px; 
    height: auto; 
    background: #cee6b3; 
    padding: 0px 20px 0px 0px;}

.gallery-left-container {
	float: left;
	position: relative;
	width: 260px;
	height: 220px;
	border: 3px solid #cee6b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 15px 10px 15px;
	background: #cee6b3;
}

.gallery-center-container {
	float: left;
	position: relative;
	width: 260px;
	height: 220px;
	border: 3px solid #cee6b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 15px 10px 15px;
	background: #cee6b3;
}

.gallery-right-container {
	float: left;
	position: relative;
	width: 260px;
	height: 220px;
	border: 3px solid #cee6b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px 30px 10px 15px;
	background: #cee6b3;
}

img.center {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
} 

.gallery-text {display: block;
   	text-align:center;
   	font-family: 'Open Sans', sans-serif;
   	font-weight: bold;
   	font-size: 14px;
   	color: #173803;
}

img.gallery-image {
	display: block;
	width: 200px;
	height: 150px;
	padding: 2px 2px 2px 2px; 
    margin: 10px 0px 10px 28px;
    background: #de8718; 
}


/*
******************************************************************************************
Kontakt page Container
******************************************************************************************
*/
 
.kontakt-left-container { 
    display: inline;
	float: left;
	position: relative;
	width: 440px;
	height: auto;
    margin: 0px 0px 0px 40px;
	background:transparent;
}

.kontakt-right-container {
    display: inline;
	float: left;
	position: relative;
	width: 440px;
	height: auto;
	background: transparent;
}

.kontakt-text {
	display: block;
	width: auto;
	height: 20px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
	color: #000000;
	padding: 20px 0px 120px 0px;
}

/*
******************************************************************************************
footer Container
******************************************************************************************
*/

.footerContainer {
	position: relative;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	height: 40px;
	line-height: -2;
	padding: 10px 0px 10px 0px;
	float: left;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	background: #85c25f;
}







/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************      START MEDIA STYLING       *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/


/*
all devices up to 768px wide
******************************************************************************************************************************
*/
 
@media screen and (max-device-width: 768px) {
 
/* reponsive css styling added by Woody House - September 10, 2015 */
 

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    -webkit-font-smoothing: antialiased;
    background: #ffffff url(../images/baufuchskay-background.jpg) no-repeat center top;
    background-size: 100%;
}

h1 { }
h2 {  }
h3 {  }

a { }
a:hover { }

p,h3,h4,pre { }

br { }

img { max-width: 100%; }


/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************        START ALL HEADER STYLING        *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/


.header-wrapper {
	display: block;
	width: 100%;
	height: auto;
	background: transparent url(../images/header-bg.jpg) no-repeat center top;
}

.header {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	background: transparent;
}

.header-left {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	padding: 5px 0px 5px 0px;
	background: transparent;
}

.header-center{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background: #85c25f;
}

.header-right {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background: #ffffff;
}






.header-large-title {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 6vw;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
	background: transparent;
}


.header-sub-title {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 5vw;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
	background: transparent;
}

.header-phone {
	display: block;
	width: auto;
	height: auto;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
	font-size: 5vw;
	letter-spacing: 1px;
	color: #de8718;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px auto 0px auto;
	background: transparent;
}

a.header-logo:link, a.header-logo:active, a.header-logo:visited, a.header-logo:hover {
	display: block;
	width: 121px;
	height: 147px;
	outline: none;
	position: relative;
	z-index: 999;
	margin: 0px auto 0px auto;
	background: transparent url(../images/header-logo.png) no-repeat center top;
	background-size: 100%;
}



/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************      START ALL NAVIGATION STYLING      *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/

/* Clearfix */
.clearfix:before,
.clearfix:after { }
.clearfix:after { }
.clearfix { }

.navigationMainContainer {
	display: block;
	width: 100%;
	height: 145px;
	border-top: none;
	border-bottom: none;
	text-align: center;
	margin: 0px auto 0px auto;
	background: #85c25f;
}

.nav {
	display: block;
	width: 100%;
	height: 145px;
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    line-height: 3;
    text-align: center;
    margin: 0px auto 0px auto;
    background: transparent;
}

.nav ul {
	display: block;
	width: 100%;
	height: 145px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
    background: transparent;
}

.nav li {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #86c260;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 10px 9px 10px;
}

.nav li.left {
    display: inline-block;
    float: left;
    width: 46%;
    height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #86c260;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 1px 0px 9px 0px;
	margin: 5px 1% 2px 2%;
	background: #f3f3f3;
}

.nav li.right {
    display: inline-block;
    float: right;
    width: 46%;
    height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #86c260;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 1px 0px 9px 0px;
	margin: 5px 2% 2px 1%;
	background: #f3f3f3;
}

.nav a {
	display: block;
	width: 100px;
    height: 40px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

.nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px auto 0px auto;
}

.nav li:last-child a {
	border-right: 0;
}

.nav a:hover, nav a:active {
	color: #86c260;
}

.nav a#pull {
	display: none;
}


/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************         START SLIDER STYLING         *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/

#wrapper {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #f2fcc8;
}


.rslides {
	margin: 10px auto 10px auto;
}

.rslides {
  	width: 100%;
  	position: relative;
  	list-style: none;
  	padding: 0px 0px 0px 0px;
  	margin: 10px auto 10px auto;
  	overflow: hidden;
}

.rslides2 {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
 	 margin: 0 auto;
}

.list {
  	text-align: left;
  	max-width: 100%;
  	margin: 0 auto;
}





/*
******************************************************************************************************************************
*******************************************                                        *******************************************
*******************************************      START CONTENT PAGES STYLING       *******************************************
*******************************************                                        *******************************************
******************************************************************************************************************************
*/


.content-wrapper {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    text-decoration: none;
    padding: 10px 0px 0px 0px;
    margin: 10px auto 10px auto;
    background: #f2fcc8;
}

div#content {
	display: block;
    width: 92%;
	height: auto;
    padding: 10px 4% 40px 4%;
	margin: 0px auto 0px auto;
	background: #f2fcc8;
}

div.page_content {
    margin-bottom: 0px;
}

img.right {
   display:block;
   width: 200px;
   border: 20px solid #cee6b3;
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   margin: 10px 25px 10px 15px;
   padding: 2px 2px 2px 2px;
   background: #de8718;
}

/*
******************************************************************************************
gallery page Container
******************************************************************************************
*/

.gallery-container {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: #cee6b3;
}

.gallery-left-container {
	display: block;
	float: none;
	position: relative;
	width: 92%;
	height: auto;
	border: 0px solid #cee6b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 4% 10px 4%;
	margin: 10px auto 10px auto;
	background: #cee6b3;
}

.gallery-center-container {
	display: block;
	float: none;
	position: relative;
	width: 92%;
	height: auto;
	border: 0px solid #cee6b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 4% 10px 4%;
	margin: 10px auto 10px auto;
	background: #cee6b3;
}

.gallery-right-container {
	display: block;
	float: none;
	position: relative;
	width: 92%;
	height: auto;
	border: 0px solid #cee6b3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 4% 10px 4%;
	margin: 10px auto 10px auto;
	background: #cee6b3;
}

img.center {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
} 

.gallery-text {display: block;
   	text-align:center;
   	font-family: 'Open Sans', sans-serif;
   	font-weight: bold;
   	font-size: 14px;
   	color: #173803;
}

img.gallery-image {
	display: block;
	width: 100%;
	height: auto;
	padding: 2px 2px 2px 2px;
	margin: 0px auto 0px auto;
	background: #ffffff;
}


/*
******************************************************************************************
Kontakt page Container
******************************************************************************************
*/

.kontakt-left-container {
    display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
    text-align: center;
    margin: 0px auto 20px 0px;
	background:transparent;
}

.kontakt-right-container {
    display:inline-block;
	position: relative;
	width: 100%;
	height: auto;
    text-align: center;
    margin: 0px auto 20px 0px;
	background: transparent;
}

.kontakt-text {
	display: block;
	width: auto;
	height: auto;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #000000;
	padding: 10px 0px 10px 0px;
}

/*
******************************************************************************************
footer Container
******************************************************************************************
*/


.footerContainer { 
	display: block;
	position: relative;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	height: 40px;
	line-height: -2;
	padding: 10px 0px 10px 0px;
	float: left;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	background: #85c25f;
}




}


