

.rounded-lg {
    border-radius: .75rem !important;
}
.bg-light {
    background-color:
    #f7faff !important;
}

.bg-orange {
  background: rgb(255,108,4);
background: linear-gradient(90deg, rgba(255,108,4,1) 15%, rgba(255,169,68,1) 100%);
}


.orange {
  color: #ff8c26
}


.bg-grau {
  background: #fff

}

.bg-green {
  background: rgb(1,131,71);
  background: linear-gradient(90deg, rgba(1,131,71,1) 13%, rgba(0,185,85,1) 100%);
  border-color: rgb(0,185,85);

}

.text-green {color: rgb(0,185,85); }



.bg-orange .nav .nav-link {
  color: #e1e2dd;
  padding: 0.5rem 0rem;

}

.bg-orange h3.widget-title {
color: #fff
}


header#masthead {
  width: 100%;
  margin-bottom: 0;
  background-color: #fff ;
  z-index: 100000;


}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
  color: #191c21
}

.bg-laser:hover ,
.bg-display:hover ,
.bg-cnc:hover ,
.bg-beschilderung:hover ,
.bg-technisch:hover ,
.bg-beschriftung:hover ,
.bg-verglasung:hover {
  filter: brightness(70%);
   transition: 0.3s;
}

.bg-laser ,
.bg-display ,
.bg-cnc ,
.bg-beschilderung ,
.bg-technisch,
.bg-beschriftung ,
.bg-verglasung {
  filter: brightness(100%);
   transition: 0.3s;
}




/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 15px;
  padding-right: 15px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {

  padding: 1rem;


}

.current_page_item {

text-decoration: underline;
color: #fff
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.navbar-brand img {
    height: auto;
    max-width: 250px;

}

.cc-19cg.cc-ve3u {display: none;}

.bg-orange .nav .nav-link:hover {color: #fff}

#slideSource {

    transition: opacity 1s;

}

#slideSource.fade {
  opacity: 1;
  transition: opacity 1s;
}


#close {
  opacity: 0;
}

.min-w-100 {min-width: 100%}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.btn {
  position: relative;
  cursor: pointer;

  border-radius: 50px;



}
footer#colophon .site-info  {
  font-size: 85%;
  color: #e1e2dd
}
body:not(.theme-preset-active) footer#colophon {
  color: #efefef;
  background-color: #ff7106 !important;

}


.bigger  {font-size: 105%}

#info  {display: flex;}


@media screen and (max-width: 768px){
#info {display: none;}
}
