@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.ttf")
}

body {
  background-color:white;
  font-size:15px;
  font-family: "Montserrat";
}

.form-control {
  border-radius: 0;
}
.btn-blue {
  background-color:#183650a6;
  color:white;
}
.btn-orange {
  background-color: #ff9a21;
  color: white;
}

.btn-round {
  border-radius: 30px;
}

.btn:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
  color: white;
}
a {
  text-decoration:none;
}

header ul {
  margin:0;
  padding:0;
}
.header-top {
    background-color: rgba(24,54,80,.65);
    height:40px;
}
.header-top a {
  color:white;
}
.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.header-top ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 40px 8px 5px;
    color: #fff;
}
.header-top .call-now {
    background-color: #ff9a21;
    padding-right: 10px;
}
.header-main {
    position: relative;
    z-index: 10;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: 70px;
}
.logo {
  float:left;
}
.logo img {
    transition: all 0.4s linear 0s;
    width:200px;
}
.logo img:hover {
    transform: scale(1.05);
}

.main-title {
    background: gray;
    background-image: url(/uploads/title-bg.jpg);
    height: 300px;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom:50px;
}
.main-title h2 {
    padding-top: 105px;
    color: white;
    font-size:35px;
    text-transform: uppercase;
}
.highlight {
  width:100%;
  height:100vh;
}

.highlight .bg {
  background-image: url('/uploads/1568193103-resized.jpg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
}
.menu {
    float: right;
    margin: 0;
}
.menu li {
    display: inline-block;
    margin: 10px 20px;
}
.menu li:last-child {
    margin-right: 0;
}
.menu li.active a {
  color:#ff9a21;
  font-weight:bold;
}
.menu li a {
    color: black;
    font-size: 17px;
}
.cta {
  min-height: 280px;
  background: transparent;
}
.cta .left {
  padding:70px 0;
}
.cta .right {
  background-image: url(/uploads/cta-girl.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
}
.contact .fa {
    font-size: 17px;
    margin: 3px 5px 5px 3px;
    width: 20px;
    text-align: center;
    color: #ff9a21;
}
.contact .fa-mobile {
    font-size: 27px;
    vertical-align: sub;
}
.services .title {
    margin: 0 0 30px 0;
}
.services .title:before {
    content: "";
    border-bottom: 3px solid #183650a6;
    width: 50px;
    display: block;
    margin-bottom: 20px;
}
.services img,
.materials img,
.galleries img {
  width:100%;
}
.last-blogs {
  margin:40px 0;
}
.last-blogs .title {
    margin: 0 0 30px 0;
    min-height:90px;
}
.last-blogs .title:before {
    content: "";
    border-bottom: 3px solid #183650a6;
    width: 50px;
    display: block;
    margin-bottom: 20px;
}
.box {
  margin-bottom: 40px;
}
.box .inner {
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 30px;
    transition: all 0.5s linear 0s;
    min-height: 280px;
}
.box .inner:hover {
  box-shadow:0 0 20px gray;
}
.box h3 {
  font-size:23px;
}
.box .subtitle {
    margin: 15px 0;
    min-height: 110px;
    font-size: 14px;
}
.box .body {
    margin: 15px 0;
    min-height: 85px;
    font-size: 14px;
}
.service {
  margin:40px 0;
}

.blog {
  margin:40px 0;
}
.galleries .title {
    margin: 0 0 30px 0;
    min-height:70px;
}
.galleries .title:before {
    content: "";
    border-bottom: 3px solid #183650a6;
    width: 50px;
    display: block;
    margin-bottom: 20px;
}

.gallery div[class^="col"] {
  margin-bottom: 20px;
}
#form-formular {
  padding:20px;
  border:1px solid #c5c5c5;
  margin-bottom: 20px;
}
#form-formular label {
    margin-bottom: 3px;
    font-size:13px;
}
.custom-checkbox,
.custom-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio {
  font-size:16px;
}
.custom-checkbox input,
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark,
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f7b668;
}

.custom-checkbox:hover input ~ .checkmark,
.custom-radio:hover input ~ .checkmark {
  background-color: #f7b668;
}

.custom-checkbox .checkmark:after,
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after,
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after,
.custom-radio .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox a {
  color:black;
  font-weight: bold;
}
footer {
    background-color: rgba(24, 54, 80, 0.65);
    padding:50px 0;
    color:white;
}
footer ul {
  list-style: none;
  padding:0;
  margin:10px 0;
}
footer ul li {
  line-height: 30px;
}
footer a {
  color:white;
  text-decoration: underline;
}
footer a:hover {
  color:white;
  text-decoration: none;
}

footer i {
    font-size: 12px;
}
footer .referenzen {
  margin-top:30px;
}
footer .referenzen .image {
  margin-bottom: 20px;
}
.sidr {
  background-color:rgba(24, 54, 80, 0.65);
}
#menu-toggle {
    display: none;
    position: absolute;
    right: 20px;
    color: #ff9a21;
    font-size: 32px;
}
.mobile-info {
  padding:0 15px;
  display: none;
}
.mobile-info a {
  color:white;
}
.mobile-info i {
  display:none;
}
@media (max-width:1200px) {
  .menu li {
    margin:10px 6px;
  }
  .menu li a {
    font-size:16px;
  }
}
@media (max-width:1025px) {
  .menu {
    display: none;
    float: none;
  }
  #menu-toggle,
  .mobile-info {
    display: block;
  }
  .header-top {
    display:none;
  }
  .main-title {
    background-size: cover;
  }
}
@media (max-width:768px) {
  .main-title {
    height: 150px;
  }
  .main-title h2 {
    padding-top:40px;
    font-size:30px;
  }
  .blog img {
	width:100%;
  }	
}
@media (max-width:500px) {
  .body img {
    width:100%;
    height:auto;
  }
  .logo img {
    width:140px;
  }
  .header-main {
    height:50px;
  }
  #menu-toggle {
    top:2px;
  }
}
