/* ibm-plex-sans-200 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ibm-plex-sans-v14-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ibm-plex-sans-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ibm-plex-sans-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ibm-plex-sans-v14-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/ibm-plex-sans-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ibm-plex-sans-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@charset "UTF-8";
body {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #777777; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif; }

h2 {
  font-size: 1.75em;
  padding-bottom: 1.5rem; }

h3 {
  font-size: 1.75rem;
  padding-bottom: 1rem; }

.text-red {
  color: #cc0001; }

.text-grey {
  color: #777777; }

.text-dark {
  color: #313233; }

.text-big {
  font-size: 1.3rem; }

.text-zitat {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 500;
  margin: 10px 0; }

.bg-dark {
  background-color: #313233;
  color: #fff; }

.push-top {
  padding-top: 30px;
  background-color: #fff;
  position: relative; }

@media (min-width: 1357px) {
  .push-top {
    margin-top: -6rem;
    max-width: 1340px;
    padding: 30px 115px 0 115px; } }
section {
  padding: 0;
  margin: 6rem 0 0 0; }
  section h2 {
    font-size: 1.75rem;
    line-height: 2rem; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 1.75rem;
      line-height: 2rem; } }

section.section1 {
  background-color: #e1e0de;
  padding: 0;
  margin: 5rem 0 0 0; }

section.section3 {
  text-align: center;
  padding-bottom: 0; }
  section.section3 h2 {
    font-size: 2.5rem;
    font-weight: 200; }
  section.section3 h3 {
    font-size: 1.3rem; }
  section.section3 hr {
    max-width: 3rem;
    padding: 0;
    border: none;
    border-top: solid 0.1rem;
    border-color: #777777;
    margin-left: 0;
    margin-bottom: 2rem; }
  section.section3 .hr-sw {
    background-image: url("/img/bg-sw.png");
    background-repeat: repeat-y;
    background-position: top;
    margin-top: 5rem; }
    section.section3 .hr-sw .black {
      background-color: #222129;
      height: 75px; }

section.tradition .float-cont {
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px;
  box-shadow: 0px 0px 15px 0px #2e2e2e;
  margin-top: 60px;
  margin-bottom: 40px;
  opacity: 0.9; }

section.section4 {
  background-image: url("/img/unsere-qualitaet-ist-ihre-garantie.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative; }
  section.section4 .bg-dark {
    padding: 2rem 2rem; }

section.section5 {
  background-color: #e1e0de;
  padding: 0;
  margin: 8rem 0 15rem 0; }
  section.section5 hr {
    max-width: 12rem;
    padding: 0;
    border: none;
    border-top: solid 0.2rem;
    border-color: #313233;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 0; }
  section.section5 .carousel-item .pagination-slider {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem; }
  section.section5 .carousel-item img {
    max-height: 285px; }

section.section-kontakt {
  background-image: url("/img/bg-kontakt.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: relative;
  padding-top: 5rem; }
  section.section-kontakt .bg-dark {
    padding: 2rem 2rem; }

section.produktion .float-cont {
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px;
  box-shadow: 0px 0px 15px 0px #2e2e2e;
  margin-top: 60px;
  margin-bottom: 40px;
  opacity: 0.9; }

hr.short-grey {
  max-width: 3rem;
  padding: 0;
  border: none;
  border-top: solid 0.25rem;
  border-color: #777777;
  margin-top: 0;
  margin-bottom: 5rem; }

hr.short-grey-left {
  max-width: 3rem;
  padding: 0;
  border: none;
  border-top: solid 0.25rem;
  border-color: #777777;
  margin-left: 0;
  margin-bottom: 5rem; }

hr.short-dark {
  max-width: 3rem;
  padding: 0;
  border: none;
  border-top: solid 0.25rem;
  border-color: #313233;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 0; }

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(129, 203, 209, 0.9);
    line-height: 3.1rem; }

#mainNav {
  padding-top: 0rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: 'IBM Plex Sans', sans-serif; }
  
  #mainNav .navbar-brand {
    color: #313233; 
  width:100px !important; }
  #mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0rem; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      color: #777777; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #313233; }
      #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: #313233; }
      #mainNav .navbar-nav li.nav-item a.nav-link.active {
        color: #313233; }
  #mainNav .container {
    position: relative; }
  #mainNav .navbar-brand {
    /*position: absolute;
    top: 45px;
    left: 0;*/ }
  #mainNav .navbar-toggler {
    /*font-size: 80%;*/
    padding: 0.8rem 0;
    outline: 0; }
  #mainNav .navbar-toggler:hover,
  #mainNav .navbar-toggler:active {
    background-color: #fff !important; }

@media (min-width: 992px) {
  #mainNav {
    font-size: 18px;
    font-weight: 200;
    padding-top: 0rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      padding-top: 0;
      font-size: 18px;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-nav {
      margin-top: 30px; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
      padding: 10px 0 10px 20px; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #777777;
      font-weight: bold;
      border-bottom: 1px solid #777777;
      background: #ffffff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #313233;
        background: #ffffff; }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }
@media (max-width: 992px) {
  #mainNav .navbar-brand {
    width: 250px; }
  #mainNav .navbar-nav {
    margin-top: 0; } }
@media (max-width: 767px) {
  #mainNav .navbar-brand {
    width: 200px; }
  #mainNav .navbar-nav {
    margin-top: 0; } }
header.masthead {
  z-index: 1;
  text-align: center; }
  header.masthead div.logo {
    position: relative;
  min-height:20px; }
    header.masthead div.logo img {
      position: absolute;
      left:15px;
      top:0px; 
    }
    @media (max-width: 500px) {
      header.masthead div.logo img {
        position: absolute;
        left:15px;
        top:0px; 
        max-width: 120px;
      }
    }
  header.masthead div {
    text-align: left; }
  header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem; }
  header.masthead h2 {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #777777;
    padding-bottom: 1.5rem; }

@media (min-width: 992px) {
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem; }
  header.masthead h2 {
    font-size: 3.5em; } }
.portfolio {
  margin-bottom: -15px; }
  .portfolio .portfolio-item {
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px; }
    .portfolio .portfolio-item .btn {
      background-color: rgba(204, 0, 1, 0.8);
      color: #fff;
      border-radius: 0;
      padding-top: 0.1rem;
      padding-bottom: 0.1rem; }
    .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
      font-size: 1.5rem; }
  .portfolio .portfolio-item:hover {
    text-decoration: none; }
    .portfolio .portfolio-item:hover h2 {
      color: #cc0001; }
    .portfolio .portfolio-item:hover .btn {
      background-color: rgba(119, 119, 119, 0.8);
      color: #cc0001;
      border-radius: 0; }
  @media (min-width: 576px) {
    .portfolio {
      margin-bottom: -30px; }
      .portfolio .portfolio-item {
        margin-bottom: 30px; } }

.portfolio-modal h2 {
  color: #81cbd1; }
.portfolio-modal .portfolio-modal-dialog {
  padding: 5rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5); }
  .portfolio-modal .portfolio-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem; }
    .portfolio-modal .portfolio-modal-dialog .close-button i {
      line-height: 38px; }
  .portfolio-modal .portfolio-modal-dialog .btn {
    background-color: rgba(204, 0, 1, 0.8);
    color: #fff;
    border-radius: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem; }
  .portfolio-modal .portfolio-modal-dialog .btn:hover {
    background-color: rgba(119, 119, 119, 0.8);
    color: #cc0001;
    border-radius: 0; }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 1.75rem;
    word-break: break-word;}
@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px); }
    .portfolio-modal .portfolio-modal-dialog h2 {
      font-size: 2.5rem; } }

.floating-label-form-group {
  position: relative; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 8px;
    resize: none;
    border: 2px solid #777777;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.7); }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #ffffff; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef; }

.btn-primary {
  background-color: #777777 !important;
  border-color: #777777 !important; }

p.kontakt-adresse:before {
  font-family: 'FontAwesome';
  font-size: 2rem;
  content: '\f041';
  vertical-align: top;
  display: inline-block; }

.section-kontakt i.fa {
  font-size: 3rem;
  min-width: 3rem;
  margin-bottom: 1rem;
  text-align: center; }

.section-kontakt i.fa.fa-envelope-o {
  font-size: 1.8rem;
  font-weight: 600; }

.section-kontakt i.fa:after {
  clear: left; }

.footer {
  padding-top: 5rem;
  padding-bottom: 0;
  background-color: #fff;
  color: #313233;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center; }
  .footer h4 {
    font-weight: 400; }
    .footer h4 span {
      font-weight: 700; }

.footer p.border-short-left {
  border-left: 3px solid #dee2e6;
  min-height: 320px;
  padding-left: 1rem;
  line-height: 1.8; }

@media (max-width: 1900px) {
  footer {
    background-size: auto !important; } }
.copyright {
  background-color: #777777;
  border-top: 1px solid #e6e8e8; }

a {
  color: #313233; }
  a:focus, a:hover, a:active {
    color: #181919; }

.btn {
  border-width: 2px; }

.bg-primary {
  background-color: #ffffff !important; }

.bg-secondary {
  background-color: #2C3E50 !important; }

.text-primary {
  color: #ffffff !important; }

.text-secondary {
  color: #2C3E50 !important; }

.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #e6e6e6;
    border-color: #e6e6e6; }

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1a252f;
    border-color: #1a252f; }

/*# sourceMappingURL=freelancer.css.map */
