/* ***********************************************************************
Styles für Menübereich oben (Projektnavigation) 
und links (Änderungen der Klassen aus der main.css)
*********************************************************************** */
nav {
    background-color: #d5f6fb;
    width: 30%; height: 100%;
    position: fixed;
    top: 9.5em; right: 0em;
    margin-left: 70%;
    opacity: 0.9;
    z-index:1000;
}

#projekt{
    position: fixed;
    top: 5.5em; height: auto; left: 0em;
    margin-left: 0.5em;
    border-bottom: none;
    background-color: #fff;
    z-index: 11;
}

#karteVorschau {
    display: none;
}
/*
#projekt h1 {
    padding-top: 0.3em;
    z-index:100;
}

#projekt img {
   position: fixed;
   top: 7em; left: 50%; height: 6em; width: 13.8em;
   margin-left: 4m;
}

#subnav li {
    text-transform: none;
    padding-bottom: 0.5em;
}
*/
#touren {
    position: fixed;
    top: 10em; left: 0em;
    width: 95%; height: auto;
    margin-left: 0.5em;
    text-align: right;
    background-color: #fff;
    padding-top: 0em;
    z-index: 100;
}
/*
.tourNav, .tourNavSel {
    font-size: 1.8em;
    letter-spacing: 0.15em;
}

.tourNavSel {
    color: #00a9e0;
}

.tourNavImg {
    padding-left: 0.5em;
    width: 1.5em;
}

nav li {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
*/
.menue-button {
    position: fixed;
    top: 100px; left: auto; right: 1em;
    width: 50px; height: 50px;
    background-color: #fff;
    opacity: 1; 
}
/* ***********************************************************************
Styles für Projektinhalte (Karten, Texte etc.)
*********************************************************************** */
section {
    position: absolute;
    top: 12em; width: 95%; height: 100%; left: 0em;
    margin-left: 0.5em;
    z-index: 10;
}

/*
.itemText {
    position: relative;
    margin-top: 1em;
}

.itemText h3 {
	padding-top: 1em;
	border-bottom: 0px;
}
    
.itemImg {
	position: absolute;
    margin-top: 0.5em;
    width: 420px;
	left: 50%;
    margin-left: -210px;
}

.imgPic {
	position: relative;
	width: 350px;
	left: 35px;
}

.imgText {
	position: relative;
	width: 420px;
	left: -35px;
}

*/

.bildquelle {
    color: #877a7a;
    font-size: 0.7em;
	width: 100%;
	margin-top: 0px;
}

.itemText {
    position: relative;
    margin-top: 1em;
}

.itemImg {
    position: relative;
    margin-top: 0.5em;
    width: 350px;
	left: 0;
    margin-left: 0px;
}

.imgPic {
	position: relative;
    width: 350px;
	left: 0;
}

.imgText {
	position: relative;
	width: 350px;
	left: 0;
}
/*
#longText {
    display: none;
}

#shortText {
    display: inline;
}

.moreless {
    font-weight: 100
}

.toolTip, .toolTip h2 {
    padding-top: 0em;
    font-size: 1em;
}
*/