/*
        Projekt : Peter Klotz Transporte
        Modul   : rescale.less
        Date    : 10 / 2022
        Autor   : Dirk Schumacher
*/
/*===== Grundlagen =====*/
/***********************************************************************************
 *  NAVIGATION BAR
 *	Erweiterung der Bootstrap-Nav
************************************************************************************/
.navbar-groovy {
  background-color: rgba(0, 0, 0, 0.6);
  border-width: 0;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
}
.navbar-groovy.sticky {
  background-color: #000000;
}
.navbar-groovy.sticky .groovy-logo > img {
  height: 45px;
  margin-left: 20px;
}
.navbar-groovy.sticky .navbar-nav > li > a {
  color: #bdbdbd;
  height: 60px;
  line-height: 60px;
}
.navbar-groovy.sticky .navbar-header {
  height: 60px;
  line-height: 60px;
}
.navbar-groovy.sticky .navbar-toggle {
  margin-top: 14px;
}
.navbar-groovy .groovy-logo {
  display: block;
}
.navbar-groovy .groovy-logo > img {
  height: 75px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.navbar-groovy .navbar-nav > li > a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #bdbdbd;
  transition: color 0.2s ease 0s, height 0.2s ease 0s, line-height 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s, height 0.2s ease 0s, line-height 0.2s ease 0s;
  outline: none;
  padding: 0 15px;
  height: 90px;
  line-height: 90px;
}
.navbar-groovy .navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar-groovy .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  box-shadow: 0 -2px 0 #8c8c8c inset;
}
.navbar-groovy .navbar-nav > .active > a {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 -2px 0 #640f0f inset;
}
.navbar-groovy .navbar-nav > .active > a:hover,
.navbar-groovy .navbar-nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.navbar-groovy .navbar-nav > .disabled > a,
.navbar-groovy .navbar-nav > .disabled > a:hover,
.navbar-groovy .navbar-nav > .disabled > a:focus {
  background-color: transparent;
  color: #ccc;
}
.navbar-groovy .navbar-nav > .open > a,
.navbar-groovy .navbar-nav > .open > a:hover,
.navbar-groovy .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  box-shadow: 0 -2px 0 #640f0f inset;
}
.navbar-groovy .navbar-header {
  position: relative;
  height: 90px;
  line-height: 90px;
  transition: color 0.2s ease 0s, height 0.2s ease 0s, line-height 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s, height 0.2s ease 0s, line-height 0.2s ease 0s;
}
.navbar-groovy .navbar-toggle {
  border-color: #ddd;
  margin-top: 28px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.navbar-groovy .navbar-toggle:hover,
.navbar-groovy .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-groovy .navbar-toggle .icon-bar {
  background-color: #888;
}
@media (max-width: 767px) {
  .navbar-groovy {
    height: auto;
  }
  .navbar-groovy .navbar-header {
    height: 60px;
    line-height: 60px;
  }
  .navbar-groovy .navbar-toggle {
    margin-top: 14px;
  }
  .navbar-groovy .navbar-nav > li > a {
    padding: 0 15px;
    height: 40px !important;
    line-height: 40px !important;
  }
  .navbar-groovy .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-groovy .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-groovy .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #333;
  }
  .navbar-groovy .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-groovy .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-groovy .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  .navbar-groovy .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-groovy .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-groovy .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
  }
}
body,
html {
  height: 100%;
}
body {
  font: 300 18px/26px "Roboto", Arial, sans-serif;
  position: relative;
  background-color: #1b1b1b;
  text-align: center;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.5;
}
body p {
  color: #bdbdbd;
  text-align: center;
}
body h1 {
  margin: 0 0 4px;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
}
body h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #bdbdbd;
}
body h3 {
  color: #fff;
}
body h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fbfbfb;
}
body ul {
  padding-left: 0;
  list-style: square inside;
  color: #b3b3b3;
}
.headline {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  padding-top: 70px;
  text-align: center;
}
.headline hr {
  background-color: #640f0f;
  color: #640f0f;
  border: #640f0f;
  width: 140px;
  height: 2px;
  margin-bottom: 40px;
}
.headline h1 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.headline h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .headline h1 {
    font-size: 26px;
  }
  .headline h2 {
    font-size: 14px;
  }
}
#Autoscroll {
  bottom: 25px;
  color: #fff;
  height: auto;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 25px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: 10000;
  background: #636363 none repeat scroll 0 0;
  border-radius: 50%;
  height: 48px;
  line-height: 42px;
  text-decoration: none;
  width: 48px;
  font-size: 32px;
  text-align: center;
  outline: 0 none;
  visibility: hidden;
}
#Autoscroll:hover {
  background-color: #181818;
}
#Autoscroll.on {
  opacity: 1;
  visibility: visible;
}
.ajaxloading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  font-size: 100px;
  text-align: center;
  padding-top: 20%;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
/* ========================= Elements ========================= */
/* Features */
.features .item {
  text-align: center;
  padding-bottom: 30px;
}
.features .item i {
  display: inline-block;
  width: 96px;
  height: 96px;
  font-size: 42px;
  line-height: 90px;
  color: #FFF;
  background-color: #640f0f;
  border: 3px solid #FFF;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  -moz-box-shadow: 0 0 0 3px #f0f0f0;
  -webkit-box-shadow: 0 0 0 3px #f0f0f0;
  box-shadow: 0 0 0 3px #f0f0f0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .features .item i {
    width: 70px;
    height: 70px;
    font-size: 26px;
    line-height: 66px;
  }
}
.features .item:hover i {
  color: #640f0f;
  background-color: #FFF;
  border: 3px solid #640f0f;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.features .item h4 {
  font-family: Dosis;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin: 25px 0px 0px;
}
@media (max-width: 767px) {
  .features .item h4 {
    font-size: 16px;
  }
}
.features .item p {
  margin: 15px 0px 0px;
}
.features .item .btn-section {
  padding: 18px 0px 6px;
}
.features .item .btn-custom {
  font-size: 9px;
  padding: 9px 12px 8px;
}
/***********************************************************************************
*   SECTIONS
************************************************************************************/
.full-section {
  background: transparent no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
  /* for background-size:cover replacement on iOS devices */
  /**
     * iPad with portrait orientation.
     */
  /**
     * iPad with landscape orientation.
     */
  /**
     * iPhone 5
     * You can also target devices with aspect ratio.
     */
}
.is-mobile .full-section {
  background-attachment: scroll !important;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .full-section {
    -webkit-background-size: 50% auto;
    background-attachment: scroll;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
}
@media screen and (device-aspect-ratio: 40/71) {
  .full-section {
    -webkit-background-size: auto 50%;
  }
}
#About {
  margin: 0;
  margin-bottom: 50px;
}
#About p {
  color: #bdbdbd;
  text-align: center;
  margin: 0 0 30px;
}
#section-1 {
  padding: 60px 0;
  background-image: url('../images/bg-slide-2.jpg');
  text-align: center;
}
#section-1 h1 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  color: #4a4a4a;
  color: #640f0f;
}
#section-1 h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}
#Machines {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #Machines {
    text-align: center;
  }
}
/***********************************************************************************
*   FORM
************************************************************************************/
.form-container {
  text-align: left;
  background: rgba(20, 24, 28, 0.8);
  position: relative;
  z-index: 111;
  margin-top: -58%;
}
.form-container .form-title {
  background: #14181c;
  color: #ffffff;
  padding: 16px 20px;
  margin-bottom: 24px;
  position: relative;
}
.form-container .form-title > h2 {
  margin: 0;
  color: inherit;
  text-align: center;
  font-size: 24px;
}
.form-container label {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}
.form-container .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 0;
}
.form-container .form-control option {
  background: rgba(20, 24, 28, 0.6);
}
.form-container .form-control::placeholder {
  clolor: #8f8f8f;
}
.form-container .form-control::-webkit-input-placeholder {
  clolor: #8f8f8f;
}
.form-container .form-control:-ms-input-placeholder {
  clolor: #8f8f8f;
}
.form-container .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-container .form-control:focus::placeholder {
  color: transparent !important;
}
.form-container .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.form-container .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}
.form-container textarea {
  height: auto !important;
}
.form-container .bootstrap-datetimepicker-widget {
  background-color: rgba(0, 0, 0, 0.8);
}
.form-container .btn-danger {
  background-color: #640f0f;
  border-color: #380808;
  color: #fff;
  border-radius: 0;
}
.form-container .btn-danger:hover,
.form-container .btn-danger:focus,
.form-container .btn-danger:active,
.form-container .btn-danger.active,
.form-container .open > .dropdown-toggle.btn-danger {
  background-color: #210505;
  border-color: #0b0202;
  color: #fff;
}
.form-container .alert {
  display: inline;
}
@media (max-width: 767px) {
  .form-container {
    margin-top: -158%;
  }
}
/***********************************************************************************
*   TEASER
************************************************************************************/
.bannercontainer {
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
  max-height: 700px;
  background: transparent url('../images/bg-slide-1_1.jpg') no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .bannercontainer {
    margin-top: 60px;
    height: 20%;
  }
}
.bannercontainer .banner {
  position: relative;
  width: 100%;
}
.bannercontainer .tp-caption.title {
  color: #fff;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.bannercontainer .tp-caption.text {
  color: #fff;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px !important;
}
/***********************************************************************************
*   GALLERY
************************************************************************************/
#praxis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #101010;
  margin-top: 3rem;
}
#praxis .row {
  margin-left: 0;
  margin-right: 0;
}
#praxis .container-fluid {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#praxis .pic_01,
#praxis .pic_02,
#praxis .pic_03 {
  height: 19vh;
  margin-bottom: 8px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#praxis .pic_01 {
  grid-area: pic_01;
  background-image: url(../images/img_pic01.jpg);
}
#praxis .pic_02 {
  grid-area: pic_02;
  background-image: url(../images/img_pic02.jpg);
}
#praxis .pic_03 {
  grid-area: pic_03;
  background-image: url(../images/img_pic03.jpg);
}
#praxis .pic_04 {
  grid-area: pic_04;
  background-image: url(../images/img_pic04.jpg);
}
@media (min-width: 768px) {
  #praxis .grid-outter-container {
    height: 900px;
    display: grid;
    grid-template-columns: 1fr 688px 1fr;
    gap: 8px 8px;
    grid-template-areas: "white_left gallery_center white_right" "white_left gallery_center white_right";
  }
  #praxis .grid-outter-container .gallery_center {
    grid-area: gallery_center;
  }
  #praxis .grid-outter-container .white_left {
    grid-area: white_left;
    background-color: #1b1b1b;
  }
  #praxis .grid-outter-container .white_right {
    grid-area: white_right;
    background-color: #1b1b1b;
  }
  #praxis .grid-inner-container {
    height: 150%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 8px 8px;
    grid-template-areas: "pic_01 pic_01" "pic_02 pic_03" "pic_04 pic_04";
  }
  #praxis .grid-inner-container .pic_01,
  #praxis .grid-inner-container .pic_02,
  #praxis .grid-inner-container .pic_03,
  #praxis .grid-inner-container .pic_04 {
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #praxis .grid-outter-container {
    grid-template-columns: 1fr 928px 1fr;
  }
}
@media (min-width: 1200px) {
  #praxis .grid-outter-container {
    grid-template-columns: 1fr 1108px 1fr;
  }
}
.item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.portfolios .item h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #FFF;
  padding: 15px;
  margin: 0px;
  border-bottom: 0px;
  color: #000;
}
/***********************************************************************************
*  GOOGLE MAP
***********************************************************************************/
#Map {
  width: 100%;
  height: 360px;
  margin: 0;
}
#Map > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
#Map .mapfilter {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/***********************************************************************************
*  FOOTER BOTTOM
***********************************************************************************/
#footer {
  padding: 30px 0;
  text-align: center;
}
#footer a {
  font-size: 16px;
  font-weight: 200px;
  text-decoration: none;
  color: #bdbdbd;
}
#footer a:hover {
  color: #640f0f;
}
#footer i {
  margin: 20px 20px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
}
#footer-bottom {
  padding: 30px 0;
  background-color: #101010;
  color: #979797;
}
#footer-bottom a,
#footer-bottom h1,
#footer-bottom h2,
#footer-bottom h3,
#footer-bottom h4,
#footer-bottom h5,
#footer-bottom h6 {
  color: #fff;
}
#footer-bottom .copyright {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#footer-bottom .copyright img {
  height: 65px;
  margin-bottom: 10px;
}
#footer-bottom .widget:last-child {
  margin-bottom: 0;
}
#footer-bottom .last {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer-bottom .last {
    margin-bottom: 20px;
  }
  #footer-bottom .copyright {
    text-align: center;
  }
  #footer-bottom .copyright img {
    display: block;
    margin: 0 auto 20px;
  }
}
