@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F6F4;  
	margin: 0;
	padding: 0;	
	font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

#header {
	background-color: #f48f00;
	color: #4e4d49;
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;font-size: 18px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	white-space: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 4px solid #000;
	border-top: 4px solid #000;
	position: fixed;
	top: 0;
	margin-left: 0;
	z-index: 100000;
	width: 100%;
}

.header-banner {	
	display: block;	
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.spectable1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: rgb(78,77,73);
	background-color: rgb(244,143,0);
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	width: 65%;
	margin-left: 100px;

	/*width: 694px;
*/}
.spectable2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

.navtext {
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
	font-style: italic;	margin-left: 10px;
	margin-top: -65px;
	max-width: 100%;
	position: fixed;
	/*color: #FFF;*/
}

.nav-btn {
	background-color: #333;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	display: none;
	width: auto;
	right: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	border: solid 1px #000;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	background: #4e4d49 url(../images/overlay.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal 1.9333333333333333em Arial, Helvetica, sans-serif;	
}
	
.nav-btn:before {
	content: "Menu";
}

.spectable1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: rgb(78,77,73);
	background-color: rgb(244,143,0);
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	width: 694px;
}
.spectable2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}



#cssmenu ul {
	width: auto;
	right: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-left: 5px;
	background: #4e4d49 url(../images/overlay.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal 0.5333333333333333em Arial, Helvetica, sans-serif;
	border: solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	text-align: left; 
	display: block;	
}

#cssmenu li {
  	margin: 0 0;
  	padding: 0 0 8px 0;
  	float: left;
  	position: relative;
  	list-style: none; 
}

#cssmenu a,
#cssmenu a:link {
  	font-weight: bold;
  	font-size: 14px;
  	color: #e7e5e5;
  	text-decoration: none;
  	display: block;
  	padding: 6px 15px 6px 15px;
  	margin: 0;
  	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px; 
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); 
}

#cssmenu a:hover {
  	background: #000;
  	color: #fff;
}

#cssmenu .active a,
#cssmenu li:hover > a {
  	background: #979797 url(../images/overlay.png) repeat-x 0 -40px;
  	background: #666666 url(../images/overlay.png) repeat-x 0 -40px;
  	color: #444;
  	border-top: solid 1px  #f8f8f8;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  	text-shadow: 0 1px 0 #ffffff;
}

#cssmenu ul ul li:hover a,
#cssmenu li:hover li a {
  	background: none;
  	border: none;
  	color: #000; /*#666;*/
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

#cssmenu ul ul a:hover {
	background: #000 url(../images/overlay.png) repeat-x 0 -100px !important;
	color:#FfFfFf !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 0 0 #000000;
	font-weight:600;
}

#cssmenu li:hover > ul {
  	display: block;
}

#cssmenu ul ul {
  	z-index: 1000;
  	display: none;
  	margin: 0 0 0 0;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	width: 150px;
  	margin-bottom: 5px;
  	position: absolute;
  	top: 32px;
  	left: 0;
  	background: #ffffff url(../images/overlay.png) repeat-x 0 0;
  	border: 2px solid #f48f00;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);    
}

#cssmenu ul ul li {
  	float: none;
  	margin: 0 5px 0 0;
  	padding: 3px;  
}

#cssmenu ul ul a,
#cssmenu ul ul a:link {
  	font-weight: normal;
  	font-size: 13px;
}

#cssmenu ul:after {
  	content: ".";
  	display: block;
  	clear: both;
  	visibility: hidden;
  	line-height: 0;
  	height: 0;
}

#cssmenu ul ul li {
	display:block;
}

.gridContainer {
    width: 100%;
    padding-left: 0.0%;
    padding-right: 0.0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}

#hero {
	width: 100%;
	max-width: 65%;
	margin-right: auto;
	margin-left: 17.2413%;
	}

#intro {
	width: 100%;
	margin-left: 0;
	margin-top: 100px;
}

#intro p {
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.bodytext {
	width: 100%;
	margin-left: 0;
	margin-top: 50px;
}

.bodytext p {
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.bodyimage {
	width: 65.5172%;
	margin-left: 17.2413%;
}

h1 {
	font-size: 20px;
	margin-bottom: -5px;
	margin-top: 5px;
	list-style-position: inside;
	color: #4e4d49;
	text-align: center;
}

h2, h3 {
	color: #4e4d49;
	text-align: left;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.textsize1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}

.teaser {
	width: 40.5525%;
	margin-left: 17.2413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
}

.teaserhead {
	width: 100%;
	margin-left: 0;
}

.teaserimage {
	width: 61%;
	margin-left: 0;
}

.teasertext {
	width: 35%;
	clear: none;
	margin-left: 10px;
	padding-left: 11px;
	padding-top: 0;
	text-align:left;
}

.teaser4 {
	width: 40.7525%;
	margin-left: 0%;
	margin-right: 0;
	clear: none;
	font-size: small;
}

.teaserimage4 {
	width: 61%;
	margin-left: 0;
}

.teaserlink4 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}

.teaser2 {
	width: 65%;
	margin-left: 17.2413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
}

.teaserhead2 {
	width: 100%;
	margin-left: 0;
}

.teaserimage2 {
	width: 65.5172%;
	margin-left: 0;
}

.teasertext2 {
	width: 30.0344%;
	clear: none;
	margin-left: 25.4482%;
	padding-left: 30px;
	padding-top: 10px;
	text-align:left;
}

.teaserlink2 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}

.teaser3 {
	width: 65%;
	margin-left: 17.2413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
	
}

.teaserhead3 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.teaserimage3 {
	width: 35.5172%;
	margin-left: 0;
}

.teasertext3 {
	width: 60.0344%;
	clear: none;
	margin-left: 25.4482%;
	padding-left: 30px;
	padding-top: 0;
	text-align:left;
}

.teaserlink3 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}


#footer {
}

.footerlinks {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
}

#copyright {
    text-transform: uppercase;
    text-align: center;
}

#footer {
    background-image: -webkit-linear-gradient(270deg,rgba(196,196,196,1.00) 0%,rgba(236,236,236,1.00) 75.13%);
    background-image: linear-gradient(180deg,rgba(196,196,196,1.00) 0%,rgba(236,236,236,1.00) 75.13%);
    background-color: #D7D7D7;
    margin-top: 22px;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 85.5172%;
    border: 0;
	width: 65.5172%;
	margin-left: 17.2413%;
}


/*  IPad 		*/	
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
{ 	
	
#cssmenu ul {
	width: auto;
	right: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-left: 5px;
	background: #4e4d49 url(../images/overlay.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal 0.5333333333333333em Arial, Helvetica, sans-serif;
	border: solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	text-align: left; 
	display: block;	
	
}

.nav-btn {
	background-color: #333;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	display: none;
	width: auto;
	right: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	border: solid 1px #000;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	background: #4e4d49 url(../images/overlay.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal 1.9333333333333333em Arial, Helvetica, sans-serif;	
	}
	
.navtext {
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
	font-style: italic;	margin-left: 10px;
	margin-top: -65px;
	max-width: 100%;
	position: fixed;
	color: #FFF;
}

#footer {
	/*margin-left: 1.6949%;*/
	width: 105%;
}
.footerlinks {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
}

#intro {
	width: 100%;
	margin-left: 3%;
	margin-top: 100px;
/*	margin-right: 100px;*/
}

#intro p {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.bodytext {
	width: 100%;
	margin-left: 0;
	margin-top: 50px;
}

.bodytext p {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}



.bodyimage {
	width: 85.5172%;
	margin-left: 7%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 85.5172%;
    border: 0;
	width: 85.5172%;
	margin-left: 7%;
}

h1 {
	font-size: 20px;
	margin-bottom: -5px;
	margin-top: 5px;
	list-style-position: inside;
	color: #4e4d49;
	text-align: center;
}

h2, h3 {
	color: #4e4d49;
	text-align: left;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.teaser2 {
	width: 95.1525%;
	margin-left: 75px;
	margin-right: -40px;
	clear: none;
	font-size: medium;
	margin-top: 40px;
	left: 0%;
}
.teaserhead2 {
	width: 100%;
	margin-left: 0;
}
.teaserimage2 {
	width: 45.5172%;
	margin-left: 0;
	margin-top: 0;
}
.teasertext2 {
	width: 40.0344%;
	clear: none;
	margin-left: 4.4482%;
	padding-top: 0;
	text-align:left;
}
.teaserlink2 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}

}


/*  IPad 	and landscape	*/
	
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape)
{ 	
#cssmenu a,
#cssmenu a:link {
	font-weight: bold;
	font-size: 14px;	
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	margin: 0;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);  
}

#cssmenu ul ul a,
#cssmenu ul ul a:link {
	font-weight: normal;
	font-size: 14px;
}
	
#cssmenu ul ul {
  	z-index: 1000;
  	display: none;
  	margin: 7px 0 0 0;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	width: 160px;
  	margin-bottom: 5px;
  	position: absolute;
  	top: 30px;
  	left: 0;
  	background: #ffffff url(../images/overlay.png) repeat-x 0 0;
  	border: 2px solid #f48f00;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	/*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);   */ 
}

#cssmenu ul ul li {
  	float: none;
  	margin:0 5px 0 0;
  	padding: 3px; 
	font-weight: bold; 
}

.teaser {
	width: 86.1525%;
	margin-left:7.2413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
}

.teaserhead {
	width: 100%;
	margin-left: 0;
}

.teaserimage {
	width: 61%;
	margin-left: 0;
}

.teasertext {
	width: 41.5944%;
	clear: none;
	margin-left: 2.4482%;
	padding-left: 85px;
	padding-top: 0;
	text-align:left;
}

.teaser4 {
	width: 86.1525%;
	margin-left: 7.2413%;
	margin-right: 0;
	clear: none;
}

.teaserimage4 {
	width: 61%;
	margin-left: 0;
}

.teaserlink4 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}

}

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

#cssmenu ul ul {
  	top: 32px;
	margin: 6px 0 0;
}

#cssmenu a,
#cssmenu a:link {
	font-weight: bold;
	font-size: 13px;	
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	margin: 0;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);  
}

#cssmenu ul ul a,
#cssmenu ul ul a:link {
	font-weight: normal;
	font-size: 13px;
}
.teaser2 {
	width: 94.1525%;
	margin-left: 65px;
	margin-right: -40px;
	clear: none;
	font-size: medium;
	margin-top: 40px;
	left: 0%;
}

.teaser {
	width: 94.1525%;
	margin-left: 65px;
	margin-right: -40px;
	clear: none;
	font-size: medium;
	margin-top: 40px;
	left: 0%;
}

.teaserhead {
	width: 100%;
	margin-left: 0;
}

.teaserimage {
	width: 45.5172%;
	margin-left: 0;
	margin-top: 0;
}

.teasertext {
	width: 40.0344%;
	clear: none;
	margin-left: 4.4482%;
	padding-top: 0;
	text-align:left;
}

.teaser4 {
	width: 94.1525%;
	margin-left: 65px;
	margin-right: -40px;
	clear: none;
	font-size: medium;
	margin-top: 40px;
	left: 0%;
}

.teaserimage4 {
	width: 45.5172%;
	margin-left: 0;
	margin-top: 0;
}

.teaserlink4 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}

}	


/*						IPhone 5, 5S  portrait and landscape	 and (-webkit-min-device-pixel-ratio: 2) */
@media only screen 			
and (min-width : 320px) 
and (max-width : 568px) 

{ 
	
#cssmenu ul ul {
	z-index: 1000;
	display: none;
	margin:0 0 0 0;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 145px;
	margin-bottom: 5px;
	position: absolute;
	top: 32px;
	left: 0;
	background: #ffffff url(../images/overlay.png) repeat-x 0 0;
	border: 2px solid #f48f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);    
}	

.navtext {
	font: 100%/1.0 Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
	font-style: italic;	margin-left: 10px;
	margin-top: -65px;
	max-width: 100%;
	position: fixed;
	color: #FFF;
}
	
#cssmenu ul ul li {
	float: none;
	margin:0 5px -5px 0;
	padding: 3px;  
}

#cssmenu ul {
	display: none;
}
	
.header-banner {
	display: none;
}	

.nav-btn {
	background-color: #333;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	display: none;
	width: auto;
	right: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	border: solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	background: #4e4d49 url(../images/overlay.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal 1.9333333333333333em Arial, Helvetica, sans-serif;	
	}
	
.nav-btn {
		display: block;		
}
	
	
.nav-btn:before {
		content: "Menu";
}

#hero {
}

#intro {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}

#intro p {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.bodytext {
	width: 100%;
	margin-left: 0;
	margin-top: 50px;
}

.bodytext p {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}
.bodyimage {
	width: 85%;
	margin-left: 7%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 85.5172%;
    border: 0;
	width: 85.5172%;
	margin-left: 7%;
}


h2, h3 {
	color: #4e4d49;
	text-align: left;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: -webkit-linear-gradient(270deg,rgba(196,196,196,1.00) 0%,rgba(236,236,236,1.00) 75.13%);
	background-image: linear-gradient(180deg,rgba(196,196,196,1.00) 0%,rgba(236,236,236,1.00) 75.13%);
	background-color: #D7D7D7;
	margin-top: 22px;
}
.footerlinks {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#copyright {
	text-transform: uppercase;
	text-align: center;
}
}

/*						IPhone 5, 5S landscape: and (-webkit-min-device-pixel-ratio: 2)	;*/
@media only screen 			
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : landscape) {

body {
		margin-top: 40px;
	}
#header {
	background-color: #f48f00;
	color: #4e4d49;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	white-space: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

h1 {
	font-size: 28px;
	text-align: left;
}

#cssmenu a,
#cssmenu a:link {
  	font-weight: bold;
  	font-size: 12px;
	padding: 8px 10px 5px 15px;
  	margin: 0;
}

#cssmenu ul {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -0px;
}

#cssmenu ul ul {
	top: 30px;
}
#cssmenu ul ul li {
	display: block; 
	float: none;
	margin: -3px -2px -3px -4px;
	padding-right: 3px;
	padding-left: -0px; 
}
	
.nav-btn {
	font: normal 2.0333333333333333em Arial, Helvetica, sans-serif;	
}	

.teaser {
	width: 88.1525%;
	margin-left: 2.4413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
}

.teaserimage {
	width: 90%;
	margin-left: 40px;
}

.teasertext {
	width: 88%;
	clear: none;
	margin-left: 9.4482%;
	padding-top: 0;
	padding-left: 10.5%;
	text-align:left;
}

.teaser4 {
	width: 84.1525%;
	margin-left: 0%;
	margin-right: 0;
	clear: none;
	font-size: small;
}

.teaserimage4 {
	width: 100%;
	margin-left: 45px;
}

.teaserlink4 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}


.teaser2 {
	width: 85%;
	margin-left: 2.2413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
}

.teaserimage2 {
	width: 100%;
	margin-left: 30px;
}
.teasertext2 {
	width: 100%;
	clear: both;
	margin-left: 80px;
	padding-left: 65px;
}
}

/* 					IPhone 5, 5S  Portrait and (-webkit-min-device-pixel-ratio: 2)  */
@media only screen 
 and (min-width: 320px) 
 and (max-width: 568px)  
 and (orientation: portrait) {
	
body {
	margin-top: 60px;
}


#header {
	background-color: #f48f00;
	color: #4e4d49;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	white-space: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
	
h1 {
	font-size: 44px;
	text-align: left;
	font-weight: bold;
}
	
	#cssmenu a,
	#cssmenu a:link {
  	font-weight: bold;
  	font-size: 14px;
	padding: 8px 10px 5px 15px;
  	margin: 0;
}
	
#cssmenu ul {
	max-height: 560px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	
	}
	
#cssmenu ul li{
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px 5px 0;
	text-align: left;
}
	
#cssmenu ul ul {
	z-index: 1000;
	display: none;
	margin: 10px 0 0 130px;
	padding-top: 0;
	padding-bottom: 0;
	width: 155px;
	margin-bottom: 5px;
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff url(../images/overlay.png) repeat-x 0 0;
	border: solid 2px #f48f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cssmenu ul ul a,
#cssmenu ul ul a:link {
	font-weight: normal;
	font-size: 14px;
}
	
#cssmenu ul ul li {
	display: block; 		float: left;
	margin: -4px 0 0-1px;
	padding-right: 4px;
	padding-left: 0; 	}	
		
.nav-btn {
	font: normal 1.5333333333333333em Arial, Helvetica, sans-serif;	
}	
	.teaser {
	width: 88.1525%;
	margin-left: 2.4413%;
	margin-right: 0;
	clear: none;
	font-size: medium;
}

.teaserimage {
	width: 97%;
	margin-left: 15px;

}

.teasertext {
	width: 100%;
	clear: both;
	margin-left: 2.4482%;
	padding-left: 11.5%;
}

.teaser4 {
	width: 85%;
	margin-left:10px;
	clear: none;
}

.teaserimage4 {
	width: 100%;
	margin-left: 15px;
}

.teaserlink4 {
	width: 65.5172%;
	clear: both;
	margin-left: 17.2413%;
}

.teaser2 {
	width: 85%;
	clear: both;
	margin-left: 10px;
}
.teaserhead2 {
	width: 100%;
	margin-left: 0;
}
.teaserimage2 {
	width: 100%;
	margin-left: 15px;
}
.teasertext2 {
	width: 100%;
	clear: both;
	margin-left: 10px;
}
.teaserlink2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-transform: uppercase;
	text-align: center;
}
.teaserlink2 a:link  , .teaserlink2 a:visited{
	background-color: #D7D7D7;
	padding: 5px 20px 6px;
	color: #202020;
	border-radius: 6px;
	text-decoration: none;
}
.teaserlink2 a:hover  , .teaserlink2 a:active, .teaserlink2 a:focus{
	background-color: #B9B9B9;
	color: #FFFFF4;
}

}
