/*  Author:   Martin Stettler (http://dieweberei.ch/)
    Version:  05072017
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

* {
    box-sizing: border-box; }
    
html,
body,
ul { /* ul to be help-block full left */
    margin:0;
    padding:0;
    background-color: #FFF; /* color def for form */
    font-family: 'Courier Prime', monospace;
    font-weight: 400;
    font-size: 18px; /* no color def for form! */
    line-height: 1.4; }

li {
    list-style-type: none; } /* for text-danger in form */

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0; }

h1,
p.intro,
p.caption {
    font-family: 'Courier Prime', monospace;
    font-weight: 400;
    margin-bottom: 30px; }

p.blockquote {
    font-family: 'Courier Prime', monospace;
    font-weight: 400;
    font-style: italic; }

p.caption {
   margin-bottom: 10px; }

h2 {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
    h1,
    h2 {
        font-size: 48px;
        margin-bottom: 40px; }   
}

p,
ul {
    margin: 0 0 30px; /* Bootstrap */
    line-height: 1.4; }

p:last-child {
    margin-bottom: 0; }

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
        transition: all 0.5s; }

a,
a:visited {
    color: #000; }

a:hover,
a:focus {
    color: #781b39; }

a.download {
    position: relative; 
    display: inline-block;
    color: #781b39; }

a.download:hover {
    color: #000; }

a.download[href$=".pdf"]:before,
a.download[href$=".doc"]:before {
    position: absolute;
    left: -20px;
    top: 2px;
    display: block;
    content: " ";
    width: 14px;
    height: 18px;
    background-image: url(../graphics/file-icon.svg); }

/* ==========================================================================
   Browse Happy prompt lte IE 7
   ========================================================================== */

.browsehappy {
    margin: 3px 0;
    background: #CC0033;
    color: #FFF;
    padding: 8px; }

.browsehappy a {
    color: #FFF;
    text-decoration: underline; }

.browsehappy a:hover {
    text-decoration: none; }

.not-found {
    margin-top: 30px; }

/* ==========================================================================
   HEADER (Navigation containers & Logo)
   ========================================================================== */

.header {
    position: relative;
    width: 100%;
    height: auto;
    background: #781b39;
    padding: 30px 0; }

.logo {
    width: 180px;
    margin: 0 auto; }

/* Logo */
.logo span {
    display: block;
    text-indent: -9999px;
    width: 180px;
    height: 110px;
    background-image: url(../graphics/rg-coiffeur.svg);
    background-size: 180px 110px; }

@media only screen and (min-width: 540px) {
    .logo {
        width: 240px;
        margin: 20px auto; }

    .logo span {
        width: 240px;
        height: 147px;
        background-size: 240px 147px; }  
}

@media only screen and (min-width: 768px) {
    .logo {
        width: 290px; }

    .logo span {
        width: 290px;
        height: 177px;
        background-size: 290px 177px; }   
}

.header-image {
    padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
    .header-image {
        padding: 0 30px 50px 30px; }    
}

.header-image img {
    width: 100%;
    height: auto; }

/* ==========================================================================
   CONTENT
   ========================================================================== */

.sig span {
    display: block;
    text-indent: -9999px;
    width: 272px;
    height: 43px;
    background-image: url(../graphics/sig.svg);
    background-size: 272px 43px; }

.content {
    padding-bottom: 50px; }

#imprint .content {
    text-align: center; }

.enter .row,
.open .row {
    padding: 50px 0;
    text-align: center; }

.enter .row {
    margin: 0;
    background: #cfc8b4; }

@media only screen and (min-width: 768px) {
    .enter .row {
        margin: 0 15px; }   
}

.open,
.open h2 {
    background: #781b39;
    color: #cfc8b4; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

/* Footer always at the bottom */
html,
body { height: 100%; }

body {
  display: table;
  width: 100%; }

footer {
    text-align: center;
    line-height: 1.7; }

.footer {
  display: table-row;
  height: 1px; }

.footer-inner {
    background: #cfc8b4;
    margin: 0 15px;
    padding: 30px 15px 25px 15px; }

@media only screen and (min-width: 768px) {
    .footer-inner {
        margin: 0 30px;
        padding-top: 50px; }    
}

.icon {
    margin: 0 auto;
    width: 80px;
    margin-bottom: 30px; }

.icon span {
    display: block;
    width: 80px;
    height: 90px;
    background-image: url(../graphics/icon.svg);
    background-size: 80px 90px; }

@media only screen and (min-width: 768px) {
    .icon {
        width: 105px; }

    .icon span {
        width: 105px;
        height: 119px;
        background-size: 105px 119px; }   
}

footer p {
    color: #000; }

footer i {
    font-style: normal;
    white-space: nowrap; }

.vcard {
    margin-bottom: 30px; }

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

::selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

img::selection {
    background: 0 0; }

img::-moz-selection {
    background: 0 0; }

body {
    webkit-tap-highlight-color: #333; }

a[href^="tel"], 
a[href^="sms"]{
    color:inherit; 
    cursor:default; 
    text-decoration:none; }