﻿html,
body {
   height: 100%;
   color: #6e6e70;
}

.navbar-default {
   min-height: 100px;
   padding-top: 25px;
   opacity: 1;
   background-image: none;
   /*background-color: white;*/
   /*background-color: rgba(255,255,255,0.5);
   background-color: transparent;
   background-image: linear-gradient(to top, #eee 0%, white 70%);
   background-image: -webkit-linear-gradient(top left, red, rgba(255,0,0,0));  For Chrome 25 and Safari 6, iOS 6.1, Android 4.3;
   background-image: -moz-linear-gradient(top left, red, rgba(255,0,0,0));  For Firefox (3.6 to 15);
   background-image: -o-linear-gradient(top left, red, rgba(255,0,0,0));  For old Opera (11.1 to 12.0);
   background-image: linear-gradient(to bottom right, red, rgba(255,0,0,0));  Standard syntax; must be last 
   background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
   background: -moz-linear-gradient(bottom,red,orange,yellow,green,blue,indigo,violet);
   background-image: linear-gradient(to bottom, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
   background: rgba(255,255,255,0.7);
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(15%, rgba(255,255,255,0.7)), color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
   background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
   background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
   background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
   background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
   border-bottom: 0px;
   box-shadow: none;
}

   .navbar-default *:focus {
      outline: 0;
   }

   .navbar-default .navbar-nav > li > a,
   .navbar-default .navbar-nav > .open ul > a {
      text-transform: uppercase;
      font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 600;
      letter-spacing: 1px;
      color: rgba(110, 110, 112, 1);
   }

   .navbar-default .navbar-nav > .active > a,
   .navbar-default .navbar-nav > .active > a:hover,
   .navbar-default .navbar-nav > .active > a:focus {
      /*background-color: transparent;*/
      background: none;
      color: #00ADEE;
      box-shadow: none;
   }

   .navbar-default .navbar-nav > .open > a {
      background-color: transparent;
      color: #00ADEE;
   }

      .navbar-default .navbar-nav > li > a:hover,
      .navbar-default .navbar-nav > li > a:focus,
      .navbar-default .navbar-nav > .open > a:hover,
      .navbar-default .navbar-nav > .open > a:focus {
         background-color: transparent;
         color: #00ADEE;
      }

   .navbar-default .navbar-nav > .active > a {
      /*background-color: transparent;*/
      background: none;
      color: #00ADEE;
   }

   .navbar-default .navbar-brand {
      /*font-family: "Open sans", helvetica, arial;
         font-size: 24px;*/
      color: white;
      padding: 0 0 0 15px;
      margin: 12px 0 0 0;
   }

      .navbar-default .navbar-brand img {
         margin-top: -8px;
      }

.collapse.in {
  background-color: white;
  border-bottom: 1px;
}



/* Header */
#head {
   background: #181015 url( ../images/Home1.jpg) no-repeat;
   background-size: cover;
   min-height: 600px;
   text-align: center;
   padding-top: 240px;
   color: white;
   font-family: "Open sans", Helvetica, Arial;
   font-weight: 300;
}

   #head.secondary {
      height: 100px;
      min-height: 100px;
      padding-top: 100px;
      background: none;
   }

   #head .lead {
      font-family: "Open sans", Helvetica, Arial;
      font-size: 44px;
      margin-bottom: 6px;
      color: white;
      line-height: 1.15em;
   }

   #head .tagline {
      color: rgba(255,255,255,0.75);
      margin-bottom: 25px;
   }

      #head .tagline a {
         color: #fff;
      }

   #head .btn {
      margin-bottom: 10px;
   }

   #head .btn-default {
      text-shadow: none;
      background: transparent;
      color: rgba(255,255,255,.5);
      -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
      -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
      box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
      background: transparent;
   }

      #head .btn-default:hover,
      #head .btn-default:focus {
         color: rgba(255,255,255,.8);
         -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
         -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
         box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
         background: transparent;
      }

      #head .btn-default:active,
      #head .btn-default.active {
         color: #fff;
         -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
         -moz-box-shadow: inset 0px 0px 0px 3px #fff;
         box-shadow: inset 0px 0px 0px 3px #fff;
         background: transparent;
      }

@media (max-width: 767px) {
   #head {
      min-height: 420px;
      padding-top: 160px;
   }

      #head .lead {
         font-size: 34px;
      }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
   font-family: "Open sans", Helvetica, Arial;
}

h1, .h1, h2, .h2, h3, .h3 {
   margin-top: 30px;
}

blockquote {
   font-style: italic;
   font-family: Georgia;
   color: #999;
   margin: 30px 0 30px;
}

label {
   color: #777;
}

.thin {
   font-weight: 300;
}

.page-title {
   margin-top: 20px;
   font-weight: 300;
}

.text-muted {
   color: #888;
}

.breadcrumb {
   background: none;
   padding: 0;
   margin: 30px 0 0px 0;
}

ul.list-spaces li {
   margin-bottom: 10px;
}

/* Helpers */
.container-full {
   margin: 0 auto;
   width: 100%;
}

.top-space {
   margin-top: 60px;
}

.top-margin {
   margin-top: 20px;
}

img {
   max-width: 100%;
}

   img.pull-right {
      margin-left: 10px;
   }

   img.pull-left {
      margin-right: 10px;
   }

#map {
   width: 100%;
   height: 280px;
}

#social {
   margin-top: 50px;
   margin-bottom: 50px;
}

   #social .wrapper {
      width: 340px;
      margin: 0 auto;
   }

/* Footer */
.footer1 {
   background-color: #fff;
   padding: 30px 0 0 0;
   font-size: 12px;
   color: #6E6E70;
}

   .footer1 a {
      color: #6E6E70;
   }

      .footer1 a:hover {
         color: #00ADEE;
      }

   .footer1 .widget {
      margin-bottom: 30px;
   }

   .footer1 .widget-title {
      font-size: 17px;
      font-weight: bold;
      color: #6E6E70;
      margin: 0 0 20px;
   }

   .footer1 .entry-meta {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin: 0 0 35px 0;
      padding: 2px 0;
      color: #888888;
      font-size: 12px;
      font-size: 0.75rem;
   }

      .footer1 .entry-meta a {
         color: #333333;
      }

      .footer1 .entry-meta .meta-in {
         border-top: 1px solid #ccc;
         border-bottom: 1px solid #ccc;
         padding: 10px 0;
      }

.follow-me-icons {
   font-size: 30px;
}

   .follow-me-icons i {
      float: left;
      margin: 0 10px 0 0;
   }

.footer2 {
   background-color: #fff;
   padding: 15px 0;
   color: #6E6E70;
   font-size: 12px;
}

   .footer2 a {
      color: #6E6E70;
   }

      .footer2 a:hover {
         color: #00ADEE;
      }

   .footer2 p {
      margin: 0;
   }

.widget-simplenav {
   margin-left: -5px;
}

   .widget-simplenav a {
      margin: 0 5px;
   }


/* carousel */
.carousel,
.item,
.active {
   height: 100%;
}

.carousel-inner {
   height: 100%;
}

.carousel-caption {
   position: absolute;
   top: 20%;
   margin: 0 auto;
   /*height: 420px;*/
}
   .carousel-caption h1 {
         font-size: 22px;
   }

      .carousel-caption p {
         font-size: 18px;
      }
@media (min-height: 400px) {
   .carousel-caption {
      top: 40%;
   }
}

@media (min-width: 768px) {
   .carousel-caption h1 {
         font-size: 28px;
   }

      .carousel-caption p {
         font-size: 22px;
      }
}

@media (min-width: 992px) {
   .carousel-caption h1 {
         font-size: 36px;
   }

      .carousel-caption p {
         font-size: 28px;
      }
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
   width: 100%;
   height: 100%;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
}

.navbar .divider-vertical {
   height: 12px;
   /*margin: 0 0px;*/
   /*margin-top: 19px;*/
   padding-top: 15px;
   border-right: 1px solid #3e6068;
   border-left: 1px solid #3e6068;
}

.navbar-inverse .divider-vertical {
   border-right-color: #222222;
   border-left-color: #111111;
}

.shadow img {
   /*-moz-box-shadow: 3px 3px 5px 6px #ccc;
   -webkit-box-shadow: 3px 3px 5px 6px #ccc;
   box-shadow: 3px 3px 5px 6px #ccc;*/
   /*-webkit-box-shadow: 0 8px 6px -6px black;
   -moz-box-shadow: 0 8px 6px -6px black;
   box-shadow: 0 8px 6px -6px black;*/
   -webkit-box-shadow: 0 8px 10px -4px black;
   -moz-box-shadow: 0 8px 10px -4px black;
   box-shadow: 0 8px 10px -4px black;
}

.navbar-nav > li > span {
   padding-top: 10px;
   padding-bottom: 10px;
   line-height: 20px;
}


.imagetextblock {
}

.valignblock-outer {
}

.valignblock-inner {
}

.imageblock {
   /*text-align: left;*/
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 30px;
}

@media (min-width: 768px) {
   .navbar-nav > li > span {
      padding-top: 15px;
      padding-bottom: 15px;
   }
}

@media (min-width: 992px) {
   .imagetextblock {
      min-height: 180px;
   }

   .valignblock-outer {
      min-height: 170px;
      display: table;
   }

   .valignblock-inner {
      display: table-cell;
      vertical-align: middle;
   }

   .imageblock {
      text-align: left;
      padding-top: 20px;
      padding-left: 10px;
   }
}

/*test*/
/*.my-container {
    position: relative;
    background: #5C97FF;
    overflow: hidden;
}*/
/* You could use :after - it doesn't really matter */
/*.my-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('http://placekitten.com/1500/1000');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}*/



/* portfolio */
.timeline {
   position: relative;
   padding: 0;
   list-style: none;
}

   .timeline:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 40px;
      width: 2px;
      margin-left: -1.5px;
      background-color: #f1f1f1;
   }

   .timeline > li {
      position: relative;
      margin-bottom: 50px;
      min-height: 50px;
   }

      .timeline > li:before,
      .timeline > li:after {
         content: " ";
         display: table;
      }

      .timeline > li:after {
         clear: both;
      }

      .timeline > li .timeline-panel {
         float: right;
         position: relative;
         width: 100%;
         padding: 0 20px 0 100px;
         text-align: left;
      }

         .timeline > li .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
         }

         .timeline > li .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
         }

      .timeline > li .timeline-image {
         z-index: 100;
         position: absolute;
         left: 0;
         width: 80px;
         height: 80px;
         margin-left: 0;
         border: 3px solid #f1f1f1;
         border-radius: 100%;
         text-align: center;
         color: #fff;
         background-color: #00ADEE;
         /*background-color: #36a2fe;*/
         /*transition: 0.5s ease-in-out;*/
         -webkit-box-shadow: 0 8px 10px -4px black;
         -moz-box-shadow: 0 8px 10px -4px black;
         box-shadow: 0 8px 10px -4px black;
      }

         .timeline > li .timeline-image:hover {
            opacity: 1;
            -webkit-transform: scale(3);
            transform: scale(3);
            transition: all 0.5s ease-in-out;
            /*-webkit-transition: all 0.6s;
             -moz-transition: all 0.6s;
             transition: all 0.6s;*/
         }

         .timeline > li .timeline-image h4 {
            margin-top: 12px;
            font-size: 10px;
            line-height: 14px;
         }

         .timeline > li .timeline-image-last:hover {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
         }

         .timeline > li .timeline-image h4 {
            margin-top: 12px;
            font-size: 10px;
            line-height: 14px;
         }

      .timeline > li.timeline-inverted > .timeline-panel {
         float: right;
         padding: 0 20px 0 100px;
         text-align: left;
      }

         .timeline > li.timeline-inverted > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
         }

         .timeline > li.timeline-inverted > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
         }

      .timeline > li:last-child {
         margin-bottom: 0;
      }

   .timeline .timeline-heading h4 {
      margin-top: 0;
      color: inherit;
   }

      .timeline .timeline-heading h4.subheading {
         text-transform: none;
      }

   .timeline .timeline-body > p,
   .timeline .timeline-body > ul {
      margin-bottom: 0;
   }

@media(min-width:768px) {
   .timeline:before {
      left: 50%;
   }

   .timeline > li {
      margin-bottom: 100px;
      min-height: 100px;
   }

      .timeline > li .timeline-panel {
         float: left;
         width: 41%;
         padding: 0 20px 20px 30px;
         text-align: right;
      }

      .timeline > li .timeline-image {
         left: 50%;
         width: 100px;
         height: 100px;
         margin-left: -50px;
      }

         .timeline > li .timeline-image h4 {
            margin-top: 16px;
            font-size: 13px;
            line-height: 18px;
         }

      .timeline > li.timeline-inverted > .timeline-panel {
         float: right;
         padding: 0 30px 20px 20px;
         text-align: left;
      }
}

@media(min-width:992px) {
   .timeline > li {
      min-height: 150px;
   }

      .timeline > li .timeline-panel {
         padding: 0 20px 20px;
      }

      .timeline > li .timeline-image {
         width: 150px;
         height: 150px;
         margin-left: -75px;
      }

         .timeline > li .timeline-image h4 {
            margin-top: 30px;
            font-size: 18px;
            line-height: 26px;
         }

      .timeline > li.timeline-inverted > .timeline-panel {
         padding: 0 20px 20px;
      }
}

@media(min-width:1200px) {
   .timeline > li {
      min-height: 170px;
   }

      .timeline > li .timeline-panel {
         padding: 0 20px 20px 100px;
      }

      .timeline > li .timeline-image {
         width: 170px;
         height: 170px;
         margin-left: -85px;
      }

         .timeline > li .timeline-image h4 {
            margin-top: 40px;
         }

      .timeline > li.timeline-inverted > .timeline-panel {
         padding: 0 100px 20px 20px;
      }
}

.popover {
   width: 100%;
   max-width: 600px;
}

.trademark {
   color: #9a0505;
   font-size: 10px;
}

.technikinfo {
   color: #555;
}
