/* Stylesheet */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

h1 {
	color: #FF4E00;
	font-size: 2rem;
	padding-bottom: 2rem;
}
h2 {
	font-size: 1.75rem;
	color: #FF4E00;
	padding-bottom: 2rem;
}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.25rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.75rem;}

a {color: #FF4E00;}

.text-justify {text-align: justify;}

.flex-auto {
  flex: 0 0 auto;
}

/* Header */
.bg-header {
	background: linear-gradient(to bottom,  #0017e9 0%,#000b5d 100%);
	height: 85px;
	top: 0;
}
.logo {
	margin: 0 5px;
}
.navbar-brand {
	color: #fff;
	text-decoration: none;
}
.navbar-brand:hover {
	color: #FF4E00;
	text-decoration: none;
}

/* Navigation */
.nav-item {padding: 10px 0;}
.nav-item .nav-link  {	
	color: #FFF;
	font-size: 18px;
	background: rgba(255,255,255,.1);
	text-align: center;
}
.nav-item.current .nav-link, .nav-item:hover .nav-link {
	background: rgba(255,255,255,.2);
	color: #FF4E00!important;	
}
.navbar-nav {
	padding: 5px 10px;
	position: relative;
	z-index: 2;
}
.navbar-toggler {
	background: rgba(255,255,255,.75);
	color: #fff;
	border: #fff;
}
.navbar-toggler:hover {
	background: rgba(255,255,255,1);
}
@media (max-width: 992px) {
  .nav-item .nav-link {width: 100%;}
  .navbar-nav {background: #000b5d;}
}

/* Bildkatalog */
#bildkatalog .nav-item .nav-link {
	background: #f4f4f4;
	color: #444;
}
#bildkatalog .nav-item .nav-link.active, #bildkatalog .nav-item:hover .nav-link {
	background: #0d6efd!important;
	color: #FFF!important;	
}

/* Slider */
.slider {
	background: linear-gradient(to bottom, #fefcea 0%,#efd62f 100%);
	max-height: 445px;
}
.slide {
	margin: 0 auto;	
	max-width: 700px;
	height: auto;
}
.slide img {
	margin: 30px auto;
	border-radius: 4px;
}

/* Content */
.modified {font-size: 12px;}

/* Carousel */
.carousel-caption {
	background: rgba(0,0,0,.5);
	bottom: 30px;
}

/* Footer */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background: linear-gradient(to bottom, #efd62f 0%,#fefcea 100%);
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}