body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

p {
  font-size: 22px !important;
}

h4 {
  font-size: 18px !important;
}

.content-title {
  font-size: 45px !important;
  color: #000000;
  margin-bottom: 0 !important;
}

#home-mobile {
  display: none;
}

.content-intro {
  text-align: left;
  height: 60vh;
  z-index: 0;
  justify-content: end;
}

.home-intro {
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(255,255,255, 0.85);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 28px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.overlay-content-socials-ul {
  display: inline-flex;
}

.overlay a:hover, .overlay a:focus {
  color: #585858;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.navbar {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.navbar-brand {
  width: 300px;
}

@media screen and (min-width: 1376px){
  .mobile-menu {
    display: none;
  }
  .site-content {
    margin-top: 200px !important;
  } 

  .site-content-mg-bt {
    margin-bottom: 200px !important;
  }

  .team-content {
    margin-top: 200px !important;
    margin-bottom: 50px;
  } 
  .team-margin-footer {
    margin-bottom: 200px;
  }
  .kontakt-mg {
    margin-bottom: 50px;
  }

  .form-div {
    margin-bottom: 200px;
  }
  .site-content-mg-bt-prjt {
	margin-top: 200px !important;
	margin-bottom: 100px !important;
  }  
}

@media screen and (max-width: 1376px){
  .standard-menu {
    display: none !important;
  }
  .navmob {
	 justify-content: space-between !important;
  }
  .content .content-overlay {
    opacity: 1 !important;
  }
  .content-details{
    top: 75% !important;
    left: 50% !important;
    opacity: 1 !important;
  }
  .site-content {
    margin-top: 100px !important;
  }
  .site-content-mg-bt {
    margin-bottom: 100px !important;
  }
  .team-content {
    margin-top: 100px !important;
    margin-bottom: 100px;
  } 
  .kontakt-mg {
    margin-bottom: 20px;
  }
  .form-div {
    margin-bottom: 100px;
  }
  .site-content-mg-bt-prjt {
	margin-top: 100px;  
  }
}

.site-intro {
  text-align: left;
  height: 45vh;
  z-index: 0;
  justify-content: end;
}

.dropdown-item:active {
  background-color:rgba(0, 0, 0, 0.2) !;
}

.dropdown-center:hover .dropdown-menu {
  display: block !important;
}

.dropdown-center .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none !important;
}

.dropdown-menu {
  border: 1px solid transparent !important;
  box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-item:active {
  background-color:rgba(0, 0, 0, 0.2) !important;
}

.standard-menu {
  font-size: 1.3rem;
}

.dropdown-item {
  font-size: 1.3rem;
  color: #58595B !important;
}

.dropdown-item:hover {
  color: #1b6cd5 !important;
}

.nav-item {
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #58595B !important;
}

.nav-link:hover {
  color: #1b6cd5 !important;
}

.dropdown-center:hover .dropdown-menu {
  display: block !important;
}

.dropdown-center .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none !important;
}

.dropdown-menu {
  border: 1px solid transparent !important;
  box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.2);
}

.intro-reihe {
  margin-bottom: 25px;
  flex-direction: row;
  justify-content: end;
  position: relative;
}

.home-kachel-bild-klein {
  height: 313px;
  width: 100%;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(255,255,255,0.85);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 75%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  font-size: 30px !important;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.content-details p{
  color: #000000;
  font-size: 0.8em;
}

footer {
  justify-content: end !important;
}

footer, ul {
  justify-content: center;
}

#fcf-form {
  display:block;
}

.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;
  font-size: 18px;
}

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

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

.fcf-credit a:hover {
  color: #0056b3;
  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;
}

.form-row {
  justify-content: space-between;
}

@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: #1b6cd5;
  border-color: #10458a;
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: #001730;
  border-color: #001730;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: #001730;
  border-color: #001730;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 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: 70%;
}

.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%;
}

.cushr {
    border-top: 2px solid #1b6cd5;
    opacity: 1;
    width: 200px;
}

.cushr-marg {
    border-top: 2px solid #1b6cd5;
    opacity: 1;
    width: 200px;
    margin: auto;
}

.cus-a {
	color: white;
    text-decoration: none;
}

hr {
	opacity: 1 !important;
}

.footer-col {
    background: #1b6cd5;
}

.intro-row {
    margin-top: 10% !important;
  }

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}

@media (min-width: 992px) {

  p {
    font-size: 18px !important;
  }

  .navbar-brand {
    width: 300px;
  }

  #home-mobile {
    display: block;
  }

  .overlay a {
    font-size: 24px;
  }

  footer, ul {
    justify-content: start;
  }
  .map {
    padding: 0 !important;
    height: 40vh;
  }
  .fcf-btn-block {
    width: 60%;
  }
  
  .page-img {
    display: none;
  }

  .page-logo {
    width: 30%;
  }

  .container-page {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .home-kachel-bild-klein {
    object-fit: cover;
    background-position: center;
    height: 350px;
  }

  .home-kachel-padding-phone {
    margin-bottom: 10%;
  }

  .overlay-content {
    top: 9%
  }

  .overlay-content-socials {
    top: 5%;
  }
  .side-intro {
    background-color: #1b6cd5;
    min-height: 58vh;
    z-index: 1;
    margin-right: 19%;
    margin-top: 12% !important;
    color: white;
    padding: 50px !important;
	width: 335px !important;
	border-radius: 8px;
  }
  
  .font-big {
	  font-size: 25px !important;
  }
  
  .intro-row {
    justify-content: start;
  }
  .intro1 {
    max-height: 75vh;
    background-color: #58595B;
}

  .intro2 {
    margin-top: 25% !important;
    min-height: 75vh;
    background-color: #58595B;
  }

  .intro-service {
    background-color: #58595B;
    min-height: 50vh;
  }

  .row-service {
    justify-content: space-between;
    margin-top: 5vh !important;
  }
  .projekte-phone {
	  display: none;
  }

}

@media (max-width: 576px) {
  footer, ul {
    justify-content: center;
  }
  .site-intro {
  height: 40vh;
  }
  .home-kachel-bild-klein {
    object-fit: cover;
    background-position: center;
    height: 300px;
  }

  .site-content {
    margin-top: 50px !important;
  }

  .site-content-mg-bt {
    margin-bottom: 50px !important;
  }

  .kontakt-mg {
    margin-bottom: 10px;
  }

  .form-div {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 200px;
  }

  .copyright {
    padding-top: 30px;
    justify-content: center;
  }
  .bigh1 {
    font-size: 30px !important;
}

  .mob {
	  font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
     opacity: 0;
     -webkit-transform: translateX(-10px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
     opacity: 0;
     transform: translateX(-10px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

.fadeInLeft{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInRight {
  0% {
     opacity: 0;
     -webkit-transform: translateX(+10px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
     opacity: 0;
     transform: translateX(+10px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
     opacity: 0;
     -webkit-transform: translateY(+10px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
     opacity: 0;
     transform: translateY(+10px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
}

.margtop-bet-div {
	margin-top: 50px !important;
}

.margbot-bet-div {
	margin-bottom: 50px !important;
}

.fot {
    background: #1b6cd5;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-reihe {
  margin-bottom: 25px;
  flex-direction: row;

}

.bigh1 {
	font-size: 50px;
}

@media (max-width: 992px) {
  .side-intro {
	  display: none;
  }
  .home-kachel-margin-phone {
    margin-bottom: 10%;
  }
  .home-kachel-bild-klein {
    height: 50vh;
  }  
  .mob-marg {
	margin-bottom: 40px;
  }
  .map {
    padding: 0 !important;
    height: 50vh;
  }
  .content-intro {
    height: 40vh;
  }
  .projekte-desktop {
	  display: none;
  }
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.team-kachel-bild {
  height: 300px;
}

.team-kachel-bild-mob {
  height: 300px;
  width: 100%;
}

.team-kachel {
  margin-top: 12px !important;
  margin-bottom: 12px;
}

.navbar-mob {
  list-style-type: none;
  padding-left: 0 !important;
}

.dienst-img {
  max-width: 90%;
}

.dropdown-mob {
  text-align: center !important;
  background-color: #ffffff00 !important;
  box-shadow: unset !important;
}

.site-content-mg-bt-prj {
	margin-top: 100px !important;
	margin-bottom: 100px;
}

.site-content-mg-bt-prj-last {
	margin-top: 100px !important;
	margin-bottom: 200px !important;
}

.cushr-prj {
    border-top: 2px solid #f1f4f7;
}

.cont-aligh {
	display: grid;
    align-content: center;
}

.ph-site-content-prj-pic {
	margin-bottom: 50px;
}

.ph-site-content-prj-pic-last {
	margin-bottom: 200px;
}

.ph-site-content-prj-txt {
	margin-top: 50px !important;
}