body {
  font-family: 'Domine', serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #9F9F9F;
  background-color: #EDEDED; 
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p, ul {
  font-size: 1.3em;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p, ul {
    font-size: 1.3em;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ED7D31;
}

a:focus, a:hover {
  text-decoration: none;
  color: #BC1C28;
}

#mainNav {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  background-color: #EDEDED; 
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #ED7D31;
  border: 1px solid #EDEDED;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: #ED7D31;
  font-weight: 700;
  font-size: 0.8em;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(black, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, 
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 1200px) {
  #mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #EDEDED; 
	-webkit-box-shadow: 0px 0px 6px 0px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(148,148,148,1);
    box-shadow: 0px 0px 6px 0px rgba(148,148,148,1); 
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(180, 180, 180, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
  #mainNav a {
    font-size: 1em;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../images/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: #EDEDED;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 48px;
  }
}

.content-section {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left:5px;
  padding-right:5px;
}

.was-section a {color:#FFFFFF}
.was-section a:hover {color:#ECECE8}

.about-section li{list-style: none;}
  
.about-section li::before{content: "\00BB";}
            
.modal-content  {
  color: #9F9F9F;
  background-color: #EDEDED;
  font-size: 0.8em;
}

.was-section,
.about-section,
.kontakt-section {
  color: white;
  background-color: #ED7D31;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.angebote-section,
.arbeiten-section {
  color: #9F9F9F;
  background-color: #EDEDED; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.light {
  background-color: rgba(255, 255, 255, 0.3); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(220,220,220,0.5);
  -moz-box-shadow: 0px 0px 2px 1px rgba(220,220,220,0.5);
  box-shadow: 0px 0px 2px 1px rgba(220,220,220,0.5);
  }
#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Montserrat', serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #ED7D31;
  border: 1px solid #ED7D31;
  background-color: #EDEDED;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #EDEDED;
  outline: none;
  background-color: #ED7D31;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  -webkit-box-shadow: 6px 0px 6px 0px rgba(148,148,148,1);
  -moz-box-shadow: 6px 0px 6px 0px rgba(148,148,148,1);
  box-shadow: 6px 0px 6px 0px rgba(148,148,148,1);
}

footer p {
  font-size: 14px;
  color:#333;
  margin: 0;
}

footer .col-sm-4 {
  padding-bottom: 15px;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.img-projekt {
    height: auto;
    width: 300px;
	overflow: hidden;
}

.img-projekt {    
  opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255,255,255,1);
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.img-projekt:hover{
    opacity: 0.7;
}

img {
    width: 100%;
}

.form-control {padding:15px;
font-size: 1.2em;}

.ekko-lightbox .modal-dialog {
  flex: 100%!important;
  margin-left: 0;
  margin-right: 0;
}