/*
tourenbeschreibungen.css
*/
body { font-family:Arial; font-size: 10pt;}
h1.name{
    color: #CC3300;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.flex-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.flex-data{
    display: flex;
    flex-flow: row wrap;
}

.fett{
    font-weight: bold;
}
.mit{
    margin: 0.1em 0 0.1em 0
}
.text{
    font-size: 1.5em;
    font-family: serif
}
.bild_beschriftung {
    position: relative;
    width: 800px;
    height: 450px;
    float: left;
}
.bild_beschriftung img {
    display: block;
    width: 800px;
    height: 450px;
}
.bild_beschriftung span {
    position: absolute;
    font-family: sans-serif;
    font-size: 1.2em;
    bottom: 0;
    color: #fff;
    text-align: center;
    height: 1.5em;
    line-height: 1.5em;
    border-top: 1px solid #ababab;
    background: #404040; /* Fallback IE 6-8 */
    background-color: rgba(40, 40, 40, 0.3);
}
.mitte{
    right:  200px;
    width: 400px;
}
.links_hidden{
    left: 0;
    width: 50px;
    visibility: hidden;

}
.links_visible{
    left: 0;
    width: 50px;
    visibility: visible;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
}
.rechts_hidden{
    right: 0;
    width: 50px;
    visibility: hidden;
}
.rechts_visible{
    right: 0;
    width: 50px;
    visibility: visible;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
}

.zelle{
    margin-right: 1em;
    margin-bottom: 1em;
    margin-left: 0.5em;
}
.uzelle{
    background-color: #FFCC00;
    padding: 0.3em 1em 0.3em 1em;
    font-size: 1.3em;
    margin-bottom: 0.5em;
    border-style: solid;
    border-width: 2px;
    border-color: #FF9900
}
.lzelle{
    font-weight: bold;
    margin-right: 1em;
}
.katzelle{
    color: #CC6600;
    text-shadow: black 3px 3px;
    margin-left: 1em
}
.canvas{
    width: 800px;
    height: 450px;
    background-color: green
}
