/* 
Title:		Brigitte Domma
Author: 	moinmoin@maikderek.de
*/

/* css reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, strong, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* main
--------------------------------------------- */

body {
	font: .9375em Helvetica, Arial, sans-serif; /* 15px / 16px */
	background: #fff;
	font-style: normal;
	color: #666;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

/* wrapper */

#wrapper {
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
	height: auto;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
    color: #2DB3F9;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

p { line-height: 1.3em;
	padding: 0 0 1.3em; 
}

b, strong {
	font-weight: bold;
}

img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.switcher-content {
	display: none;
}

.top {
	text-align: center;
	padding: 3% 0;
	border-top: 1px solid #2DB3F9;
	color: #2DB3F9;
}

/* header 
--------------------------------------------- */

#header {
	margin: 3% 0 0;
	border-bottom: 1px solid #2DB3F9;
}

/* nav */

#nav ul li {
	display: inline-block;
	margin: 4% 2% 2% 0;
}

#nav li a {
	color: #999;
	text-transform: uppercase;
	font-size: 1.125em; /* 18px / 16px */
	letter-spacing: .09em;
		
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		
#nav li a:hover,
#nav li a:focus {
	color: #666;
}

#nav li a, a:visited { color: #999; }
#nav li a.link.active { color: #666; }

#top #scroll a:visited { color: #2DB3F9; }


/* galerie 
--------------------------------------------- */

.image {
	text-align: center;
	margin-bottom: 2%;
	border-top: 1px solid #2DB3F9;
}

.image:first-child {
	border-top: none;
}

.image img {
	margin: 5% 0 4%;
}

/* person, kontakt 
--------------------------------------------- */

.text {
	margin: 3% 30% 2% 0;
	line-height: 1.3em;
	font-size: 0.9375em; /* 15px / 16px */
	text-shadow: #fff 0px 1px 1px;
}

/* mobile design
--------------------------------------------- */

@media screen and (max-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) {

html {
    -webkit-text-size-adjust: 100%; /* ios */
   	-ms-text-size-adjust: 100%; /* ms */
   	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Tap-Color */
}
	
/* nav */

#nav {
	text-align: center;
}

#nav ul li:first-child {
	float: left;
}

.last {
	float: right;
	margin-right: 0;
}

#nav li a {
	font-size: 1.0em;
}

/* person */
	
.text ul li {
	margin-bottom: .6em;
}

.image {
	margin-bottom: 0%;
}

.image span {

	display: block;
	margin-top: 5px;
}

.image span:before {
	content: "";
}

.image img {
	margin: 5% 0 5%;
}

#header {
	margin: 1% 0 0;
}

.text {
	margin: 5% 0 0 0;
	line-height: 1.3em;
	font-size: 0.9375em; /* 15px / 16px */
}

.text img {
	width: 90%;
}

}

/* javascript check
--------------------------------------------- */

noscript {
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
	background-color: #F9F9F9;
	padding: 5px;
	margin: 40px 0 40px 0;
}
