/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body {
    height: 100%;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
body{
    background:#fff;
    color:#333;
    font-weight:300;
    font-size:12px;
    font-family: 'Istok Web', sans-serif;
    line-height:18px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Istok Web',Arial, sans-serif;
     src: url('../fonts/istok-web-v20-latin-regular.eot'), 
        url('../fonts/IstokWeb-Bold.ttf'),
        url('../fonts/IstokWeb-BoldItalic.ttf'),
        url('../fonts/IstokWeb-Italic.ttf'),
        url('../fonts/IstokWeb-Regular.ttf'),
        url('../fonts/istok-web-v20-latin-regular.eot'),
        url('../fonts/istok-web-v20-latin-regular.svg'),
        url('../fonts/istok-web-v20-latin-regular.ttf'),
         url('../fonts/istok-web-v20-latin-regular.woff'),
        url('../fonts/istok-web-v20-latin-regular.woff2')
       ;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea { 
    resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy { margin: 0.2em 0;
               background: #ccc;
               color: #000;
               padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.title {
    text-transform: uppercase;
}
h1.titlenone{
      display: none;
    }
h2 {
    color: #000000;
    font-family: 'Istok Web',sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 20px;
}
h3 {
    font-size:1em;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
h4 {
    margin:0;
    font-weight: 200;
    text-transform: uppercase;
}
.tiny{
    font-size:0.8em;
}
#referenz .row {
    margin-top:10px;
}
#referenz .line {
    padding: 5px 0;
    border-top: 1px dotted #ccc;
}

#referenz .row .titleline {
    border-bottom: 1px dotted #ccc;
}

.row.cat {
    padding-top:60px;
}
.right {
    text-align: right;
}
.houzz img {
    width:20px;
    padding: 2px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   email
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */


.effect img.image{
display:block;
}
.effect:hover img.image{

display:none;
}
.effect img.hover{

display:none;
}
.effect:hover img.hover{

display:block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   navigation
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */

#bullnav nav {
    position:fixed;
    height:100%;
    width:auto;
    right:0;
    z-index:999999;
    display:table;
    vertical-align:middle;
    text-align:center;
    padding-right:20px;
}
#bullnav nav ul li {
    text-transform:uppercase;
    height:60px;
    width:60px;
    margin:20px 0;
}
#bullnav nav ul li a {
    color: #000;
    height:60px;
    width:60px;
    font-size:1em;
    font-weight: 300;
    text-decoration: none;
    display:table-cell;
    vertical-align:middle;
}
#bullnav nav ul li a.active, #bullnav nav ul li a:hover {
    border-radius: 30px;
    background-color:rgba(24,55,56,0.2);
}

#bullnav nav ul {
    display:table-cell;
    vertical-align:middle;
    list-style:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navleiste  li{
    display:inline;
    margin-right: 50px;	
}

#navleiste {
    position:fixed;
    width:100%;
    height:50px;
    z-index:99999;
    top:0px;
    background-color: #f6f5f2;
}
#menu {
    padding-left:20px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   navbar
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */
.navbar {
    position: absolute;
    width:100%;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0;
    background-color: rgba(250,250,250,0.8);
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 4px 15px;
}

.navbar-default .navbar-header {
    background-color: #f6f5f2;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #f6f5f2;
    color: #406464;
        
}
.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 10px;
    margin:0;
}


.navbar-default .navbar-nav > li > a {
    color: #333;
    text-transform:uppercase;
    margin:0;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: red;
}

.navbar-default .navbar-form {
    background-color: rgba(250,250,250,0.5); 
}


.navbar-default .navbar-toggle {
    background-color: transparent;
    border:0;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border:1px solid #fff;
    border-radius: 24px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   booty
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.cd-item-info.gold {
    background-color:gold;
    color:red;
  }
  
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse{
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}


.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#referenz  {
    min-height:100%;
}

#referenz .element  {
    float:left;
}

#referenz .element img {
    width:140px;
    height:185px;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#referenz .pressetext {
    float:left;
    width:100px;
    margin-right:10px;
    position:relative;
    height:160px;
}
#referenz .pressetext p{
    position:absolute;
    bottom:-40px;
    width:100%;

}
#projekte .element img {
    width:285px;
    height:160px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Panel Projekte    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */
#panel_pro {
    margin-bottom:40px;
}
#panel_ref {
    margin-bottom:200px;
}
#panel, #panel_1, #panel_2 {
    background-color: #d1d7d7;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   sections
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */

section  {
    position:relative;
    min-height: 100%;
    width: 100%;
    padding: 40px 0 80px;
    margin:0;
}
.overlay {
    position:absolute;
    right:0;
    width:200px;
    height:1400px;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 1%, rgba(255,255,255,0.4) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.4) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.4) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.4) 50%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.4) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=1 ); /* IE6-8 */

}

#test {

}
#projekte {
    background: #fff;
    color: #333333;
}
#profil {
    background-color: rgba(170, 158, 129, 0.1);
}
#referenzen {
    background-color: rgba(170, 158, 129, 0.2);
}

#kontakt {
    min-height: 100%;
    background-color: rgba(24, 55, 56, 0.2);
}
.schalter_neu {
    height:50px;
    position:absolute;
    bottom:0;
    width:100%;
}
.schalter_neu.foot{
    height:120px;
    position:absolute;
    bottom:0;
    background-color: #a3afaf;
}
.schalter_neu table {
    width:100%;
}

.schalter_neu table td.arrow_btn {
    width:118px;
    background-color:transparent;
    padding:0;
    margin:0;
}

.schalter_neu table td.leftfield {
    background-color:#fff;
}
.schalter_neu table td.rightfield {
    width:10%;
    background-color:#fff;
}

.schalter_neu.profil table td.leftfield, 
.schalter_neu.profil table td.rightfield {
    background-color:#f6f5f2;
}
.schalter_neu.kontakt table td.leftfield, 
.schalter_neu.kontakt table td.rightfield {
    background-color:#d1d7d7;;
}

.schalter_neu.profil table td.leftfield, 
.schalter_neu.profil table td.rightfield {
    background-color:#f6f5f2;
}
.schalter_neu.foot table td.leftfield, 
.schalter_neu.foot table td.rightfield {
    background-color:transparent;
}


.cubo{
    width:180px;
    height:40px;
    text-align: center;
    padding-top:18px;
}
.cubo.projekte{
    background-color: #fff;
}
.cubo.buro{
    background-color: #f6f5f2;
}
.cubo.kontakt{
    background-color: #d1d7d7;
}
.cubo.referenzen{
    background-color: #fff;
}

.arrow_down{
    height:30px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;

}
.foot .dreieck{
    position:absolute;
    right:10%;
    bottom:120px;	
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #a3afaf;
}


.row.imprint {
    margin-top:60px;
}
/* ~~~~~~~~~~~~~~~~~~~~profil column ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p.column {
    margin:30px 0 0;
    -webkit-colums: 3 200px;
    -moz-column-count: 3;
    -moz-column-width: 200px;
    columns: 3 200px;

}
/* ~~~~~~~~~~~~~~~~~~~~projects ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.col-lg-1.first{
    padding-left:0;
    margin-left:0;
}
/* ~~~~~~~~~~~~~~~~~~~~accordion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.btn_panel {
    clear:both;
    margin:20px 0 0 0;
    color:#999;
    text-transform:uppercase;
    cursor:pointer;
    width:200px;
    float:left;
}
.btn_panel a {
    font-size:16px;
}
.btn_panel a:hover, .btn_panel a:focus {

}
.spacer{
    float:right;
    margin:20px 0 0;
}
.btn_closepanel, .btn_closepanel_down {
    cursor:pointer;
}

.btn_closepanel, .panel{
    display:none;
}
.btn_closepanel {
    float:right;
}

#btn_closepanel_ref.btn_closepanel{
    margin-top:-60px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   start
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */
#start {
    padding: 0;
    margin-top:0;
    background: url(../img/bg_start03.jpg) top center no-repeat;

    background-color: #f6f5f2;
    width:100%;
    border:0;
    z-index:5;
}

.logo {
    color:#000;
    position:absolute;
    right:12%;
    top:64px;
}

.claim {
    color:#333;
    padding:40px 0;
    font-size:1.2em;
    line-height:1.5em;
    position:absolute;
    left:10%;
    top:960px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   footer
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    */

.foot .col-lg-4 {
    width:285px;
    float:left;
}
/*
-------------------------------------------------- */
/* // booty
-------------------------------------------------- */
a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
    outline: 0;
    color:#999;
    text-decoration:none;
}

a img {
    border: none;
}

a > img {
    vertical-align: bottom;	
}
li {
    list-style:none;
    line-height:20px;
}

.button_zwei {
    text-align:center;
}
.btn_bggl, .btn_gl{
    background-color: rgba(24, 55, 56, 0.1);
    border-radius: 30px;
    width:60px;
    height:60px;
    display: table-cell;
    text-decoration: none;
    vertical-align: middle;
}

/*
-------------------------------------------------- */
/* // container grid
-------------------------------------------------- */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.container:after {
    clear: both;}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}
.col-xs-1 { width: 8.333333333333332%;}
.col-xs-2 { width: 16.666666666666664%;}
.col-xs-3 { width: 25%;}
.col-xs-4 { width: 33.33333333333333%;}
.col-xs-5 { width: 41.66666666666667%;}
.col-xs-6 { width: 50%;}
.col-xs-7 { width: 58.333333333333336%;}
.col-xs-8 { width: 66.66666666666666%;}
.col-xs-9 { width: 75%;}
.col-xs-10 { width: 83.33333333333334%;}
.col-xs-11 { width: 91.66666666666666%;}
.col-xs-12 { width: 100%;}

@media (min-width: 768px) {
    .container { max-width: 720px; }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {    float: left;  }
    .col-sm-1 { width: 8.333333333333332%;}
    .col-sm-2 { width: 16.666666666666664%;}
    .col-sm-3 { width: 25%;}
    .col-sm-4 { width: 33.33333333333333%;}
    .col-sm-5 { width: 41.66666666666667%;}
    .col-sm-6 { width: 50%;}
    .col-sm-7 { width: 58.333333333333336%;}
    .col-sm-8 { width: 66.66666666666666%;}
    .col-sm-9 { width: 75%;}
    .col-sm-10 { width: 83.33333333333334%;}
    .col-sm-11 { width: 91.66666666666666%;}
    .col-sm-12 { width: 100%;}
    .col-sm-push-1 { left: 8.333333333333332%;}
    .col-sm-push-2 { left: 16.666666666666664%;}
    .col-sm-push-3 { left: 25%;}
    .col-sm-push-4 { left: 33.33333333333333%;}
    .col-sm-push-5 { left: 41.66666666666667%;}
    .col-sm-push-6 { left: 50%;}
    .col-sm-push-7 { left: 58.333333333333336%;}
    .col-sm-push-8 { left: 66.66666666666666%;}
    .col-sm-push-9 { left: 75%;}
    .col-sm-push-10 { left: 83.33333333333334%;}
    .col-sm-push-11 { left: 91.66666666666666%;}
    .col-sm-pull-1 { right: 8.333333333333332%;}
    .col-sm-pull-2 { right: 16.666666666666664%;}
    .col-sm-pull-3 { right: 25%;}
    .col-sm-pull-4 { right: 33.33333333333333%;}
    .col-sm-pull-5 { right: 41.66666666666667%;}
    .col-sm-pull-6 { right: 50%;}
    .col-sm-pull-7 { right: 58.333333333333336%;}
    .col-sm-pull-8 { right: 66.66666666666666%;}
    .col-sm-pull-9 { right: 75%;}
    .col-sm-pull-10 { right: 83.33333333333334%;}
    .col-sm-pull-11 { right: 91.66666666666666%;}
    .col-sm-offset-1 { margin-left: 8.333333333333332%;}
    .col-sm-offset-2 { margin-left: 16.666666666666664%;}
    .col-sm-offset-3 { margin-left: 25%;}
    .col-sm-offset-4 { margin-left: 33.33333333333333%;}
    .col-sm-offset-5 { margin-left: 41.66666666666667%;}
    .col-sm-offset-6 { margin-left: 50%;}
    .col-sm-offset-7 { margin-left: 58.333333333333336%;}
    .col-sm-offset-8 { margin-left: 66.66666666666666%;}
    .col-sm-offset-9 { margin-left: 75%;}
    .col-sm-offset-10 { margin-left: 83.33333333333334%;}
    .col-sm-offset-11 { margin-left: 91.66666666666666%;}

    .schalter_neu.foot{
       height:180px;
    }
    .foot .dreieck{
        bottom:180px;	
    }


}
@media (min-width: 1080px) {
    .container { max-width: 940px;
    }

    .schalter_neu.foot{
        height:120px;
    }
    .foot .dreieck{
        bottom:120px;	
    }


    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 { float: left;
    }
    .col-md-1 { width: 8.333333333333332%;}
    .col-md-2 { width: 16.666666666666664%;}
    .col-md-3 { width: 25%;}
    .col-md-4 { width: 33.33333333333333%;}
    .col-md-5 { width: 41.66666666666667%;}
    .col-md-6 { width: 50%;}
    .col-md-7 { width: 58.333333333333336%;}
    .col-md-8 { width: 66.66666666666666%;}
    .col-md-9 { width: 75%;}
    .col-md-10 { width: 83.33333333333334%;}
    .col-md-11 { width: 91.66666666666666%;}
    .col-md-12 { width: 100%;}
    .col-md-push-0 { left: auto;
    }
    .col-md-push-1 { left: 8.333333333333332%;}
    .col-md-push-2 { left: 16.666666666666664%;}
    .col-md-push-3 { left: 25%;}
    .col-md-push-4 { left: 33.33333333333333%;}
    .col-md-push-5 { left: 41.66666666666667%;}
    .col-md-push-6 { left: 50%;}
    .col-md-push-7 { left: 58.333333333333336%;}
    .col-md-push-8 { left: 66.66666666666666%;}
    .col-md-push-9 { left: 75%;}
    .col-md-push-10 { left: 83.33333333333334%;}
    .col-md-push-11 { left: 91.66666666666666%;}
    .col-md-pull-0 { right: auto;
    }
    .col-md-pull-1 { right: 8.333333333333332%;}
    .col-md-pull-2 { right: 16.666666666666664%;}
    .col-md-pull-3 { right: 25%;}
    .col-md-pull-4 { right: 33.33333333333333%;}
    .col-md-pull-5 { right: 41.66666666666667%;}
    .col-md-pull-6 { right: 50%;}
    .col-md-pull-7 { right: 58.333333333333336%;}
    .col-md-pull-8 { right: 66.66666666666666%;}
    .col-md-pull-9 { right: 75%;}
    .col-md-pull-10 { right: 83.33333333333334%;}
    .col-md-pull-11 { right: 91.66666666666666%;}
    .col-md-offset-0 { margin-left: 0;
    }
    .col-md-offset-1 { margin-left: 8.333333333333332%;}
    .col-md-offset-2 { margin-left: 16.666666666666664%;}
    .col-md-offset-3 { margin-left: 25%;}
    .col-md-offset-4 { margin-left: 33.33333333333333%;}
    .col-md-offset-5 { margin-left: 41.66666666666667%;}
    .col-md-offset-6 { margin-left: 50%;}
    .col-md-offset-7 { margin-left: 58.333333333333336%;}
    .col-md-offset-8 { margin-left: 66.66666666666666%;}
    .col-md-offset-9 { margin-left: 75%;}
    .col-md-offset-10 { margin-left: 83.33333333333334%;}
    .col-md-offset-11 { margin-left: 91.66666666666666%;}

}
@media (min-width: 1200px) {
    .container { max-width: 1080px;  }

    .schalter_neu.foot{
        height:120px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 { float: left;  }

    .col-lg-1 { width: 8.333333333333332%;}
    .col-lg-2 { width: 16.666666666666664%;}
    .col-lg-3 { width: 25%;}
    .col-lg-4 { width: 33.33333333333333%;}
    .col-lg-5 { width: 41.66666666666667%;}
    .col-lg-6 { width: 50%;}
    .col-lg-7 { width: 58.333333333333336%;}
    .col-lg-8 { width: 66.66666666666666%;}
    .col-lg-9 { width: 75%;}
    .col-lg-10 { width: 83.33333333333334%;}
    .col-lg-11 { width: 91.66666666666666%;}
    .col-lg-12 { width: 100%;}

    .col-lg-push-0 { left: auto; }
    .col-lg-push-1 { left: 8.333333333333332%;}
    .col-lg-push-2 { left: 16.666666666666664%;}
    .col-lg-push-3 { left: 25%;}
    .col-lg-push-4 { left: 33.33333333333333%;}
    .col-lg-push-5 { left: 41.66666666666667%;}
    .col-lg-push-6 { left: 50%;}
    .col-lg-push-7 { left: 58.333333333333336%;}
    .col-lg-push-8 { left: 66.66666666666666%;}
    .col-lg-push-9 { left: 75%;}
    .col-lg-push-10 { left: 83.33333333333334%;}
    .col-lg-push-11 { left: 91.66666666666666%;}
    .col-lg-pull-0 { right: auto; }

    .col-lg-pull-1 { right: 8.333333333333332%;}
    .col-lg-pull-2 { right: 16.666666666666664%;}
    .col-lg-pull-3 { right: 25%;}
    .col-lg-pull-4 { right: 33.33333333333333%;}
    .col-lg-pull-5 { right: 41.66666666666667%;}
    .col-lg-pull-6 { right: 50%;}
    .col-lg-pull-7 { right: 58.333333333333336%;}
    .col-lg-pull-8 { right: 66.66666666666666%;}
    .col-lg-pull-9 { right: 75%;}
    .col-lg-pull-10 { right: 83.33333333333334%;}
    .col-lg-pull-11 { right: 91.66666666666666%;}
    .col-lg-offset-0 { margin-left: 0; }

    .col-lg-offset-1 { margin-left: 8.333333333333332%;}
    .col-lg-offset-2 { margin-left: 16.666666666666664%;}
    .col-lg-offset-3 { margin-left: 25%;}
    .col-lg-offset-4 { margin-left: 33.33333333333333%;}
    .col-lg-offset-5 { margin-left: 41.66666666666667%;}
    .col-lg-offset-6 { margin-left: 50%;}
    .col-lg-offset-7 { margin-left: 58.333333333333336%;}
    .col-lg-offset-8 { margin-left: 66.66666666666666%;}
    .col-lg-offset-9 { margin-left: 75%;}
    .col-lg-offset-10 { margin-left: 83.33333333333334%;}
    .col-lg-offset-11 { margin-left: 91.66666666666666%;}
}
/*
-------------------------------------------------- */
/* // grid
-------------------------------------------------- */

#thumbs {
    margin: 0;
    padding: 0;
}

.element {
    /*** cursor: pointer; ***/
    margin-bottom: 30px;
}

.element img {
    width:100%;
    box-shadow: 2px 2px 2px #666666;
}
img {
    max-width: 100% !important;
}
/*
-------------------------------------------------- */
/* // ISO
-------------------------------------------------- */
/**** Isotope Filtering ****/


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*
-------------------------------------------------- */
/* // f�r responsive
-------------------------------------------------- */

#navleiste{
    display:none;
}
.mobilonly {
    display: none;
}

/*
-------------------------------------------------- */
/* // f�r responsive
-------------------------------------------------- */
@media only screen
and (max-width: 1199px){
    
    .subnav{
        float:left;
        padding: 0 8px 30px 0;
    }
    .padd_right {
    margin-right:50px;
}
    h3.titlenone{
      display: none;
    }
}

@media only screen
and (max-width: 760px){

  

    #bullnav{
        display:none;
    }
    .mobilnone {
        display: none;
    }
    .mobilonly {
        display:block;
    }
    #navleiste, #menu, .navbar {
        display:block;
        left:0;
    }	
    #navleiste li {
        margin-right: 20px;
    }

   #bullnav nav ul li a:hover {
        border-radius: 0px;
        color:#333;
        background-color:transparent;
    }
 

    .mobilnav {
        background: rgba(200,200,200,0.8);
    }

    .overlay {
        display: none;
    }
#start {
    padding: 0;
    margin-top:0;
    background: url(../img/bg_start03.jpg) top center no-repeat;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.col-lg-1.first{
    padding-left:30px;
    margin-left:0;
    margin-bottom:20px;
}
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    
     .navbar {
    display: none;
  }
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   glyphicon
   ========================================================================== */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
          url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
          url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
          url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}