/*
	DOCUMENT INFORMATION
	-----------------------------
	- Document: AHW-tools Launch
	- Version:  1.0
	- Client:   AHW-tools
	- Author:   Pierre Bendzinski
	- Updated:  11.11.2017

	ROADMAP
	-----------------------------
	1.0		Aufsetzen der einfachen Startseite
*/
/* 	---------------------------------------
	Smallest devices (mobile, 0px and up)


	CSS DIRECTORY
   	-----------------------------
------------------------------------------- */
#grid-control {
  width: 100%;
  height: 5px;
  position: fixed;
  z-index: 9999;
  display: block;
  background: red;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
}
h1,
h2,
h3 {
  font-family: 'Viga', cursive;
}
h1 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 22px 0;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}
h2 {
  font-size: 34px;
  color: #222222;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  color: #222222;
  font-size: 18px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
}
p {
  font-size: 14px;
  line-height: 24px;
}
p.headline-intro {
  padding-bottom: 20px;
}
button:focus,
button:active {
  outline: 0 !important;
  box-shadow: none !important;
}
.hidden-mobile {
  display: none;
}
.text-muted {
  color: #5f5f5f;
}
.sub-headline {
  font-size: 16px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
}
.btn-primary {
  padding: 15px 35px;
  background: #e4482e;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #e4482e;
}
header {
  height: 100vh;
  background: url('../img/header/header_background.jpg');
  overflow: hidden;
  position: relative;
}
header .header-overlay {
  position: absolute;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
header .header-overlay img {
  padding-bottom: 50px;
}
header video {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
nav {
  padding: 0px;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 4px 5px -3px #ececec;
  position: relative;
  background: #fff;
}
nav.navbar .navbar-nav li.nav-item {
  padding-top: 8px;
}
nav.navbar .navbar-nav li.nav-item a {
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: 20px;
  margin: 17px 32px 17px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
nav.navbar .navbar-nav li.nav-item a:hover,
nav.navbar .navbar-nav li.nav-item a:active,
nav.navbar .navbar-nav li.nav-item a:focus {
  color: #e4482e;
}
nav.navbar .navbar-nav li.nav-item-logo {
  padding-top: 0;
  display: none;
}
.trenner.fullwidth img {
  width: 100%;
}
.trenner.quarterwidth img {
  width: 50%;
}
section {
  padding: 75px 0 125px 0;
}
section.small {
  padding: 40px 0;
}
section.middle {
  padding: 100px 0;
}
section#produkte .abstand {
  display: block;
  height: 50px;
  width: 100%;
}
section#produkte .subheadline {
  font-size: 26px;
}
section#produkte .fa {
  color: black;
  padding-bottom: 14px;
}
section#produkte img {
  padding-bottom: 40px;
}
section#produkte .modal img {
  padding-bottom: 10px;
}
section#download .col-12 {
  padding-bottom: 10px;
}
section#download .btn-download {
  position: relative;
  text-align: left;
  padding: 15px 35px 10px 15px;
  line-height: 20px;
  margin-bottom: 0 !important;
  min-width: 300px;
}
section#download .btn-download .fa-download {
  position: absolute;
  left: 20px;
  top: 20px;
}
section#download .dropdown-toggle {
  height: 100%;
  margin-left: -8px;
  background: #e4482e;
  color: white;
  padding-right: 10px;
  font-size: 20px;
  cursor: pointer;
}
section#download .dropown-menu {
  background: red;
}
section#download .dropown-menu.dropdown-item:hover {
  background: #e4482e !important;
}
section#kontakt {
  background-image: url('../img/kontakt/hintergrund_karte.png');
  background-repeat: no-repeat;
  background-position: center left;
}
section#kontakt i {
  font-size: 18px;
  padding-right: 6px;
}
section#kontakt dl dt {
  font-family: 'Viga', cursive;
  color: #222222;
  clear: left;
  font-size: 15px;
  font-weight: 400;
  float: left;
  width: 150px;
  margin-right: 12px;
  line-height: 28px;
}
section#kontakt dl dt:after {
  content: ":";
}
section#kontakt dl dd {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
  font-size: 15px;
  color: #888888;
  line-height: 27px;
}
section#kontakt dl dd a {
  color: #888888;
}
section#kontakt dl dd a:hover,
section#kontakt dl dd a:active,
section#kontakt dl dd a:focus {
  color: #888888;
}
section#kontakt .abstand {
  display: block;
  width: 100%;
  height: 15px;
}
section#kontakt .form-group input,
section#kontakt .form-group textarea {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
section#kontakt .form-group input {
  height: 50px;
}
section#kontakt .form-group textarea {
  height: 165px;
}
section#impressum h1 {
  color: black;
}
footer {
  padding: 35px 0 10px 0;
  background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/zig%20zag%20wool.png');
  color: #cccccc;
}
footer img {
  padding-bottom: 15px;
}
footer a {
  color: #e4482e;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #e4482e;
}
.btn:active,
video:active,
.btn:focus,
video:focus {
  box-shadow: none;
  outline: none;
}
#produkte .sub-headline {
  margin-bottom: 20px;
}
#produkte .sub-headline + .btn {
  margin-bottom: 60px;
}
#videoModal .modal-body .nav-link {
  color: #e4482e;
}
#videoModal .modal-body .nav-link.active {
  color: #222222;
}
video {
  object-fit: cover;
}
/* 	---------------------------------------
	Small devices (tablets, 768px and up)


	CSS DIRECTORY
   	-----------------------------

------------------------------------------- */
@media (min-width: 768px) {
  #grid-control {
    background: orange;
  }
  nav.navbar .navbar-nav li.nav-item a {
    margin: 17px 32px 17px 32px;
  }
  nav.navbar .navbar-nav li.nav-item-logo {
    display: inline-block;
  }
  .trenner.quarterwidth img {
    width: 25%;
  }
  section#download .btn-download {
    min-width: 290px;
  }
}
/* 	---------------------------------------
	Medium devices (desktops, 992px and up)


	CSS DIRECTORY
   	-----------------------------

------------------------------------------- */
@media (min-width: 992px) {
  #grid-control {
    background: yellow;
  }
  .hidden-mobile {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  section#download .text-center:nth-child(even) {
    text-align: right !important;
  }
  section#download .text-center:nth-child(odd) {
    text-align: left !important;
  }
  section#download .btn-download {
    min-width: 350px;
    padding: 15px 35px 10px 70px;
  }
}
/* 	---------------------------------------
	Large devices (desktops, 1170px and up)
	weitere Large-Desktops ebenfalls weiter in diesem Dokument


	CSS DIRECTORY
   	-----------------------------

------------------------------------------- */
@media (min-width: 1170px) {
  #grid-control {
    background: blue;
  }
}
/*# sourceMappingURL=style.css.map */