/*General*/

body {
	font-family: 'Ubuntu Condensed', sans-serif;
	color: rgb(77, 77, 77);
}

.container {
	position: relative;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
	font-family: 'Ubuntu Condensed', sans-serif;
	word-break: break-word;
	word-wrap: break-word;
}

a{
    color: #fff;
}
a:hover,
a:focus {
    color: #67001f;
    font-weight: 600;
}

.display-2 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 1.5625rem;
	margin-top: 3.5rem;
}


.main-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-section-full {
	display: table;
	height: 100vh;
	padding-bottom: 0;
	padding-top: 0;
	table-layout: fixed;
	width: 100%; }


.main-section-small {
	padding-top: 60px;
	padding-bottom: 60px; }

.main-section-title {
	margin-top: 0;
	color: #67001f;
}

.main-section-subtitle {
	color: #67001f;
}



.main-section-slide::before {
	display: none !important; }
.main-section-slide .main-section-title {
	color: #fff;
	margin-bottom: 1.6875rem; }
.main-section-slide .main-section-lead {
	color: #fff;
	font-family: Lora;
	font-size: 1.5rem;
	font-style: italic;
	margin-top: -1em; }
.main-section-slide .main-section-text {
	color: #fff; }


.main-section-nopadding {
	padding-top: 0;
	padding-bottom: 0;
}


.main-section-slide .main-section-title {
	margin-left: 0%;
	width: 100%;
}
@media (min-width: 768px) {
	.main-section-slide .main-section-title {
		margin-left: 30%;
	}
}

.main-section-full .main-overlay {
	min-height: 100vh; }

.main-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1; }
.main-overlay ~ * {
	z-index: 2; }


p.lead,
.lead p {
	font-size: 1.07rem;
	font-weight: 300;
	margin-bottom: 2.3125rem; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
	margin-bottom: 0; }

.lead {
	font-size: 1.07rem;
	font-weight: 300; }
.lead a {
	font-family: "Lora";
	font-style: italic;
	font-weight: 400; }
.lead a {
	color: rgb(77, 77, 77);
	text-decoration: none; 
        font-family: 'Ubuntu Condensed', sans-serif;
        font-style: normal;
}
.lead a:hover{
    color: #67001f;
    font-weight: 600;
    text-decoration: underline;
}
.lead h1 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 1.605rem; }
.lead h2 {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 1.605rem; }
.lead h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.605rem; }
.lead h4 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.605rem; }
.lead blockquote {
	font-family: "Lora";
	font-style: italic;
	padding: 10px 0 10px 20px;
	border-left: 4px solid #c39f76;
	font-size: 1.09rem;
	position: relative; }
.lead ul, .lead ol, .lead pre, .lead blockquote {
	margin-bottom: 2.3125rem; }
.lead pre {
	background: #f4f4f4;
	padding: 10px 0 10px 24px; }

.quote {
	font-style: italic;
	color: rgb(77, 77, 77);
}


/*Menu*/
#home .hide-buttons .nav-btn {
	display: none !important;
}
#home .navbar-caption {
	color: #ffffff;
}
#home .navbar-toggler {
	color: #ffffff;
	visibility: visible;
}

.navbar-toggler {
	padding: 1rem .75rem;
}

@media (min-width: 768px) {
	#home .navbar-toggler {
		color: #ffffff;
		visibility: hidden;
	}
}

.table{
    margin-bottom: 0.5rem;
}

.navbar-short{
	height: 50px;
}

#home .link,
#home .dropdown-item {
	color: #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
}
#home .link {
	font-size: 1.15rem;
}
#home .dropdown-item,
#home .nav-dropdown-sm .link {
	font-size: 1.245rem;
}
#home .link:hover,
#home .dropdown-item:hover,
#home .link:focus,
#home .dropdown-item:focus {
	color: #67001f;
}
#home .link[aria-expanded="true"],
#home .dropdown-menu {
	background: #0e0e0e;
}

.nav-dropdown .link{
	margin-top: 0 !important;
        padding-top: 0.5rem;
}

#home .nav-dropdown-sm .link:focus,
#home .nav-dropdown-sm .link:hover,
#home .nav-dropdown-sm .dropdown-item:focus,
#home .nav-dropdown-sm .dropdown-item:hover {
	background: #202020!important;
}
/*#home .navbar,*/
/*#home .nav-dropdown-sm,*/
/*#home .nav-dropdown-sm .link[aria-expanded="true"],*/
/*#home .nav-dropdown-sm .dropdown-menu {*/
	/*background: #282828;*/
/*}*/
@media (max-width: 767px){
	.nav-dropdown.navbar-toggleable-sm{
		background-color: black;
	}
}
#home .bg-color.transparent .link {
	color: #ffffff;
	transition: none;
}
#home .bg-color.transparent.opened .link {
	transition: color 0.2s ease-in-out;
}
#home .bg-color.transparent.opened .link:hover,
#home .bg-color.transparent.opened .link:focus {
	color: #c0a375;
}
#home .link[aria-expanded="true"],
#home .dropdown-item[aria-expanded="true"] {
	color: #c0a375!important;
}
#home.main-navbar--stuck .main-navbar__section {
	background: #2c2c2c;
}
#home .main-navbar__hamburger {
	color: #ffffff;
}
#home .close-icon::before,
#home .close-icon::after {
	background-color: #ffffff;
}
.navbar-dropdown.bg-color.transparent{
	background: none !important;
}

.navbar-dropdown{
	padding-bottom: 3px !important;
        float: left !important;
        padding-top: 0px !important;
}

/*animate Text*/
.box{
	padding: 30px;
}






/*Slider*/

.slider .carousel-inner > .active,
.slider .carousel-inner > .next,
.slider .carousel-inner > .prev {
	display: table; }

.slider .carousel-control {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	line-height: 70px;
	border-radius: 50%;
	color: inherit;
	background: #67001f;
	border: 0;
	opacity: 0.5;
	text-shadow: none;
	z-index: 5;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s; }

.gallery .slider .carousel-control {
	position: fixed; }
@media (max-width: 991px) {
	.gallery .slider .carousel-control {
		bottom: 2.5rem;
		margin-top: 0;
		top: auto;
		z-index: 17; } }

.gallery .slider .carousel-inner > .active {
	display: block; }

.slider .carousel-control.left {
	left: 0;
	margin-left: 2.5rem; }

.slider .carousel-control.right {
	right: 0;
	margin-right: 2.5rem; }

.slider .carousel-control .icon-next,
.slider .carousel-control .icon-prev {
	margin-top: -18px;
	font-size: 40px;
	line-height: 27px; }

.slider .carousel-control:hover {
	background: #67001f;
	color: #fff;
	opacity: 1; }

.slider .carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 1.5rem !important; }
@media (max-width: 543px) {
	.slider .carousel-indicators {
		display: none; } }

.gallery .slider .carousel-indicators {
	position: fixed;
	margin-bottom: 2.5rem !important; }
@media (max-width: 991px) {
	.gallery .slider .carousel-indicators {
		margin-bottom: 3.625rem !important;
		padding-left: 2.5rem;
		padding-right: 2.5rem; } }

.slider .carousel-indicators li,
.slider .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 3px;
	background: #1b1b1b;
	border: 0;
	opacity: 0.5; }

.slider .carousel-indicators .active {
	border: 4px solid #1b1b1b;
	background: #fff; }

@media (max-width: 767px) {
	.slider .carousel-control {
		top: auto;
		bottom: 20px; }

	.slider > .container .carousel-control {
		margin-bottom: 0px; } }

.main-slider .main-section{
	padding: 0;
	background-attachment: scroll;
}
/* boxed slider*/
.slider > .boxed-slider {
	position: relative;
	padding: 93px 0; }

.slider > .boxed-slider > div {
	position: relative; }

.slider > .container img {
	width: 100%; }

.slider > .container img + .row {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2; }

.slider .section {
	padding: 0;
	background-attachment: scroll; }

.slider .table-cell {
	padding: 0; }

.slider .main-table-cell {
	padding: 0;
}

.main-section-full > .main-table-cell {
	width: 100%;
}

.main-table-cell {
	display: table-cell;
	float: none;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	vertical-align: middle;
}

.slider > .container .carousel-indicators {
	margin-bottom: 3px; }

/* article slider*/
.slider > .article-slider .section,
.slider > .article-slider .section .table-cell {
	padding-top: 0;
	padding-bottom: 0; }



/*Lightbox*/
.lb-outerContainer {
	background-color: rgb(103,0,31) !important;
}

.lightbox-image{
	width: 60%;
	max-height: 100%;
	max-width: 100%;
}

.lb-data .lb-caption{
	font-size: 20px !important;
}

@media (min-height: 550px) {
	.lightbox-image{
		width: 100%;
	}
}

img.lightbox-image {
	height: 200px;
}
img.lightbox-image:hover{
	opacity: 0.6;
	border: 4px solid #67001f;
}


@media (min-width: 768px) {
	img.lightbox-image {
		height: 250px;
	}
}
@media (min-width: 992px) {
	img.lightbox-image {
		height: 350px;
	}
}
@media (min-width: 1200px) {
	img.lightbox-image {
		height: 440px;
	}
}


h4.caption {
	color: #67001f;
	font-family: Ubuntu;
	font-size: 30px;
	margin-top: -35px;
}
.works a:hover {
	text-decoration: none;
}


.navbar {
	transition-duration: 1s;
}

/*Ausstellungen*/

.exhibitions {
	list-style: none;
	float: left;
}
.exhibitions-list {
	text-align: left;
}
.exhibition-date {
	margin-bottom: 5px;

}

.carousel-indicators .active {
	background-color: #67001f;
}

.carousel .exhibition {
	width: auto;
	overflow: hidden;
	height: 490px;
	background: #e0e0e0;
}

ol.carousel-indicators.exhi {
	top: 0;
}

.carousel-caption{
	right: 0;
	left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #bababa;
	color: #67001f;
	text-shadow: none;
	bottom: 0;
}

.works {
	margin-bottom: 30px;
	/*max-height: 300px;*/
}


span.work-title{
	position: absolute;
	display: inline;
	bottom: 40px;
	left: 40%;
	background-color: #4d4d4d;
	color: #bababa;
	font-size: 30px;
}



/*Footer*/

.footer-logo{
    margin-bottom: 10px;
}

/*Impressum*/

.impress-head{
    font-weight: bold;
}


.impress{
    list-style: none;
    font-weight: normal;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.impress-cont{
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    float: left;
}