/* { margin: 0; padding: 0; outline: 0 }*/


@media (min-width: 0px) and (max-width: 600px) { 
  /* Kompaktes Layout */ 
  

html {overflow:scroll; }

body {
	background: #FFF;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 15px 0;
}

/* links */
a, a:visited {
	color: #F90;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #818e82;
	background: inherit;
	text-decoration: underline;
}

/* header */
h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	padding: 20px 0 7px 0;		
	margin: 0;
}

h1 {color: #FFF;
}

h2 {font-size: 28px;
	color: #818e82;
	text-transform: none;
	}

h3 {font-size: 20px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #818e82;		
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding: 0;		
	margin: -5px 0 0 0;
	font-size: 16px;	
	color: #818e82;
}


p {line-height: 120%;
}

.introtext {
	line-height: 200%;
	width:90%;
}

ul, ol {
	margin: 0;
}
ul {list-style: disc;
}

/* colors */

.alert {
	color:#F00;
	font-weight:bold;
}
/* images */

img {
	margin: 0 Auto;
	width:95%;
	height:95%;
	padding: 20px 0;
}
	
	
	
	/* text over image */

.imgeffect {	
}

.imgeffect:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.imagecontainer {
	margin-left: auto;
    margin-right: auto;
	}

.imageimage {
  opacity: 1;
  width:90%;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.imagemiddle {
 	transition: .5s ease;
  	opacity: 0;
	width:270px;
  	top: 40%;
  	left: 30%;
	position:absolute;  	
  	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  	text-align: center;
}

.imagecontainer:hover .imageimage {
	opacity: 0.3;
}

.imagecontainer:hover .imagemiddle {
	opacity: 1;
}

.imagetext {
  	background-color: #F90;
	color: #fff !important;
  	font-size: 16px;
  	padding: 16px 32px;
}
.imagetext:hover {
  	background-color: #BFCFC1;
	color: #fff !important;
}
/* button */

.button {
	background-color:  #E9F4EB;
	border: none;
	color: #818E82;
	padding: 15px 32px;
	margin: 30px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
  }

.button:hover {
	background-color:  #E9F4EB;
	border: none;
	color: #818E82;
	padding: 15px 32px;
	margin: 30px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
  }

/* start - table */

table {
	border-collapse: collapse;
	margin: 0px;
	background-color:#f9f9f9;
}

tr {
	height: 30px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cccccc;	
	width: 90%;
}
/* end - table */
hr  {
	margin-top:20px;
	border-top: 1px dotted #f9f9f9;
	margin-bottom:20px;
}
/* form elements */
form {
	margin:10px; 
	padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Arial, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background-color: #8EB50C;
	border: none;
}

	iframe {width:90%;}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	
}
#content-wrap {
	/*position: relative;*/
	width: 100%;	
	/*display: inline;*/
}
#header {
	width: 100%;
	position: relative;
	height: 30px;
	padding: 0 0 0 10px;	
	color: #FFF;	
}

/* header links */
#header #header-links {
	margin: 0 auto;
	color: #838181;
	font-size: 19px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #F90;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 100px;
	width: 90%;
	margin: 20px 0;
	background: #BFCFC1;
}
#header-photo .logo-text {
	margin: 0; 
	padding: 20px 0 0 10px;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
}
#header-photo .logo-subtext {
	margin: 0; 
	padding: 0 0 0 10px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	text-decoration: none;
	top: 120px; 
	left: 170px;	
}


/* Navigation */
#nav {
	clear: both;	
	padding: 50px 0;
	display: block;
	width:90%;
}
#nav ul {
	list-style: none;
	
}
#nav ul li {
}
#nav ul li a {
	color: #818e82;
	font: bold 16px/2.8em "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	display:block;
	padding-left: 30px;
  margin-top: 10px;
	margin-right: 40px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-color:#e9f4eb;
	color: #ff9900;
}
#nav ul li#current a {
	background-color:#e9f4eb;
	color: #ff9900;
	text-weight: bold;
}
/*  Main start*/ 
#main {
	padding: 40px 0 0 0; 
	margin: 0;
	width: 90%;
}

.tit-page {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 29px 'Trebuchet MS', Arial, Sans-serif;
	color: #818e82;
	text-transform: none;
	text-d5ecoration: none;
	top: 50px; 
	left: 30px;
	bottom: 50px;
}


.w50, .w60, .w70, .w80, .w100 {
	padding: 0;
}




/* Sidebar */	
#sidebar {
	padding: 40px 0 0 0; 
	margin: 0;
	width: 90%;
}

.w50s .w60s .w70s .w80s {
	padding: 0;
}



#undercontent {	
	padding: 20px;
}

/* footer */
#footer-wrap {
	background-color:#e9f4eb;
	clear: both;
	width: 90%;
	text-align: left;
	padding: 15px 0 0 0;
	font-size: 14px;
}
#footer-wrap a {
	font-size: 14px;
}

#footer-wrap li {
	list-style-type:circle;
}

#footer-wrap a:hover {}

#footer-wrap p {
	padding:10px 0;
}

#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* bottom */

#footer-adress {
	color: #333;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
	background-color:#d3ddd5;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.img {
}
	
	}/* @media only screen and (max-width: 600px) */


