/*********************** Basics ***********************************************/
body{
    background: #ddd;/*hsl(239, 10%, 80%); */
    background-image: url('../images/hintergrund_03.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    padding:0;
    margin:0;
    font-family: "Open Sans";
    font-weight: 300;
    overflow-y: scroll;
    color:#444;
}
b
{
    color: #1C1966;
    font-weight:400;

}
a,
.popup_button
{
    text-decoration: none; 
    color: #1C1966;
    border-bottom: 1px solid transparent;
    transition: border-color 0.4s ease-in-out;
    cursor: pointer;
}
        a:hover,
        .popup_button:hover
        {
            border-color: #1C1966;
        }
h1, h2, h3
{
    font-weight: 300;
    padding:10px 0 30px 0;
    margin:0;
    color: #1C1966;
    text-transform: uppercase;
}
footer
{
    background-color: #FAFCFC;;
}

/****************************** Seiten Aufbau *********************************/
.breite
{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #fff;
    padding:40px;
}
.transparent
{
    background-color: rgba(255,255,255,.85);
}
.seite
{
    background-color: rgba(136, 136, 134,.3);
    padding: 15px;
    margin:0;
}
        .seite > .abstand
        {
            margin-top:15px;
        }
        .seite .abstand_groß
        {
            padding-top: 30px;
        }

.schatten
{
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}
/*************************** Kopf *********************************************/
header
{
    border-top: 1px solid #ddd;
    margin-top:10px;
    margin-bottom: 30px;
    height: 150px;
    position: relative;
}

        header > h1
        {
            text-align: right;
            font-size: 2.4em;
            font-weight: 300;
            text-transform: none;
        }
        header > .banner
        {
            position: absolute;
            top:50px;
            left:-55px;
        }
/************************************ Menü ************************************/
.menu
{
    height: 46px;
    overflow: hidden;
    margin-bottom: 20px;
}
        .menu ul
        {
            padding:0; margin: 0;
        }
                .menu > ul > li
                {
                    float:left;
                    padding-right: 30px;
                    cursor: pointer;
                    transition: 0.5s;
                    list-style: none;
                    padding-top: 10px;
                    font-weight:400;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                }
                .menu li:hover,
                .button_selected 
                        {
                            color: #aaa;

                        }
/**************************** Inhalt ******************************************/
article
{
    
}
        article > footer 
        {
            padding:0 30px 0 0;
            margin:0;
            text-align: right;
            color:#ccc;
            font-size: 0.7em;
            height: 40px;
            
        }
.inhalt_container
{
    
}
        .inhalt_container .titel
        {
            display: none;
        }
        
        .inhalt_container article:not(:first-child)
        {
            display: none;
        }
        .inhalt_container .inhalt{

            padding:30px 30px 50px 30px;
            background-color: #FAFCFC;
        }

                .inhalt_container .inhalt .row 
                {
                    clear: both;
                    padding-bottom: 15px;
                }
                        .inhalt_container .inhalt .row:first-child
                        {
                            padding-top: 30px;
                        }        
                .inhalt_container .inhalt .right
                {
                    margin-left: 240px;
                    text-align: left;
                }
                .inhalt_container .inhalt .left
                {
                    text-align: right;
                    width: 220px;
                    float:left;
                }



                .inhalt_container .inhalt  li 
                {
                    list-style-type:square;
                    color: hsl(242,60%,30%);
                }
                        .inhalt_container .inhalt li > span
                        {
                            color:#444;
                        }
/************************ BoxModel ********************************************/
                .inhalt_container .inhalt .box
                {
                    width:48%;
                    float:left;
                    margin-top:10px; 
                    padding: 10px 0 10px 0;
                    border-top: 1px solid #ddd;
                    height:165px;
                }
                .inhalt_container .inhalt .box:nth-child(2n)
                {
                    margin-left: 4%;
                }
                        .inhalt_container .inhalt .box > .rechts
                        {
                            float: right; 
                            width:150px;
                            height:150px;
                            cursor: pointer;
                        }
                        .inhalt_container .inhalt .box > .links
                        {
                        }
                        .inhalt_container .inhalt .box > h3
                        {
                            padding:0;
                            margin:0;
                        }
                        .inhalt_container .inhalt .box > ul
                        {
                            margin-top:5px;
                        }
/********************************** Bildwechsler ******************************/
#bilder
{
    height:300px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
        #bilder > .bild{
            width: 100%;
            height:300px;
            background-repeat: no-repeat;
            padding: 0;
            margin: 0;
            position: absolute;
            top:0;
            left:0;
        }
                #bilder > .bild > p
                {
                    color:#fff;
                    margin: 0;
                    padding: 15px;
                    background-color: hsla(0,100%,0%,.7);
                    border-radius: 0px;
                }
                #bilder > .bild:not(:first-child)
                {
                    display:none;
                }
/********************************** Fußzeile **********************************/
        .seite > footer
        {
            height: 90px;
            padding-top: 20px;
            padding-bottom: 20px;
        }
                .seite > footer ul
                {
                    padding: 0;
                    margin:10px 20px 0 20px;
                }
                .seite > footer li
                {
                    /*border-top: 1px solid #ddd;*/
                    list-style: none;
                    float:left;
                    font-size: 0.8em;
                    color:#666;
                    width:33%;
                    text-align: center;
                    padding-top:10px;
                    padding-bottom: 10px;
                }
                        .seite > footer li:not(:first-child)
                        {
                            /*margin-left: 20px;*/
                            border-left: 1px solid #ddd;
                        }
                .seite > footer span
                {
                    color:#222;
                    padding-right: 10px;
                }
/****************************** Google Maps ***********************************/        
#map-canvas
{
    height: 320px;
    width:100%;
    padding:0;
    margin:0;
}
/****************************** PopUp *****************************************/
.popup_overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: rgba(50,50,50,.7);
    overflow-x: hidden;
    overflow-y: hidden;
}
.popup{
    display:none;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.9);
    margin: 0 auto 0 auto;
    padding:0;
    overflow: hidden;
    border:15px solid #fff;
}
    .popup > img
    {
        margin:0;
        margin-bottom: -10px;
        padding:0;
    }
            
