/*--- Struktur Lilienzucht ---*/


.tabelle {    
    text-align:center;
}

.links {
    text-align: left;
}

.tabimg {
    width: 100%;
}

body {
    display: flex;
    flex-flow: row wrap;
    background: url(../images/hintergrund.jpg) top center no-repeat;
    background-attachment:fixed;
    margin: 1em auto;
    max-width: 1080px;
    font-family:   Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    color: #663300;
}

#kopf {
    width: 90%;
    margin: 0 auto;
}

#bild {
    width: 40%;
    margin: auto auto;
}

.text {
    text-align:center;
}
.textr {
	text-align:right;
}
p {
    text-align:justify;
}

header, nav, ul, article, footer {
	margin: 5px;
	flex: 100%;
}

nav{
    text-align:center;
}
li {
    display:inline-block;
    margin-right: 10px;
}
nav a {
    margin: 10px;
    text-decoration: none;
    font-family: industrial736_btitalic;
    font-weight: bold;
    font-size: 1.1em;
    color:#cc0099;  
} 
nav a:hover {
    animation-duration: 1.5s;
    animation-name: glow;
    animation-direction: alternate;
    animation-iteration-count:infinite;    
}
.aktiv {
    background: rgba(136, 204, 00, 0.3);
    border: 10px;
    border-radius: 20%;
}
@-webkit-keyframes glow {
    from { text-shadow: 0 0 0px #ff4dff; }
    to { text-shadow:   0 0 10px #ff4dff, 
                        0 0 20px #ff4dff,
                        0 0 30px #ff4dff,
                        0 0 40px #ff4dff,
                        0 0 50px #ff4dff;}
}
article {
    
    padding: 10px;
    background: rgb(180, 210, 140);
    text-align: justify;
}
footer {
    margin-top: 20px;
    background: rgb(68,253,253);
}
footer p {
    margin: 12px;
}
.shadow {
    border-radius: 10px;
    box-shadow: 0px 0px 20px #88cc00;
}