@font-face {
  font-family: 'helvetica_condensed';
  src: url("../fonts/helvetica-condensed-webfont.eot");
  src: url("../fonts/helvetica-condensed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-condensed-webfont.woff2") format("woff2"), url("../fonts/helvetica-condensed-webfont.woff") format("woff"), url("../fonts/helvetica-condensed-webfont.ttf") format("truetype"), url("../fonts/helvetica-condensed-webfont.svg#helvetica_condensedmedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_condensed_bold';
  src: url("../fonts/helvetica-condensed-bold-webfont.eot");
  src: url("../fonts/helvetica-condensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-condensed-bold-webfont.woff2") format("woff2"), url("../fonts/helvetica-condensed-bold-webfont.woff") format("woff"), url("../fonts/helvetica-condensed-bold-webfont.ttf") format("truetype"), url("../fonts/helvetica-condensed-bold-webfont.svg#helvetica_condensedbold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica-neue-condensed-webfont.eot");
  src: url("../fonts/helvetica-neue-condensed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-neue-condensed-webfont.woff2") format("woff2"), url("../fonts/helvetica-neue-condensed-webfont.woff") format("woff"), url("../fonts/helvetica-neue-condensed-webfont.ttf") format("truetype"), url("../fonts/helvetica-neue-condensed-webfont.svg#helvetica_neue_condensed") format("svg");
  font-weight: 500;
  font-style: normal;
}


body {
    border-top: 8px solid #BFB4A6;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;    
}

p {
    color: #3b3b3b;
    font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.8em;
}

.wrapper {
    padding: 40px 0;
}

.buehne {
    background: #dfdad3;
    padding-bottom: 10px;
    margin-bottom: 40px;
}


footer {
    background-color: #BFB4A6;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    text-align:center;
    padding: 60px 0 ;
}
footer h3 {
    font-family: "helvetica_condensed_bold","Helvetica",Arial,sans-serif;
    text-transform: uppercase;
    color: #3b3b3b;
}
footer h3 small {
    display: block;
    font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #3b3b3b;
    padding: 10px 0;
}

footer a {
    color: #3b3b3b;
    text-decoration: underline;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: 300;
}

footer .social a:focus, 
footer .social a:hover, 
footer .social a:active {
    color: #484848;
}

/* .meta */

footer .meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .meta ul li {
    display: inline-block;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.2em;    
}
footer .meta a {
    text-decoration: none;
}

.meta li {
    width: 49%;
}

.meta li:nth-child(odd) a:after {
    content: '|';
    font-size: 16px;
    padding: 0 0 0 5px;
}

.meta li:nth-child(odd) { text-align: right;}
.meta li:nth-child(even) { text-align: left;}

/* .social */ 

footer .social ul {
    list-style-type: none;
    margin: 0;
    padding: 50px 0;
}
footer .social ul li {
    display: inline-block;
}

.fa-inverse {
    color: #bfb4a6 !important;
}

/* hr.short */

hr.short {
    border: none;
    border-bottom: 1px solid white;
    width: 250px;
}

/* .btn */


.btn-fp {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

.btn {
    display: inline-block;
    padding: 16px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-pf {
    outline: 0;
    box-shadow: none;
    color: #fff;
    outline: none;   
    border-radius: 0px;
    background-color: #8C1522;
    border-color: #c1c1c1;
    text-transform:uppercase;
    font-size: 0.9em;
    letter-spacing: 0.15em;
    line-height: 1rem;    
    font-weight: 300;
    text-decoration: none;
}

.btn-pf:hover {
    background-color: #3b3b3b;
    text-decoration: none;
    color: #fff;
}


.headline strong,
.headline span {
    display: block;
}

.headline {
  background-color-: #ffffff;
  display: block;
  margin: 0px;
  text-align:center;
  margin-bottom_: 40px;
}
.headline strong {
  display: inline-block;
  position: relative;
  z-index: 100;
  background-color: #FFF;
  padding: 0 20px;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.bg-beige .headline strong {
    background: #dfdad3;
}

.headline:before {
  border-bottom: 1px solid #3b3b3b;
  content: " ";
  display: block;
  opacity: 0.5;
  position: relative;
  top: 14px;
}

/**/

form label {
    font-weight: normal;
}    
    
.bg-silver {
    background: silver;
}
.bg-beige {
    background: #dfdad3;
}


p + div {
    margin-top: 40px;
}
