/* main */
:root 
{
    --main-fg-color: #000000;
    --main-bg-color: #FFFFFF;
    --card-fg-color: #FFFFFF;
    --card-bg-color: #808F9B;
    --card-box-bg-color: #FFFFFF;
    --menu-rechts-bg-color: #000000;
    --menu-rechts-fg-color: #FFFFFF;
    --menu-rechts-bg-color: #000000;
    --menu-haupt-bg-color: #000000;
    --menu-haupt-fg-color: #FFFFFF;
    --menu-eck-bg-color: #A80254;
    --link-color: #000000;
    --link-hover: #990066;
    --titel-fg-color: #A80254;
    --text-color: #011F37;
    --box-bg-color: rgb(243, 232, 227);
}
html, body
{ 
    margin: 0; 
    padding: 0; 
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
a
{
    text-decoration: none;
    color: var(--link-color);
}
a:hover
{
    color: var(--link-hover);
}

/* smart */
.smart-card
{
    background-color: var(--card-box-bg-color) !important;
    box-shadow: 0px 0px 1px #000000;
    ___height: 280px;
    height: 210px;
    padding: 15px;
    overflow: hidden;
}
.card-title
{
    color: var(--card-fg-color) !important;
    background-color: var(--card-bg-color) !important;
    padding: 10px;
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardimage, .cardimagefull
{
    ___height: 200px;      
    height: 130px;      
    width: 100%;
    background-position: center; 
    background-repeat: no-repeat;  
    background-size: 100% 100%; 
    background-size: cover;
}
#cardfull
{
    width: 200px;
}
.cardimagefull
{
    height: 180px;      
}
#card a 
{ 
    text-decoration: none;
    color: var(--card-fg-color) !important;
}


/* web */
#whole_width
{
    width: 100%; 
    text-align: center; 
    background-color: white;
}
#display_width
{
    width: 100%; 
    max-width: 980px; 
    display: inline-block; 
    position: relative;
    clear: both;
}
#sparkasse
{
    position: relative; 
    top: 0px; 
    left: 0px; 
    float: left;
}
#historischer_gastbetrieb
{
    position: relative; 
    top: 0px; 
    right: 0px; 
    float: right;
}
#menu_linee
{
    clear: both; 
    height: 1px; 
    background-color: var(--menu-rechts-bg-color); 
    width: 100%; 
    position: relative; 
    left: 0px; 
    top: -1px;    
}
#menu_rechts_container
{
    width: 100%; 
    text-align: right; 
    display: block;
}
#menu_rechts
{
    position: relative; 
    left: 0px;    
    top: -4px;
    width: 258px;
    display: inline-block;
}
#menu_rechts_hintergrund
{
    float: left; 
    background-color: var(--menu-rechts-bg-color); 
    width: 258px;
    height: 20px;
}
#menu_rechts_eck
{
    float: left;
    position: relative; 
    top: -16px;
    left: 0px;
}
#menu_rechts_wahl
{
    float: left; 
    position: relative; 
    top: -10px;
}
#menu_rechts_wahl a
{
    background-color: var(--menu-rechts-bg-color);
    color: var(--menu-rechts-fg-color);
    position: relative;
    top: -6px;
    padding-right: 5px;
}
#menu_haupt
{
    text-align: left; 
    color: var(--menu-haupt-fg-color); 
    background-color: var(--menu-haupt-bg-color);
    font-size: 12px; 
    font-weight: bolder; 
    width: 230px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#menu_quader
{
    width: 18px; 
    background-color: var(--menu-eck-bg-color); 
    float: left;
    padding-top: 0px;
    padding-bottom: 4px;
    position: relative;
    top: -2px;
    left: 0px;
}
#menu_sub
{
    clear:both; 
    position: relative; 
    top: 0px; 
    left: 20px; 
    text-align: left;
    padding-bottom: 20px;
    font-size: 12px; 
}
#float
{
    float: left;
}
#menupunkt
{
    padding-top: 2px;
    padding-bottom: 2px;
}
#menu_links
{
    width: 260px;
    float: left;
    display: block;
}
#inhalt
{
    text-align: left;
    display: block;
    position: relative;
    margin-left: 260px;
}
#biene
{
    width: 24px;
    height: 25px;
    hspace: 5px;
    vspace: 5px;
    align: middle;
    float: left;
    margin-right: 10px;
}
#titel
{
    color: var(--titel-fg-color);
    font-weight: bolder;
    font-size: 12px;
    padding-top: 7px;
}
#memotext
{
    margin-left: 35px;
    display: block;
}
#text
{
    font-size: 11px;
    line-height: 16px;
    color: var(--text-color);
    text-align: justify;
}
#text a
{
    text-decoration: underline;   
}
#quader
{
    float: left;
    position: relative;
    top: 7px;
    left: 20px;
}
#bilder
{
    display: block; 
}
.link_rechts
{
    text-align: right;
    width: 100%;
    padding-bottom: 20px;
    right: 10px;
}
.link_rechts a, .link a
{
    text-decoration: underline;   
}
.link
{
    padding-bottom: 20px;
}
.hidden
{
    display: none;
}
#subBlock
{
    clear: both; 
    display: inline-block;
    margin-top: 20px;
}
#subImage
{
    margin-top: 20px; 
}
#subImage img
{
    width: 100%;  
}
#image_on_lis
{
    float: left;
    margin-top: 10px;
}
#image_on_lis img
{
    width: 200px;
    min-width: 200px;
    margin-right: 10px;
}
#image_top
{
    clear:both; 
    text-align: center; 
    margin: 5px auto; 
    display: inline-block;
} 
#image_window, #video_window
{
    display: none;
    height: 100%; 
    width: 100%;
    position: fixed;
    left: 0px; 
    bottom: 0px; 
    z-index: 1000;
    text-align: center;
    background-color:rgba(0,0,0,0.8);
    overflow: scroll;
}
#ok_image
{
    background-color: var(--main-bg-color);
    color: var(--main-fg-color);
    font-size: 18px; 
    padding: 4px 15px;
    width: 200px;
    ___text-align: center;
    ___margin: 5px auto;
    border-style: solid;
    border-width: 1px;
    float: left;
}   
#image, #video
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
#image img
{
    max-width: 95%;
}
.liste 
{
    line-height: 20px;
}
.unterliste
{
    background-color: var(--box-bg-color); 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    margin-top: 10px;
    margin-left: 35px;
    margin-bottom: 20px;
    line-height: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: none;
}
.clear
{
    clear: both;
}
#column_100
{
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: left;
}
#button_right
{
    background-color: var(--main-bg-color);
    color: var(--main-fg-color);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    font-size: 12px;
    border-radius: 5px; 
    margin-right: 20px;
}
#videolink
{
    margin-left: 35px;
    line-height: 20px;
}
