/* author
--------------------------------------------- 

project: Condor Spirit
date: November 2011
author: Maik Derek
contact: 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;}

/* @font-face
--------------------------------------------- */

@font-face {
    font-family: 'CaterinaRegular';
    src: url('font/caterina-webfont.eot');
    src: url('font/caterina-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caterina-webfont.woff') format('woff'),
         url('font/caterina-webfont.ttf') format('truetype'),
         url('font/caterina-webfont.svg#CaterinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* tweaks
--------------------------------------------- */

img {
	max-width: 100%;
	vertical-align: sub; /* remove gap of space on images */
	vertical-align: bottom; /* remove gap of space on images in IE */

}

.clearfix:after, .wrapper-text:after, .wrapper-header:after, .wrapper-text-inner:after, nav:after, .termine:after, footer:after, ul.gallery-bilder:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 span.name {
	display: none;
}

h1 { display: inline; }

h1 a {
   position: relative;
   display: block;
   width: 305px;
   height: 46px;
}

h1 a span.logo-bg {
   display: block;
   position: absolute;
   top: 0;
   left: 80px;
   width: 274px;
   height: 53px;
   background: url(img/condorspirit-4.png) no-repeat left top;
   z-index: 100; /* Places <span> on top of <a> text */
   background-size: cover;
}

h2 {
	font-family: CaterinaRegular, Fantasy;
	font-size: 1.8em;
	color: #5D2E00;
	padding: 0 0 0 10px;
	margin: 20px 0;
}

h3 {
	margin: 20px 0;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 10px;
	color: #5D2E00;
}

p {
	font-size: 0.8em;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding: 0 10px;
	color: #5D2E00;
}

b, strong { font-weight: bold; }

em { font-style: italic; }

blockquote {
	display: block;
	text-align: center;
	font-style: italic;
	padding: 10px 0;
	margin: 10px 0 0 0;
}	

i.show { /* hide menue icons */
	display: none;
}

/* feedback */
.right { margin-right: 10px; }

/* hr */

hr {
    border: 0;
    height: 1px;
	margin: 20px 0;
	margin-left: 10px;

	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

}


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

body {
	background-color: #f9f7f5;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	overflow-y: scroll;
	height: 100%;
	font-size: 100%;
	/*background-image: url("img/condor-bg.png");
	background-repeat: no-repeat;
	background-position: 20% 500px;*/
}
	
.wrapper-content {
	width: 95%;
	max-width: 960px;
	margin: 0 auto 3%;
	background-color: #fff;
	/* box-shadow: 5px 5px 5px #ccc; */
	border-radius: 0 0 10px 10px;
}

.wrapper-text{
	padding: 0 5px 10px 0;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
	
a, a:link, a:visited, a:focus, a:active {
	color: #8e070d;
	text-decoration: none;
	cursor: pointer;
	outline: none;	
	/*
	-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; */
}

a:hover,
a:focus {
	color: #8e070d;
}

nav a, nav a:link, nav a:visited, nav a:focus, nav a:active, footer a, footer a:link, footer a:visited, footer a:focus, footer a:active {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	outline: none;	
}

nav a:hover,
nav a:focus,
footer a:hover,
footer a:focus {
	color: #fff;
}


.links p a {
	font-weight: normal;
}

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

header {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	position: relative;
}

header img.logo {
	position: absolute;
	left: -30px;
	top: 15px;
	z-index: 1000;

	width: 120px;
}

header .claim {
	color: #c5b4a3;
}

.m_lang-switcher {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-top: 25px;
}

.m_lang-switcher ul {
	float: right;
}

.m_lang-switcher ul li {
	font-size: 0.75em;
	float: left;
	margin-left: 5px;
	color: #c5b4a3;
}

.m_lang-switcher a,
header a.lang {
	color: #c5b4a3;
}

header p {
	position: absolute;
	color: #f9f7f5; /* #f9f7f5 */
	font-size: 0.8em;
	top: 57px;
	left: 360px;
}

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

.img-wrapper {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

.img-wrapper .img {
	width: auto;
	background-color: #ccc;
}

.img-wrapper img {
	width: 100%;
	max-width: 100%;
}

/* nav
--------------------------------------------- */

nav {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
    font-size: 0.9em;
    background-color: #8e070d;
    height: 40px;
    line-height: 40px;
}

nav ul {
	 padding: 0 10px 0 10px;
}

nav ul li {
	float: left;
	margin-right: 20px;
	position: relative;
}


nav ul ul { /* dropdown */
    display: none;
    background-color: #8e070d;
    color: #fff;
    position: absolute;
    left: -18px;
    padding-bottom: 5px;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #8e070d;
    border-right: 1px solid #8e070d;
    border-bottom: 1px solid #8e070d;
}

nav ul ul li { /* dropdown list item */
	padding: 10px 5px 10px 10px;
	line-height: 1.3em;
	width: 85%;
	font-size: .8em;
	border-bottom: 1px solid #8e070d;
	color: #8e070d !important;
}

nav ul ul li a {
	line-height: 1.3em;
	color: #fff !important;
}

nav ul ul li:last-child {
	border-bottom: none;
}

nav ul li:hover ul { /* show drop down */
    display: block;
}

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

.text {
	width: 65%;
	float: left;
}

.text img {
	float: left;
	margin: 5px 10px 10px 0;
}

.text a {
	font-weight: bold;
}

.text ul {
	font-size: .8em;
	list-style: none;
	line-height: 1.5em;
	text-indent: -15px;
	padding-left: 25px;
	margin: 20px 0;
	color: #5D2E00;
}

.text ul li:before {
	content: "\2219";
	margin-right: 10px;
}

.text ol { 
	font-size: .8em;
	line-height: 1.5em;
	padding-left: 33px;
	list-style-type: decimal; 
	color: #5D2E00;
	margin-bottom: 10px;
}


/* qualifikationen
--------------------------------------------- */

table td {
	font-size: .8em;
	color: #5D2E00;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-right: 10px;
}

table td.td-year {
	padding-left: 10px;
	width: 20%;
	padding-right: 0;
	font-weight: bold;
}

/* termine
--------------------------------------------- */

p.datum {
	display: block;
	width: auto;
	background-color: #f9f7f5;
	padding: 5px 10px;
	margin-left: 5px;
	border-radius: 10px;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
}

p.datum span {
	float: right;
}
/* termine-box
--------------------------------------------- */

.termine-box {
	width: 30%;
	float: right;
	margin: 0 20px 20px 0;
}

.termine-box h2 {
	clear: both;
	padding: 0;
	border-bottom: 2px solid #DFDFDF;
}

.termine-box-inner {
	background-color: #f9f7f5;
	color: #fff;
	padding: 10px 10px 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.termine-box-inner p.termine-datum {
	font-weight: bold;
	margin-bottom: 0;
}

.termine-box-inner p {
	padding: 0;
	margin-bottom: 5px;
	color: #5D2E00;
}

.termine-box .date-link:hover .termine-datum {
	color: #8e070d;
}

.jump-mark {
	padding-top: 10px;
}

.jump-mark:target .datum {
	background-color: #8e070d;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.termine-box .show-all-link {
	font-size: 0.75em;
	padding-right: 3px;
	padding-top: 20px;
	float: right;
	height: 20px;
	line-height: 20px;
}

.termine-box img {
	padding-right: 10px;
	float: right;
	padding-top: 16px;
}

/* regenwald logo */

a.regenwald-logo { 
	float: left; 
	padding-top: 10px;
	padding-bottom: 10px;;
	}


/* kontaktformular
--------------------------------------------- */

.kontakt #contactform p {
	margin-bottom: 5px;
}

.kontakt input, .kontakt textarea {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #5D2E00;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 50%;
	border: 1px solid #5D2E00;
	border-radius: 3px;
}

.kontakt textarea {
	height: 100px;
	resize: none;
}

span.error {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #5D2E00;
}
	

input.submit {
	width: 80px;
	background-color: #5D2E00;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}	

/* links-page
--------------------------------------------- */

.links a {
	font-weight: normal;
}	


/* footer
--------------------------------------------- */

footer {
	height: 40px;
	background-color: #8e070d;
	border-radius: 0 0 10px 10px;
}

footer ul {
	font-size: 0.815em;
	background-color: #DFDFDF;
	margin-top: 10px;
	padding: 0 23px 0 0;
}

footer ul li {
	float: right;
	height: 40px;
	margin-left: 10px;
	line-height: 40px;
}

footer a:link {
	color: #fff;
}
	
/* blog
--------------------------------------------- */	

.blog img.upload {
	float: left;
	margin: 5px 10px 10px 10px
}

/* inline prev, next */
.inline { display: inline; }

.rss-logo { 
	margin-top: -45px;
	float: right;
}
		
/* facebook like box
--------------------------------------------- */		

.termine-box .facebook h2 {
	clear: both;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #DFDFDF;
}

.termine-box .facebook a {
	padding: 0;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
}

.fb-like {
	float: left;
}


/* gallery
--------------------------------------------- */

/* album display */

.gallery ul {
	font-size: .8em;
	list-style: none;
	line-height: 1.5em;
	text-indent: 0;
	padding-left: 10px;
	margin: 20px 0;
	color: #8e070d;
}

.gallery ul li:before {
	content: none;
	margin-right: 0;
}

.gallery ul li {
	float: left;
	width: 130px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 50px;
}

.gallery ul li.album img {
	border: 10px solid #f9f7f5;
	border-radius: 5px;
}
	

.gallery ul li.album div {
	clear: both;
}

	
/* IE check
--------------------------------------------- */

.update {
	display: none;
}

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

#javascript_error {
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #000;
	padding: 5px;
	margin: 40px 0 60px 0;
	text-shadow: none;
}

#javascript_error strong {
	font-weight: bold;
}

/* responsive
--------------------------------------------- */

/* logo position change */

@media all and (max-width: 1060px) {
	header img.logo {
		width: 70px;
		position: absolute;
		left: 0px;
		top: 5px;
		z-index: 1000;
	}
}

/* content arrangement */

@media all and (max-width: 860px) {

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

/* subnavi */

nav ul ul { /* dropdown */
    display: none;
    position: absolute;
    left: -18px;
    padding-bottom: 5px;
    border-radius: 0 0 10px 10px;
}

nav ul ul li { /* dropdown list item */
	width: 100%;
	border-bottom: none;
	white-space: nowrap;
	display: block;
}

.text {
	width: 100%;
	margin-bottom: 20px;
}

/*facebook */

a.block, .fb-like {
	width: 100%;
}

.termine-box {
	width: auto;
	float: none;
	clear: both;
	margin-right: 0;
	padding: 0 10px;
	margin-bottom: 20px;
}

}

/* introduce menue icons & justify menue */

@media all and (max-width: 770px) {

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

header img.logo {
	width: 50px;
}

header .img {
	margin-top: 20px;
}

header p {
	left: 50px;
	top: 54px;
}

h1 a span.logo-bg {
   top: -10px;
   left: 60px;
   width: 200px;
   height: 39px;
}

h2 {
	margin-bottom: 10px;
}

i.hide {
	display: none;
}

i.show {
	display: inline;
}

nav {
	text-align: justify;
	height: 45px;
}

nav ul li {
	float: none;
	margin-right: 0;
}
nav ul li:last-child {
	display: inline-block;
}

nav ul ul li {
	margin-right: 5px;
}

nav * {
	display: inline;
}

nav span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}

nav img {
	height: 25px;
	padding: 10px 0;
}

table td.td-year {
	width: 29%;
}

/* blog */

p.datum span {
	display: none;
}

.inline { display: block; }

span.choose-cat {
	display: block;
	margin-bottom: 10px;
}

/* facebook */

.termine-box .facebook a {
	margin-bottom: 10px;
}

/* kontaktformular
--------------------------------------------- */

.kontakt #contactform p {
	margin-bottom: 5px;
}

.kontakt input, .kontakt textarea {
	width: 90%;
	display: block;
}

.kontakt textarea {
	height: 100px;
	resize: none;
}

input.submit {
	width: 80px;
	background-color: #8e070d;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}	

span.error {
	padding-left: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	display: block;
}

}

/* newsletter signup
--------------------------------------------- */

.newsletter-signup {
	overflow: hidden;
	color: #563617;


}

.newsletter-signup p {
	padding: 0;
	margin-bottom: 20px;
}

.newsletter-signup input {
	-webkit-appearance:none;
	border: 1px solid #dfdfdf;
	padding: 5px;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #563617;
	width: 100%;

	outline: none;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 10px;
}

.newsletter-signup button[type="submit"] {
	-webkit-appearance:none;
	background-color: #563617;
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-radius: 3px;
	float: right;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	outline: none;
}

.newsletter-signup label {
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;+
	color: red;
	margin-bottom: 5px;
	display: block;
}
