#page-footer {
    background: #343434;
	padding: 40px 0 25px;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
#footer-back {
	padding: 20px 0;
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	background: #fff;
	z-index: -1;
}
#logo-landschaft {
	width: 214px;
	height: 50px;
	background: url(../img/logos/logo-landschaft.png) no-repeat center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#logo-landschaft:hover {
	background: url(../img/logos/logo-landschaft-hover.png) no-repeat center;
	cursor: pointer;
}
#page-footer p {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
}
#page-footer .btn {
	font-weight: 600;
}
.footer-links {
	padding-left: 18px;
}
.footer-links li {
	list-style: none;
	line-height: 1.75em;
}
#page-footer a:not(.btn){
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

#page-footer a:not(.btn):hover, 
#page-footer a:not(.btn):focus {
    color: #a0a0a0;
    text-decoration: none;
}
a.btn-aktuell {
	color: #c26a57;
	border-color:#c26a57 ;
}
a.btn-aktuell:hover,
a.btn-aktuell:focus {
	color: #fff;
	background: #c26a57;
}

a.btn-infos  {
	color: #b0bc00;
	border-color:#b0bc00 ;
}
a.btn-infos:hover,
a.btn-infos:focus {
	color: #fff;
	background: #b0bc00;
}

a.btn-entdecken  {
	color: #faa61a;
	border-color:#faa61a ;
}
a.btn-entdecken:hover,
a.btn-entdecken:focus {
	color: #fff;
	background: #faa61a;
}

a.btn-lesen  {
	color: #b49837;
	border-color:#b49837 ;
}
a.btn-lesen:hover,
a.btn-lesen:focus {
	color: #fff;
	background: #b49837;
}

a.btn-archaeologie  {
	color: #0398d3;
	border-color:#0398d3 ;
}
a.btn-archaeologie:hover,
a.btn-archaeologie:focus {
	color: #fff;
	background: #0398d3;
}

a.btn-kontakt  {
	color: #1fa22e;
	border-color:#1fa22e ;
}
a.btn-kontakt:hover,
a.btn-kontakt:focus {
	color: #fff;
	background: #1fa22e;
}
#footer-copy {
	border-top: 2px solid #fff;
	font-size: 14px;
	line-height: 1.4;
}
#footer-copy p {
	margin-bottom: 0;
}

.effect-wrapper {
	position: relative;
	overflow: hidden;
}
.effect-wrapper img {
	position: relative;
	width: 100%;
	height: auto;
	 -webkit-transition: all 0.6s ease-in-out;
	 transition: all 0.6s ease-in-out;

}
.effect-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.effect-overlay > a {
	font-size: 36px;
	color: #fff;
	line-height: 1;
	    -webkit-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	text-decoration: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.effect-overlay:hover a {
	color: #a0a0a0;
}
.effect-wrapper.zoom:hover > img {
	            -webkit-transform: scale(1.1);
	                    transform: scale(1.1);
}
.card-swf {
	border: none;
	border-radius: 0;
	background: #343434;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	    -webkit-transition: all 0.4s ease;
	    transition: all 0.4s ease;
}
.card-swf:hover {
	    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15), 0px 8px 8px 0px rgba(0, 0, 0, 0.30);
	            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15), 0px 8px 8px 0px rgba(0, 0, 0, 0.30);
}
.card-swf .card-img, .card-swf .card-img-top {
	border-radius: 0;
}
.card-swf .card-body .small{
	font-size: 13px;
}
.card-swf .card-body {
	color: #fff;
	font-size:14px;
}
.card-swf .card-body b,
.card-swf .card-body strong,
.card-swf .card-body i {
font-weight: normal !important;
text-transform:  none;
text-decoration: none;
}
.card-swf .card-body hr {
	display: none;
}
.card-swf .card-title {
	    font-size: 21px;
		font-weight: 500;
		line-height: 1.125;
}
.card-swf .card-footer {
	border-top: 0;
	background: transparent;
}
.info-panel-footer {
	min-height: 100px;
	padding: 20px;
	 background: #343434;
}
.info-panel-footer p {
    color: #fff;
	font-size: 14px;
}
.info-panels > .row > div:nth-child(2) > .info-panel-footer {
    color: #343434;
    background: #a0a0a0;
}
.page-intro {
	position: relative;
	z-index: 10;
}
.page-intro h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}
.text-bold {
	font-weight: 500;
}
.page-intro .bg-grey-dark>.collapse>.container {
	position: relative;
}
#collapse-intro p {
	margin: 0;
	font-size: 14px;
    font-weight: 400;
}
.triangle {
	height: 15px;
}
.triangle::after {
	    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #343434 transparent;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 35px;
}
.btn-scroll{
    padding: 2px 6px;
	color: #a0a0a0;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
}
.btn-scroll:hover {
	color: #fff;
}
.page-intro-btns .btn {
	display: inline-block;
	margin-bottom: 5px;
}
h3.section-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 200;
    text-transform: uppercase;
}
.form-theme-dark input {
	margin: 0;
	margin-right: 10px;
}
.form-theme-dark input, .form-theme-dark select, .form-theme-dark textarea {
    background: #343434;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
}
.form-theme-dark .form-control:focus {
	border: none;
	background: #343434;
	color: #fff;
}
#filter {
	width: auto;
}
#map-wrapper.w-100{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
    max-width: 100%;
}
.gm-style-iw {
	max-width: 180px !important;
	text-align: center;
}
.gm-style-iw h4 {
	font-size: 18px;
}
#sidebar-content {
    background: #343434;
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 15px;
	height: 100%;
}
#sidebar-content h4 {
    color: #c26a57;
    text-transform: uppercase;
    font-size: 12px;
}
#sidebar-content ul {
    padding-left: 0;
    margin-left: -36px;
}
#sidebar-content ul li {
    color: #949494;
    display: block;
    font-size: 12px;
    padding: 4px 8px;
    background: #343434;
    margin-bottom: 6px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
#sidebar-content ul li a {
    color: #949494;
}
#sidebar-content ul li a:hover {
    color: #fff;
	text-decoration: none;
}
#sidebar-content ul li i {
    margin-right: 8px;
}
a.back-link {
	font-size: 14px;
	line-height: 1;
    color: #a0a0a0;
    text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
a.back-link:hover {
	color: #fff;
}
.page-content h1,.page-content h2,.page-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #353535;
    font-weight: 200;
    text-transform: uppercase;
}
.page-content {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #353535;
    font-weight: 300;
}
b, strong {
	font-weight: bold;
}
.swiper-container {
	padding-bottom: 40px !important;
}
.modal-header,
.modal-body,
.modal-content {
	background: #343434;
}
.modal-content {
	border: none;
	border-radius: 0;
	color: #999;
}
.modal-title {
	color: #999;
}
.modal-header {
	border-bottom: 1px solid #403e3e;
}
.modal-header .close {
	color: #999;
	text-shadow: none;
}
.modal-body {
	font-size: 14px;
}

.modal-body a{
			color: #999;
			text-decoration: none;
}
.modal-body a:hover, .modal-body a:focus{
			color: #999;
						text-decoration: underline;

}
.table-fixed {
	table-layout:fixed;
}
.swiper-slide img {
	z-index: 1;
}
.swiper {
    padding-bottom: 45px !important;
}
.swiper .swiper-pagination {
  bottom: 0 !important;
}
.swiper .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #b5b7b4;
    opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
    background: #616265;
}

.thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(100, 100, 100, 0.2);
	z-index: 2;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.000, 0.6, 1.000);
	opacity: 0;
	color: #fff;
}
.thumb-overlay i {
	font-size: 32px;
	line-height: 1;
}
a:hover > .thumb-overlay {
	opacity: 1;
}
.main-photo-wrapper {
	position: relative;
	display: inline-block;
}



#timeline {
  position: relative;
  display: block;
}
#timeline > .row {
    margin-bottom: 90px;
}
#timeline:before {
    position: absolute;
    height: 100%;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    top: 0;
    content: "";
    background: #cecece;
}
.timeline-content {
    position: relative;
    padding: 2px 10px;
}
.timeline-content:before {
    position: absolute;
    height: 17px;
    width: 17px;
    border:none;
    background: #cecece;
    top: 50px;
    left: -23px;
    border-radius: 50%;
    content: "";
  z-index: 10;
}
.timeline-content:after {
    position: absolute;
    height: 31px;
    width: 31px;
    border:none;
    background: rgba(236, 236, 236, 0.4);
    top: 43px;
    left: -30px;
    border-radius: 50%;
    content: "";
    z-index: 9;
    -webkit-transition: background 0.8s ease;
    transition: background 0.8s ease;
}
.timeline-content-left:before{
    right: -24px;
    left: auto;
}
.timeline-content-left:after{
    right: -31px;
    left: auto;
}
.timeline-content:hover:after {
  background: rgba(236, 236, 236, 1);
}



.timeline-title {
    font-size: 16px;
padding: 17px 15px;
    background: #626466;
    color: #fff;
    margin-bottom: 0;
}
.timeline-text {
    font-weight: 300;
	font-size: 16px;
}
.timeline-year {
    display: inline-block;
    background: #b0bc00;
    border: 3px solid #ecedee;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    margin: 0;
    position: absolute;
    top: -60px;
}
#timeline > .row:nth-child(odd) .timeline-year{
    right:0;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
}
#timeline > .row:nth-child(even) .timeline-year{
    left: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
}
.timeline-year.timeline-today {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -30px;
}

.timeline-item-top {
	position: relative;
	    padding: 22px 15px 15px;
    background: #cccccc;
}
.timeline-item-bottom {
	position: relative;
	    padding: 22px 15px 15px;
    background: #f7f7f7;
}
.timeline-content .timeline-content-label{
	position: absolute;
	display:block;  
	min-height:12px; 
	padding: 4px 6px; 
	font-size:10px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color:#626466; 
	top:0px; 
	 left: 9px; 
	 z-index:100;}
.timeline-content.timeline-content-left .timeline-content-label {
	right: 9px;
	left: auto;
}
