body {
    background-color: #eee;
}

#topnav {
}

.navbar-brand img {
    width: 100px;
    position: relative;
    top: -3px;
}

.navbar-toggle {
    border-width: 0;
}

ul.nav {
    font-weight: bold;
}

.important-navpoint a:link {
    color: #333 !important;
}

ul.nav a:hover {
    color: #007a3a !important;
}

#photohead {
    background-color: #4b4b4b;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}

#photohead-col {
    position: relative;
}

#photohead-text {
    position: absolute;
    bottom: 10%;
}

h1 {
    font-size: 8vw;
    font-weight: 700;
    text-shadow: 0.02em 0.02em 0 #333;
    line-height: 1em;
    margin-bottom: 0.3em;
}

h2 {
    padding-top: 40px;
}

h2.image-h2 {
    text-align: center;
}

h2 img {
    width: 250px;
    margin-bottom: 20px;
}

#team h3 {
    font-size: 18px;
}

.lead {
    margin-bottom: 40px;
    text-align: justify;
}

.lead-follows {
    margin-bottom: 10px;
}

.photohead-subtitle {
    font-size: 1.8em;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
}

.photohead-subtitle span {
    display: inline;
    background-color: white;
    padding: 0.25em 0;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
}

#offers-tischlerei .fa, #offers-wohnkonzept .fa, #offers-elektro .fa {
    color: #007a3a;
}

#offers-tischlerei .media-object, #offers-wohnkonzept .media-object, #offers-elektro .media-object {
    width: 100px;
}

#offers-tischlerei > div, #offers-wohnkonzept > div, #offers-elektro > div {
    margin-bottom: 20px;
}

.photobox {
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    margin: auto auto 10px;
    min-height: 430px;
    text-align: justify;
}

.photobox img {
    width: 100%;
}

.photobox h3 {
    text-align: center;
}

#quality-row p {
    text-align: justify;
}

#quality-row .media {
    margin-top: 10px;
}

.media-body h3 {
    margin-top: 0;
}

#team .row > div {
    margin-bottom: 20px;
}

#team img.media-object {
    width: 100px;
    border-radius: 50%;
    border-color: transparent;
}

#complete-team {
    width: 100%;
    margin: 0 0 40px;
}

#contact {
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: #333;
    color: #eee;
}

#contact h3 {
    font-size: 1.3em;
    margin-top: 0;
}

#contact a {
    color: #eee !important;
}

#contact .row div {
    padding-bottom: 30px;
}

#legal {
    font-size: 0.8em;
}

.h3-logo {
    height: 23px;
}


fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #1a724e;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #1a724e;
    border-color: #1a724e;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #1a724e;
    border-color: #116040;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #1a724e;
    border-color: #116040;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

  /* CSS für alle Bildschirmgrößen untereinander */
/*
 @media (min-width: 768px) {
    #jobs .container {
      display: flex;
      justify-content: space-between;
    }
    #jobs .container > div {
      width: 100%;
    }
  }
 */
@media (max-width: 1199px) {
#jobs .container img {
	margin-top: 20px;
}
}
