/*
	dunkelblau: #0B013B
	petrol: #093040
	dunkelgrün: #1F5432
	grün: #698029
	gelb: #F7B805
*/

body {
   background-image: url(../img/background-mountains.jpg);
   background-size: cover;
    font-family: "Noto Serif", Georgia, Times New Roman, serif;
	cursor: url(../img/cursor-sb.cur),auto;
	font-display: swap;
	background-attachment:fixed;
}

@font-face {
    font-family: 'blackchanceryregular';
    src: url('../fonts/blkchcry-webfont.woff2') format('woff2'),
         url('../fonts/blkchcry-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'noto_serifbold';
    src: url('notoserif-bold-webfont.woff2') format('woff2'),
         url('notoserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'noto_serifbold_italic';
    src: url('notoserif-bolditalic-webfont.woff2') format('woff2'),
         url('notoserif-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'noto_serifitalic';
    src: url('notoserif-italic-webfont.woff2') format('woff2'),
         url('notoserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'noto_serifregular';
    src: url('notoserif-regular-webfont.woff2') format('woff2'),
         url('notoserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

a {
	cursor: url(../img/cursor-sb.cur),auto !important;
}

a.btn {
	text-decoration:none;
}

a:hover, a.btn:hover, .carousel-indicators li:hover, footer a:hover {
	cursor: url(../img/cursor-sb-a.cur),auto !important;
}


.initial:first-letter {
	font-family: 'blackchanceryregular';
	font-display: swap;
    font-size: 3.3em;
    line-height: 0.7;
    margin: -.05em .08em -.2em -.04em;
    font-weight: 400;
}

main a, footer a {
	color: #20779b;
	text-decoration: underline;
}

main a:hover, footer a:hover {
	color: #093040;
	text-decoration: none;
	cursor: url(../img/cursor-sb-a.cur),auto !important;
}

.logo {
	font-family: 'blackchanceryregular', Georgia, Times New Roman, serif;
	font-size: 6rem;
	font-display: swap;
}

@media (max-width: 992px) {
  .logo {
	font-size: 3rem;
	}
}

.bgwhite {
	background:rgb(255,255,255,0.6);
	border-radius:6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "noto_serifregular", Georgia, "Times New Roman", serif;
  font-display: swap;
}

h3 {
  font-size: 1.2rem;
  margin-top: 2%;
}

.title {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
	margin-top: 0;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.navbar {
	font-size: 1.2rem;
	text-transform: uppercase;
	border-radius:6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
}

.navbar ul li {
	margin: 0 20px 0 0;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}


.navbar-brand  {
	display:none;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active-dd > .nav-link {
	color:#F7B805;
}

.nav-item.active .nav-link::after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f303";
	color:#F7B805;
	margin-left:5px;
}


@media (max-width: 768px) {
  .navbar-brand  {
	display:inline-block;
	}
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}

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

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

/* 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;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
}

.carousel-indicators {
	position:relative;
}

.carousel-indicators li {
	background: #698029;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23698029' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23698029' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
	border-radius: 4px;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
}

/** Cover **/

.cover { animation: turner 1s linear }

@keyframes turner{
    from{  opacity: 0.2; transform: scale(0.5, 0.5)  }
    to  {   opacity: 1; transform: scale(1.0, 1.0) }
}


.some ul {
	list-style-type: none;
	padding-left:0;
	position: relative;
	margin-bottom: 10px;
}

.some ul li {
	margin-right:20px;
	display: inline-block;
}

footer p {
	font-size: 0.9rem;
}

.autor {
	margin-left: 1%; 
	flex: 0 0 24%;
}

@media (max-width: 992px) {
  .autor {
	flex: 0 0 100%;
    margin: 15px 0 0 0;
	}
}

