﻿
a:link {
    color: black;
    text-decoration: none;
  	font-weight: normal ;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
	font-weight: bold;
}

/* selected link */
a:active {
    color: black;
}


.logo3 {
    display: block;
    margin: 0 auto;
    width: 150px;
    position:relative;
    top: 5px;
    z-index:998;
}

.logo-zent {
    margin: 0 auto;
    margin-bottom: 150px;
    width: 10%;
    position:relative;
    top: 5px;
    left: 45%; 
    z-index:999;
}
.flexBox {
    position: absolute;
	display: flex;
	top: 230px;
	left: 10%;
	width: 80%;
	align-content: space-between;
	flex-wrap: wrap
}

.fixedBanner {
	position: fixed;
	top: 10%;
	left: 10px;
	padding: 10px;
}

#picDieKleineAcht, #picLubowsee, #picKleinesHausInFlieth, #picJoergJohnenGalerie, #picPflanzeninstallationTinoSeghal, #picArneJacobsenBungalow, #picMidcenturyHaus  {
	max-width: 100%;
}

#picInselgarten, #picHausAmWandlitzerSee {
	max-width: 100%;
	top: 200px;
}

