/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;*/
  padding-bottom: 3rem;
  color: #5a5a5a;
  text-align: left;
  
 
}
a,a:active,.btn-link { color:#e6771d;}
a:hover,.btn-link:hover { color:#000;}

span.oi::before { margin-right:5px!important; width:20px!important;}

.text-orange {color:#e6771d; }
.btn-orange,.btn-orange:visited {background-color:#e6771d; color:#fff; }
.bg-orange {background-color:#e6771d; color:#fff; }
.bg-menu {background-color:#e9ecef; color:#fff; }
.btn-orange:hover {background-color:#e6771d; color:#000; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(233,93,15,1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.kontakt-box { border-left: 1px solid #ccc;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff!important;
    text-align: left;
     background-color: #ffa154!important; 
    border: 0px!important;
    border-radius: 0;/*.25rem;*/
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
	font-size: .85rem!important;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	
}
.sub {
	font-weight: 600;
}
.subsub {
	font-size: .65rem!important;
	border-bottom:1px solid #ffe3cc;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.jumbotron.pagetitle {
	    padding: 2rem 1rem!important;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  
}
 .carousel-caption p { 
margin:10px!important;


}

.carousel-caption h1, .carousel-caption p.tekst { 
background-color:rgba(255,255,255,0.7)!important;
padding:10px;
padding-bottom:20px;
margin:0px!important;
color:#000;
}
.carousel-caption h1 { margin:0px; padding-bottom:0px;}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  left: 0;
  min-width: 100%;
  height: 32rem;
  width:100%;
  height:100%;
  object-fit:cover;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 62em) {
  .nav-item { border-bottom:1px solid #fff!important; }
  .picintext { width:100%; margin:10px;}
  body {

  text-align: left;
 
}
.picintext {
    width: 100%;
    margin: 0px;
	margin-bottom:5px;	
}
}

@media (max-width: 374px) {

.navbar-brand img {
   height:40px;

}
}

@media (min-width: 40em) {
	
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
