@charset "utf-8";
@import url("font.css");
@import url("timeline.css");
@import url("nav.css");
@import url("bootstrap-anpassungen.css");

/** ============================================
* ALLGEMEIN */
body{font-family: 'Roboto', monospace; font-weight: 200; font-style: normal; font-size: 1.125rem;
  line-height: 1.65rem; color:#1a1e2c;}

h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', monospace; text-transform: uppercase;}
h1{font-weight: 600; font-style: normal;}

/* LINK */
a.gvr{color: #1a1e2c; text-decoration:none;}
a.gvr:hover{color: #e31519; text-decoration:underline;}

a.gvr-f{color: #fff; text-decoration:none;} /*footer*/
a.gvr-f:hover{color: #fff; text-decoration:underline;} /*footer*/

/* BUTTON */
.btn-danger{background: #e31519; border-radius:0;}

/* ROTE ZEILE */
.h40{height:3.5rem;}

/* FOOTER */
ul.service{list-style:none;padding-left:0;margin-left:0;}

a.fax[href=""]{pointer-events:none;cursor:text;text-decoration:none;}

/* BILD UNTEN*/
.bild-unten{background:#e31519; padding:0.1rem;}

/*GALLERIE*/
.gallery{padding: 5rem, 0}
.gallery img{max-width:100%; background:#e31519; padding:0.1rem;cursor:pointer;} /*hellgrau:#dbddf1*/
.gallery-popup .modal-img{width:100%;}