/* PROJEKT EBOARDMUSEUM

01 MAXI LAYOUT */






@media screen and (min-width: 768px) {

/* MOBILE VERSION - Verborgene Elemente
------------------------------------------------------------------------------------- */
.menubutton,
.mod_rocksolid_slider.css_slider_mobile {
    display:none;
}

/* GESAMTES PROJEKT 
------------------------------------------------------------------------------------- */
html {
    overflow:scroll;
}
body {
    width:97vw;
    display: flex;
	justify-content: center;
	align-items: center;
    text-align:justify;
    background-color:#000;
    background-image:url("../hintergruende/000_background_pace.jpg");
    background-repeat:no-repeat;
    font:87.5% "Open Sans",Verdana,Arial,Helvetica,sans-serif;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-hyphens: auto; 
    -moz-hyphens: auto;
    hyphens: auto;
}

#wrapper {
    width:90vw;
    max-width:1026px;
    margin:70px 0 120px 36px;
    padding:18px;
    background: -webkit-linear-gradient(top, rgba(245,216,162,.1) 0%,rgba(245,216,162,.7) 50%);
       background: -moz-linear-gradient(top, rgba(245,216,162,.1) 0%,rgba(245,216,162,.7) 50%);
        background: -ms-linear-gradient(top, rgba(245,216,162,.1) 0%,rgba(245,216,162,.7) 50%);
         background: -o-linear-gradient(top, rgba(245,216,162,.1) 0%,rgba(245,216,162,.7) 50%);
            background: linear-gradient(top, rgba(245,216,162,.1) 0%,rgba(245,216,162,.7) 50%);
       -pie-background: linear-gradient(top, rgba(245,216,162,.1) 0%,rgba(245,216,162,.7) 50%);
}

/* LINKE SPALTE (Museumsguetesiegel)
------------------------------------------------------------------------------------- */
#left .mod_article {
    clear:both;
    margin-left:-212px;
    text-align:center;
}

/* HEADER 
-------------------------------------------------------------------------------------  */
#header .inside {
    max-height:239px; /* Sliderhöhe 237 + Rahmen */
    background-color:rgba(0,0,0,.7);
    border:1px solid #999;
    color:#fff;
}
/* SLIDER
------------------------------------------------------------------------------------- */
.mod_rocksolid_slider {
	max-width: 1026px; /* Sliderhöhe und -breite inkl. Rahmen */
	max-height: 239px;
}

/* Die Styles für den Slider-Titel können hier nicht überschrieben werden. Sie lauten

.rsts-skin-default .rsts-caption{
	position:absolute;
	right:60px !important;
	bottom:16px !important;
	margin-left:20px;
	padding:5px 10px;

und befinden sich in vendor/madeyourday/contao-rocksolid-slider/src/Resources/css/default-skin.min.css
(Anfang des Stylesheets überschreiben)

*/


/* HAUPTSPALTE 
------------------------------------------------------------------------------------- */
#container {
    padding-top:12px;
    padding-left:211px;
}


/* FOOTER 
------------------------------------------------------------------------------------- */
#footer .inside {
    padding-left:210px;
}
#footer .css_footer {
    margin-top:24px;
    padding:24px 24px 48px 24px;
    background-color:rgba(0,0,30,.8);
    /* background-color:rgba(6,0,0,.7); */
    border:1px dashed #75554d;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
}
#footer .footer_adresse {
    width:auto;
    float:left;
    font-size:.8em;
}
#footer .footer_adresse h1 {
    margin:0 0 24px -2px;
    padding:0;
    font:3em BNKGOTHM-IE,BNKGOTHM,verdana,arial,helvetica,sans-serif;
    font-weight:normal;
    color:#c00;
    text-transform:uppercase;
    letter-spacing:1px;
    -webkit-hyphens: auto; 
    -moz-hyphens: auto;
    hyphens: auto;
    text-shadow: 1px 1px 1px #000;
}
#footer .footer_adresse p,
#footer .footer_adresse a {
    text-decoration:none;
    color:rgba(255,255,255,.8);
    text-transform:uppercase;
}
#footer .footer_adresse .telmail {
    line-height:44px;
}
#footer .footer_adresse a:hover {
    color:#f90;
}
.mod_customnav.footernavi {
    min-width:200px;
    margin-top:48px;
    margin-left:-24px;
}
.mod_customnav.footernavi ul {
    width:auto;
    float:left;
    margin:0;
    padding:0;
}
.mod_customnav.footernavi li {
    width:auto;
    float:left;
    margin:0;
}
.mod_customnav.footernavi a,
.mod_customnav.footernavi strong {
    display:block;
    margin-right:24px;
    margin-left:24px;
    font-size:.8em;
    line-height:44px;
    text-decoration:none;
    color:rgba(255,255,255,.8);
    text-transform:uppercase;
}
.mod_customnav.footernavi .active,
.mod_customnav.footernavi .trail {
    color:rgba(0,204,204,.8);
}
.mod_customnav.footernavi a:hover,
.mod_customnav.footernavi a:focus {
    text-decoration:underline;
    color:#f90;
}
#footer #karlswerk {
    margin:24px 0 36px;
}
#footer #karlswerk img {
    width:140px;
    height:98px;
    padding-left:36px;
}
}