/*!
 * Start Bootstrap - Freelancer v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  background-color: #2c3e4f;
}

.os-form > *{
    margin: .5em 0 0 0;
}

.card {
    height: 100%;
}
.carousel-item {
  height: 25em;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner {
    max-height: 25em;
}
a:hover {
    color: #f05f40;
    cursor: pointer;
}
  .screenshots-box:hover .screenshots-box-caption {
    opacity: 1; }

.screenshots-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 1em;
  text-align: center;
}
  .screenshots-box .screenshots-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .screenshots-box .screenshots-box-caption .screenshots-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .screenshots-box .screenshots-box-caption .screenshots-box-caption-content .project-category,
      .screenshots-box .screenshots-box-caption .screenshots-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .screenshots-box .screenshots-box-caption .screenshots-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .screenshots-box .screenshots-box-caption .screenshots-box-caption-content .project-name {
        font-size: 18px; }
  .screenshots-box:hover .screenshots-box-caption {
    opacity: 1; }
  .screenshots-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .screenshots-box .screenshots-box-caption .screenshots-box-caption-content .project-category {
      font-size: 16px; }
    .screenshots-box .screenshots-box-caption .screenshots-box-caption-content .project-name {
      font-size: 22px; } }
  
.container-fluid {
    width: 70%;
}

@media (max-width: 700px) {
    .container-fluid {
        width: 100%;
    }
    .screenshots-box {
        margin: .5em .1em;
    }
}
@media (max-width: 992px) {
    section h2, h2 {
        font-size: 2em !important;
        margin-bottom: 1em;
    }
}
@media (min-width: 1200px) { 
    .first-card-row-lg {
        padding-bottom: 0 !important;
    }
}

li a {
    color: white !important;
}

p.small {
  font-size: 16px; }

a:not(#adminview-tab):not(#customerview-tab),
a.active:not(#adminview-tab):not(#customerview-tab),
a:active:not(#adminview-tab):not(#customerview-tab),
a:focus:not(#adminview-tab):not(#customerview-tab),
a:hover:not(#adminview-tab):not(#customerview-tab) {
  color: #a22222;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #607D8B; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  background-color: white; }

.img-centered {
  margin: 0 auto; }

section {
  padding: 4em 0;
  color: #4e4e4e;
}
  section h2 {
    margin: 0;
    margin-bottom: 1em;
}

section.success {
    background: #ffe4b4;
}

section.contact {
    color: white;
    background: #355866;
}

@media (max-width: 767px) {
  section {
    padding: 75px 0; }
  section.first {
    padding-top: 75px; } }

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px; }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
    .scroll-top .btn:focus {
      outline: none; }

#mainNav {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #2C3E50;
  padding-top: 0;
}
#mainNav a:focus {
    outline: none; 
}
#mainNav .navbar-brand {
    font-size: 1.1rem;
    color: white; 
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: white; 
}
  #mainNav .navbar-nav {
    letter-spacing: 1px; 
}
    #mainNav .navbar-nav li.nav-item a.nav-link {
      color: white; 
}
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #607D8B;
        outline: none; 
}
      #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: white; 
}
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: white;
    border-color: white; 
}
    #mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
      color: white;
      border-color: #607D8B;
      background-color: #607D8B; 
}

.nav-item{
    font-size: 13px;
}

@media (min-width: 992px) {

    .first-card-row-lg {
        padding-bottom: 7.4em;
    }
  #mainNav {
    -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 {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: white;
      border-radius: 3px;
      background: #607D8B; }
      #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: white;
        background: #607D8B; }
  /*#mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px; }*/
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }

header.masthead {
  text-align: center;
  color: white;
  background: #607D8B; }
  header.masthead img {
    display: block;
    margin: 0 auto 20px; }
  header.masthead .intro-text .name {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
    header.masthead {
        padding: 0;
    }
    header.masthead .intro-text .name {
        font-size: 4.75em;
    }
    header.masthead .intro-text .skills {
        font-size: 1.75em;
    }
}

#screenshots .screenshots-item {
  right: 0;
  margin: 0 0 15px; }
  #screenshots .screenshots-item .screenshots-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #screenshots .screenshots-item .screenshots-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: #607D8B; }
      #screenshots .screenshots-item .screenshots-link .caption:hover {
        opacity: 1; }
      #screenshots .screenshots-item .screenshots-link .caption .caption-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #screenshots .screenshots-item .screenshots-link .caption .caption-content i {
          margin-top: -12px; }
        #screenshots .screenshots-item .screenshots-link .caption .caption-content h3,
        #screenshots .screenshots-item .screenshots-link .caption .caption-content h4 {
          margin: 0; }

#screenshots * {
  z-index: 2; }

@media (min-width: 767px) {
  #screenshots .screenshots-item {
    margin: 0 0 30px; } }

.screenshots-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .screenshots-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
    .screenshots-modal .modal-dialog .modal-content h2 {
      font-size: 3em;
      margin: 0; }
    .screenshots-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .screenshots-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.screenshots-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .screenshots-modal .close-modal:hover {
    opacity: 0.3; }
  .screenshots-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
    .screenshots-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #2C3E50; }

.screenshots-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .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 #eeeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #607D8B; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee; }

footer {
  color: white; }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50; }
  footer .footer-col {
    margin-bottom: 50px; }
  footer .footer-below {
    padding: 25px 0;
    background-color: #2c3e50; }

.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #607D8B;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #2C3E50;
  background-color: #2C3E50;
  cursor: pointer;
}
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: black;
    background-color: #1a252f; }
  .btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: black;
      background-color: #0d1318; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #2C3E50;
    background-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #607D8B;
  background-color: #607D8B; }
  .btn-success.focus, .btn-success:focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
  .btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle:hover {
      color: white;
      border-color: #0a4b3e;
      background-color: #0e6f5c; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    border-color: #607D8B;
    background-color: #607D8B; }
  .btn-success .badge {
    color: #607D8B;
    background-color: white; }

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; }

.btn.active,
.btn:active,
.btn:focus {
  outline: none; }

.carousel-caption {
    /*background-color: rgb(255, 106, 0, 0.85) !important;*/
    /*background-color: rgba(255, 85, 0, 0.85) !important;*/
    border-radius: .5em;
    background-color: rgba(0, 0, 0, 0.47) !important;
}
#carouselApps{
    /*text-align: center;*/
}

#carouselApps .carousel-item {
    height: auto;
    min-height: 0;
}
#carouselApps .carousel-caption{
    color: white;
    background-color: transparent !important;
    box-shadow: none;
}
.carousel-app-inner img {
    width: 200px;
    margin: 0;
    border-radius: 100px;
    height: 200px;
}
@media (max-width: 768px) {
    .d-md-block {
        display: block!important;
    }
    h3 {
        font-size: 1.1rem;
    }
}
.carouselApps {
    bottom: -35px !important;
}
.appCapt {
    padding-bottom: 0 !important;
    bottom: -10px !important;
}
@media (max-width: 520px) {
    h3 {
        font-size: 1.0rem;
    }
    p {
        font-size: smaller !important;
    }
    .appCapt {
        bottom: -20px !important;
    }
    .carouselApps {
        bottom: -35px !important;
    }
}

.p-0 {
    padding: 0 !important;
}

[data-target="#carouselExampleIndicators"] {
    cursor: pointer;
}

button[type="submit"], button[type="button"] {
    cursor:  pointer;
}
.btn-darkblue{
    background-color: #2C3E50;
    border-color: #2C3E50;
}
footer {
    margin-bottom: 0 !important;
}
.carousel-caption.appCapt.d-none.d-md-block {
    margin: auto;
    position: initial;
    margin-left: 3em;
    margin-right: 3em;
}
.imgAppReview {
    margin: auto;
}

.image-container {
    height: 7em;
    background-color: #ff8630;
}

.image-center-text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-tag {
    font-weight:bold;
    color:#ff8630;
    font-size: larger;
    margin-left: .5em;
}

.img-fluid{
    max-height: 25em;
}

 .padding-left-0 {
    padding-left: 0;
}

.card-holder-information-toggler {
    cursor: pointer;
}

.card-holder-information-toggler:hover {
    text-decoration: underline;
}

.showOrder {
    color: white !important;
}

.margin-after {
    margin-bottom: 2em;
}

.card-body {
    background-color: rgba(160, 169, 173, 0.3);
}

.card-footer {
    background-color: #ff8630;
}

.price-div {
    background-color: antiquewhite;
    color: black;
    border-radius: 10px;
    padding-top: 1em;
    margin-bottom: 2em;
    width: 100%;
    /*box-shadow: 2px 5px #f7cd96;*/
}

.success-tag {
    background-color: green;
    padding: 2em;
    border-radius: 10px;
}

.carousel {
    margin-top: 4em;
}

.circle-pic {
    height: 55px;
    width: 55px;
    position: relative;
    margin-bottom: 12px;
    border-radius: 10px;
}

#profile * {
    z-index: 2;
}

#profile .card {
    cursor: pointer;
}

#profile .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(254,209,54,.9);
}

#profile .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}
    
@media (min-width: 767px){
    #profile .portfolio-item {
        margin: 0 0 30px;
    }
}

#profile .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#profile .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#profile .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
}

#profile .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#profile .portfolio-item .portfolio-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.products-link {
    background: #2c3e4f;
}

products-img{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}

.list li {
    margin-bottom: .5em;
}

.os-support-btn {
    width: 22em;
    color: white;
    background: #227f36;
    border-color: #000000;
    border-radius: 7px;
    cursor: pointer;
    height: 3em;
}

.os-support-btn:hover {
    background: #8BC34A;
}

.os-support-btn:active {
    background: #4a96c3;
}

.card-footer a {
    color: white !important;
}

.image-card-1 {
    height: 7em;
    background-image: url("../img/app_entw.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.image-card-se {
    height: 7em;
    background-image: url("../img/softwareentwicklung.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.image-card-ees {
    height: 7em;
    background-image: url("../img/eigenentwicklungen.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.image-card-ws {
    height: 7em;
    background-image: url("../img/bailandoor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.row-shadow {
    box-shadow: 0 10px 15px -11px gray;
}

.erp-info-icon, .fa-angle-up {
    font-size: 2em;
}

.margin-auto-middle {
    margin-left: auto;
    margin-right: auto;
}

.width-100 {
    width: 100% !important;
}

.height-100 {
    height: 100% !important;
}

.image-osoft {
    background-image: url("../img/osoft_homepage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 25em;
}

@media (min-width: 993px) {
    .lg-cards {
        margin-top: -7em;
    }
    .card {
        height: calc(100% + 7em);
    }
    .xl-cards {
        margin-top: -8em;
        height: calc(100% + 8em) !important;
    }
    /*.hide-lg {
        display: none;
    }*/
    /*.image-osoft {
        height: 30em;
    }*/
}

@media (max-width: 992px) {
    section#profile {
        padding: 0 !important;
    }
    #firstProfileCol {
        margin-top: -5em;
    }
}

@media (max-width: 432px) {
    .image-osoft {
        background-image: url("../img/osoft_smartphone.png");
        height: 15em;
        margin-top: 4em;
    }
    #firstProfileCol {
        margin-top: -3em;
    }
}

@media (max-width: 700px) {
    .row-marg {
        margin-left: .5em;
        margin-right: .5em;
    }
}

@media (max-width: 768px) {
    .margin-xs {
        margin-top: 2em;
    }
}

.iwhite {
    background-color: white !important;
}

.overlay-text {
    border: 5px solid #ffa768;
    background: white;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
}

.os-info-btns {
    font-size: smaller;
}

.os-info-text {
    margin-bottom: 0;
}

.hyphen {
    hyphens: manual;
}

.icon {
  position: absolute;
  color: #0078d6;
  font-size: 0.7em;
  margin-left: -18px;
  top: 9px;
  width: 64px;
}