/*Template für Tourenseiten*/
* 
{ 
padding: 0; 
margin: 0; 
}

body
{
background-color: #d9ee2c;
}

#Navigation
{
width: 100%;
height: 30px;
display: flex;
align-items: center;
padding-left: 10px;
background-color: #000000;
}

#Inhalt
{
width: 100%;
height: auto;
background-color: #d9ee2c;
position: absolute;
top: 30px;
}

/* Anfang Inhalt Navigationsbalken */
.Navigation_Text
{
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #ffffff;
letter-spacing: 0.03em;
text-decoration: none;
}

.Navigation_Text a
{
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #ffffff;
letter-spacing: 0.03em;
text-decoration: none;
}

.Navigation_Text a:hover
{
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #000000;
letter-spacing: 0.03em;
text-decoration: none;
background-color:#e3e3e3;
}
/* Ende Inhalt Navigationsbalken */

/* Anfang Box mit Titelbild plus Datentabelle */
#Datenbox
{
position: absolute;
top: 0px;
left: 0px;
width: 342px;
height: auto;
border-right: 2px black solid;
background-color: #1e8c9d;
z-index: 10;
}
#Titelbild
{
width: 340px;
height: 132px;
margin-top: 0px;
border-bottom: 2px black solid;
border-left: 2px black solid;
z-index: 12;
}
/* Ende Box mit Titelbild und Datentabelle */

#Tourenbeschreibung
{
box-sizing: border-box;
width: 612px;
height: auto;
position: absolute;
left: 344px;
top: 0px;
padding-top: 12px;
padding-left: 12px;
background-color: #d9ee2c;
}

.Titelbalken_weiss
{
box-sizing: border-box;
width: 600px;
height: auto;
background-color: #ffffff;
display: flex;
align-items: center;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 6px;
border: 2px black solid;
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #000000;
letter-spacing: 0.02em;
text-decoration: none;
}

.Bild
{
margin-top: 8px;
}

.Bildlegende
{
box-sizing: border-box;
width: 600px;
height: auto;
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #1b7482;
text-decoration: none;
margin-top: 3px;
}


.Beschreibung_Text
{
box-sizing: border-box;
width: 600px;
height: auto;
margin-top: 8px;
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
color: #1b7482;
line-height: 1.1;
text-decoration: none;
}

.Bemerkungen
    {
        width: 600px;
        font-family: 'Fira Sans Condensed', sans-serif; 
        font-size: 15px; 
        font-style: regular; 
        font-weight: normal; 
        color: #1b7482;
        line-height: 1.1;
        text-decoration: none;
    }
.Bemerkungen a
    {
        width: 600px;
        font-family: 'Fira Sans Condensed', sans-serif; 
        font-size: 15px; 
        font-style: regular; 
        font-weight: normal; 
        color: #1b7482;
        line-height: 1.1;
        text-decoration: none;
    }
.Bemerkungen a:hover
    {
        width: 600px;
        font-family: 'Fira Sans Condensed', sans-serif; 
        font-size: 15px; 
        font-style: regular; 
        font-weight: bold; 
        color: #1b7482;
        line-height: 1.1;
        text-decoration: none;
    }

#DetailsZeile
{
width: 600px;
height: auto;
display: flex;
margin-top: 10px;
}

.DetailsIcon
{
width: 34px;
height: 34px;
}

.DetailsText
{
width: 600px;
padding-left: 15px;
font-family: 'Fira Sans Condensed', sans-serif; 
font-size: 15px; 
font-style: regular; 
font-weight: normal; 
color: #1b7482;
line-height: 1.1;
text-decoration: none;
}

.DetailsText a
{
width: 600px;
font-family: 'Fira Sans Condensed', sans-serif; 
font-size: 15px; 
font-style: regular; 
font-weight: normal; 
color: #1b7482; 
text-decoration: none;
}

.DetailsText a:hover
{
width: 600px;
font-family: 'Fira Sans Condensed', sans-serif; 
font-size: 15px; 
font-style: regular; 
font-weight: bold; 
color: #1b7482; 
text-decoration: none;
}

.CouvertPhone
{
font-family: 'Fira Sans Condensed', sans-serif; 
font-size: 18px; 
font-style: regular; 
font-weight: normal; 
color: #1b7482; 
text-decoration: none;
}

.tooltip 
{
position: absolute;
display: none;
width: 500px;
height: auto;
background-color: #ffff99;
border-width: 1pt;
border-style: solid;
border-color: #000000;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
color:#8b0000;
}




