@charset "utf-8";

/** NO SCSS IN HERE JUST NORMAL CSS 3 **/
/* ---------------------------------------- */
/* -- Display none ------------------------ */
/* ---------------------------------------- */
header,
footer,
.mod_navigation,
.mod_customnav,
.ce_form,
#leftBar,
#rightBar,
.mod_rocksolid_slider,
.ce_gallery,
.sf-toolbar {
    display: none!important;
}

/* ---------------------------------------- */
/* -- Basic ------------------------------- */
/* ---------------------------------------- */
@page { margin: 0; }
body { margin: 1.6cm; }

html {
    color:#000;
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
li {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,
q:after {
    content:'';
}
abbr,
acronym {
    border:0;
    font-variant:normal;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
input,
textarea,
select {
  *font-size:100%;
}
legend {
    color:#000;
}
* {
    color:#000 !important;
    width:auto;
    height:auto !important;
}
body {
    font-size:14px;
}
p {
    margin:0 0 2em;
    line-height:135%;
}
strong,b {
    font-weight:700;
}
em,i {
    font-style:italic;
}
h1,h2,h3,h4,h5,h6 {
    margin:1em 0 .3em;
    line-height:115%;
    font-weight:700;
    font-style:normal;
    text-transform:none;
}
h1 {
    font-size:2em;
}
h2 {
    font-size:1.8em;
}
h3 {
    font-size:1.6em;
}
h4 {
    font-size:1.4em;
}
h5 {
    font-size:1.2em;
}
h6 {
    font-size:1em;
}
ul,ol {
    margin-left:2em;
}
ul li {
    list-style-type:disc;
}
ol li {
    list-style-type:decimal;
}
table {
    width:100% !important;
}
th,td {
    padding:1em 2em;
}
a:link[href^="http://"]:after,
a[href^="http://"]:visited:after  {
    content:" (" attr(href) ") ";
    font-size:90%;
}

/* ---------------------------------------- */
/* -- Contao ------------------------------ */
/* ---------------------------------------- */
body {
    font-family:Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
    width:95%;
}
#container  {
    margin-top:  0!important;
}
#container::after {
    margin-top:5em;
    display:block;
    clear:both;
    float:none;
    content:"Garage Cadosch AG • Dorf 2 • 9057 Weissbad - Schweiz • Telefon +49 71 799 11 31 • Telefax +49 71 799 18 51 • info@garage-cadosch.ch";
}
legend {
    margin:1em 0 .3em;
    font-size:1.4em;
    font-weight:700;
    display:block;
}
label {
    margin-right:5%;
    width:30%;
    display:block;
    clear:both;
    float:left;
}
input,
textarea {
    margin-bottom:.7em;
    padding:.2em 1%;
    width:62%;
    display:block;
    float:left;
}
input[type=checkbox],
input[type=radio] {
    margin-right:1%;
    width:auto;
    background:none;
    border:none;
    float:left;
}
input[type=checkbox] {
    clear:both;
}
input[type=checkbox] + label,
input[type=radio] + label {
    margin-right:2%;
    width:auto;
    float:left;
    clear:none;
}
button,input[type=submit] {
    display:none;
}
.explanation {
    margin:1em 0;
}

/* ---------------------------------------- */
/* -- Elements / Individual  -------------- */
/* ---------------------------------------- */

header > .inside, 
.mod_article, 
footer > .inside {
    width: 100%!important;
}