/* Custom fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto&display=swap');
@font-face {
	font-family: 'Cinzel-Regular';
	src : url('../fonts/Cinzel-Regular.otf');
}

@font-face {
	font-family: 'Cinzel-Bold';
	src : url('../fonts/Cinzel-Bold.otf');
}


/* Standard HTML */
body {
	font-family: 'Open Sans', sans-serif;
	/*background-color:rgba(251, 240, 208, 0.49);*/
	background-color: #FFFFFF;
}

/* Header */
.header-bar{
	margin-top: 15px;
	margin-bottom: 15px;
}

.header-top {
	background: url('../images/bg-top-header.png') left bottom repeat-x;
	height: 25px;
	color: #FFF;
	width: 100%;
	/*min-width: 980px;*/
}

.header-text {
	font-family: 'Cinzel-Bold';
	font-size: 24px;
	color: #A4884A;
/*	margin-top: 20px;*/
	text-align: center;
}

/* Navbar*/

.navbar-inverse {
	background-color: #2E2E2E;
}

ul.nav {
	font-size: 14px;
}

ul.nav > li {
	margin-right: 30px;
}
/* Custom Icon */
.icon-flower {
	background: url('../images/flower.png') 0px 0px/22px 20px no-repeat;
	display: inline-block;
	height: 20px;
	width: 22px;
	margin-bottom: -2px;
}

/* Thumbnails */
.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(194,194,194,1);
    -moz-box-shadow: 0px 2px 6px 1px rgba(194,194,194,1);
    box-shadow: 0px 2px 6px 1px rgba(194,194,194,1);
    height: 100%;
}

.thumbnail>a>img {
    width: 90%;
    height: 185px;
    margin-top: 10px;
}

.thumbnail .caption {
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    height: 70px;
}

.thumbnail .caption > h5 {
	margin-top: 0px;
	color:#967143;
}

.thumbnail .caption > h6 {
	position: relative;
	margin-top: -10px;
	color:#575757;
}

.caption-event {
	text-align: left !important;
	height: 110px !important;
}

.thumbnail > a {
text-decoration: none;
}

/*begin of news area*/
.newsbox{
	width: 100%;
	padding-top: 10px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ddd;
	border-radius: 5px;
}
.newsbox-img{
	width: auto;
	border:1px solid #ddd;
	margin-right: auto;
  	margin-left: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}

/*end of news area*/
/* Footer */
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  padding: 15px 15px 0 15px;
  color: #FFFFFF;
  background-color: #2E2E2E;
}

.footer-bottom {
  bottom: 0px;
  position: absolute;
  width: 100%;
  background-color: #000000;
  text-align: center;
  font-size: 12px;
  color: #AB7F3E;
  padding-top: 10px;
  padding-bottom: 10px;

}

.footer-link{
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	/*font-weight: bold;*/
}
.footer-link > a {
	text-decoration: none;
	color: #A4884A;
}
.footer-link > a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.col-md-5 > p {
	text-decoration: none;
	color: #A4884A ;
	line-height: 12pt;
	font-size: 12px;
	font-weight: normal;
}
.container>.col-md-5>p>a{
	text-decoration: none;
	color: #A4884A  ;
	line-height: 12pt;
	font-size: 12px;
	font-weight: normal;
}
.container>.col-md-5>p>a:hover {
	text-decoration: none;
	color: #FFFFFF !important ;
	line-height: 12pt;
	font-size: 12px;
	font-weight: normal;
}

.button-soc {
	margin: 5px;
}

.dropdown-menu {
	background: #2E2E2E;
	border: solid 1px #2E2E2E;
}
.dropdown-menu>li>a {
	color: #FFFFFF;
}

.dropdown-menu>li>a:hover {
	background: #A4884A;
	color: #FFFFFF;
}

.navbar-nav > li > .dropdown-menu {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(184,167,133,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(184,167,133,1);
	box-shadow: 3px 3px 5px 0px rgba(184,167,133,1);
}

/*custom button*/
.btn-ejournal {
  background-color:#4A4949; 
  border-color: #4A4949;
  color: #9D9D9D;
}
.btn-ejournal:hover,
.btn-ejournal:focus {
	color: #FFF;
  background-color: #222;
  background-position: 0 -15px;
}
.btn-ejournal:active,
.btn-ejournal.active {
	color: #FFF;
  background-color: #222;
  border-color: #222;
}
.btn-ejournal.disabled,
.btn-ejournal[disabled],
fieldset[disabled] .btn-ejournal,
.btn-ejournal.disabled:hover,
.btn-ejournal[disabled]:hover,
fieldset[disabled] .btn-ejournal:hover,
.btn-ejournal.disabled:focus,
.btn-ejournal[disabled]:focus,
fieldset[disabled] .btn-ejournal:focus,
.btn-ejournal.disabled.focus,
.btn-ejournal[disabled].focus,
fieldset[disabled] .btn-ejournal.focus,
.btn-ejournal.disabled:active,
.btn-ejournal[disabled]:active,
fieldset[disabled] .btn-ejournal:active,
.btn-ejournal.disabled.active,
.btn-ejournal[disabled].active,
fieldset[disabled] .btn-ejournal.active {
  background-color: #222;
  background-image: none;
}

/*end of custom button*/

/* Spinner */
#spinner {
	text-align: center;
	vertical-align: middle;
}

/* Calendar */

.calendar {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background: #FFF
    font-family: "Lato", sans-serif;
    }

.calendar > .header {
    height: 18px;
    background: #e74c3c;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
	width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
	line-height: 20px;
    }

.num-day {
    height: 30px;
    font-size: 24px;
    color: #333;
    text-align: center;
    }
/*
.calendar > .header:before {
    background: #333;
    height: 1px;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 4px
    }

.calendar > .header:after {
    background: #333;
    height: 1px;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 4px
    }
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 103px;
}
.footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  /*background-color: #f5f5f5;*/
}
.img-struktur {
	max-height: 900px;
	margin: 0 auto;
}
.article-content {
	padding-bottom: 50px;
}
.map-location {
	border:  solid 2px #ccc;
	z-index: 1;
}
.card {
	border-radius: 10px;
	padding: 15px !important;
}
.bg-primary-light {
	background-color: #50B3FF;
}
.border {
	border: solid 1px #eee;

}
.pb-10 {
	padding-bottom: 30px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-100 {
	padding-bottom: 100px !important;
}

.mb-30 {
	margin-bottom:  30px;
}
.description-wrapper {
	margin-bottom : 20px;
}
.description-content {
	padding:  20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 6px 1px rgba(194,194,194,1);
    -moz-box-shadow: 0px 2px 6px 1px rgba(194,194,194,1);
    box-shadow: 0px 2px 6px 1px rgba(194,194,194,1);
}
div.caption>h5{
	display: -webkit-box; 
	-webkit-line-clamp: 3; -webkit-box-orient: vertical;
	 overflow: hidden;
}
