/*
		GOLD:		#cea456
		GRAU:		#2a2d32
*/
@import url("animate.css");
@import url("font.css");
@import url("fontawesome.min.css");
@import url("lightbox.css");
@import url("vegas.min.css");

html, body { 
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 100%;
	background-color: #2a2d32;
	color: #fff;
	overflow-x: inherit;
}


/*
		TYPOGRAPHY
*/
h1, h2, h3 {
	font-weight: 300;
	color: #cea456;
	margin: 30px 0 30px 0;
}
h4, h5, h6 {
	font-weight: 300;
	color: #cea456;
	margin: 30px 0 30px 0;
}

p {
	line-height: 1.8;
	margin: 15px 0;
	text-align: justify;
	
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
}

a {
	color: #cea456;
	transition: all .25s;
}
a:hover {
	cursor: pointer;
	color: #a38142;
	text-decoration: none;
}
a img.zoom {
	transition: all .25s;
}

a:hover img.zoom {
	transform: scale(1.05);
}

small {
	display: block;
	font-size: 65%;
}

strong, b {
	font-weight: bold;
}

hr {
	border-color: #1a1c1f;
	margin: 30px 0;
}
hr.special {
	border-width: 10px;
	border-color: #cea456;
	margin: 0;
}

ul.special-list li {
	list-style-image: url("../img/list-check.png");
}


/*
		ANIMATE
*/
.animated {
	animation-duration: 0.75s;
}


/*
		BUTTON
*/
.btn {
	border-radius: 0;
	transition: all .25s;
	background: none !important;
	opacity: 1;
	text-transform: uppercase;
}
.btn:hover {
	opacity: 0.75;
}
.btn:focus {
	box-shadow: none;
}

.btn i.ml-1 {
  padding: 0 5px 0 0;
  transition: all 0.25s ease-in-out;
}
.btn:hover i.ml-1 {
  padding: 0 0 0 5px;
}

.btn i.mr-1 {
  padding: 0 0 0 5px;
  transition: all 0.25s ease-in-out;
}
.btn:hover i.mr-1 {
  padding: 0 5px 0 0;
}

.btn-primary {
	color: #cea456;
	border-color: #cea456;
	opacity: 1;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #cea456;
	border-color: #cea456;
}

.btn-light {
	color: #fff;
	border-color: #fff;
	opacity: 1;
}
.btn-light:hover,
.btn-light:focus {
	color: #fff;
	border-color: #fff;
}

.btn-download a {
	transition: all .25s;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	opacity: 1;
}
.btn-download a:hover,
.btn-download a:focus {
	opacity: 0.75;
}


/*
		INFOLINE
*/
.infoline {
	padding: 15px 0;
}


/*
		SLIDER
*/
.slider {
	min-height: 350px;
	width: 100%;
	position: relative;
}
.slider .slider-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #2a2d32;
	padding: 20px 25px;
	text-align: center;
}
.slider .slider-content img.logo {
	width: 275px;
	display: block;
	margin: auto auto;
}
.slider .slider-content .logo-text {
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 15px;
	display: block;
	color: #cea456;
	font-size: 25px;
	line-height: 1.2;
}
.slider .slider-content .logo-text small {
	color: #fff;
	text-transform: none;
}


/*
		NAV
*/
.navbar.bg-dark {
	background: #1a1c1f !important;
}
.navbar .navbar-nav {
	width: 100%;
	margin: 0 auto !important;
	gap: 0 5px;	
	padding: 0 30px;
}
.navbar .nav-item {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	border: 1px solid transparent;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
	color: #cea456;
	border-color: #cea456;
}

.navbar-light .navbar-brand {
	color: #fff;
}
.navbar-light .navbar-brand img {
	width: 150px;
}
.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
	border-radius: 0;
	padding: 5px 15px;
	font-size: 28px;
	outline: none !important;
}


/*
		CONTAINER
*/
.container-fluid {
	padding: 0;
}

section {
	position: relative;
	z-index: 1;
}


/*
		CONTENT
*/
main {
	padding-bottom: 45px;
}

.content {
	padding: 45px 30px;
	display: block;
	height: 100%;
}

.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}
.bg-gold {
	background-color: #cea456;
}
.bg-grey {
	background-color: #2a2d32;
}
.bg-grey.getImg {
	background-image: url("../img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
}
.bg-dark-grey {
	background-color: #1a1c1f;
}

[class*="bg-"] h1,
[class*="bg-"] h2,
[class*="bg-"] h3,
[class*="bg-"] h4,
[class*="bg-"] h5,
[class*="bg-"] h6 {
	color: #fff;
}

.title-colored h1,
.title-colored h2,
.title-colored h3,
.title-colored h4,
.title-colored h5,
.title-colored h6 {
	color: #cea456;
}



/*
		FOOTER
*/
footer {
	padding: 30px 0;
	background: #1a1c1f;
	background-image: url("../img/footer-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
footer a {
	margin-right: 10px;
}
footer a:last-child {
	margin-right: 0;
}
footer .toTop {
	position: absolute;
	left: 50%;
	top: -55px;
	transform: translateX(-50%);
	font-size: 25px;
	color: #fff;
	background: #1a1c1f;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 2;
	border: 1px solid #fff;
}
footer .toTop:hover {
	opacity: 1;
	background: #cea456;
}
footer .toTop i {
	margin: auto auto;
}

footer .kontakt_btn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	font-size: 20px;
	color: #fff;
	background: #1a1c1f;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 2;
	border: 1px solid #fff;
}
footer .kontakt_btn:hover {
	opacity: 1;
	background: #cea456;
}
footer .kontakt_btn i {
	margin: auto auto;
}
footer .kontakt_btn .kontakt_btn_text {
	position: absolute;
	right: 0;
	min-width: 150px;
	text-align: right;
	opacity: 0;
	transition: all .25s;
}
footer .kontakt_btn:hover .kontakt_btn_text{
	opacity: 100;
	right: 65px;
}


/*
		CARD
*/
.card {
	border-radius: 0;
	background: none;
	box-shadow: none;
	border-color: #fff;
	margin-bottom: 15px;
	transition: all .25s;
}
.card-title {
	line-height: 1.8;
	margin: 0;
	font-weight: 600;
}
.card-title span {
	display: block;
}
.card-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	padding: 30px 22.5px;
}

/*
		FORM
*/
.form-horizontal {
	padding: 0 !important;
}
.form-control {
	border-radius: 0 !important;
	background: none;
	border: none !important;
	border-bottom: 1px solid #fff !important; 
	color: #fff;
	transition: all .25s;
	outline: none;
}
.form-control:focus,
.form-control:hover {
	background: rgba(255,255,255,0.05);
	box-shadow: none !important;
	border-bottom-color: #cea456;
	color: #fff !important;
}

select.form-control:focus option {
	color: #2a2d32 !important;
}

.has-error .form-control {
	border-bottom-color: #dc3545;
}

.has-error label,
.has-error .help-block,
.has-error .form-control {
	color: #dc3545;
}

#danke {
	display: none;
}

.react-form-builder-form .rfb-item label span {
	padding: 0 !important;
}


/*
		GALERIE
*/
.galerie {}
.galerie-wrap {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.galerie-item {
 	width: 100%;
	min-height: 90px;
	transition: all .25s;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.galerie-item:hover {
	box-shadow: 0 20px 10px -15px rgba(0,0,0,0.5);
}

.kuenstler-galerie {}
.kuenstler-galerie .kuenstler-galerie-item {
	margin-bottom: 30px;
	display: block;
}
.kuenstler-galerie .kuenstler-galerie-img {
	margin: 0 auto 15px auto;
	display: block;
	border-radius: 50%;
	border: 1px solid #cea456;
	background: #cea456;
	width: 180px;
	height: 180px;
	transition: all .25s;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.kuenstler-galerie .kuenstler-galerie-name {
	text-align: center;
	font-weight: 600;
}
.kuenstler-galerie .kuenstler-galerie-img:hover {
	transform: scale(1.05);
}


/*
		MODAL
*/
.modal-content {
	background: #1a1c1f;
	color: #fff;
	border-radius: 0;
}
.modal-header {
	border: none;
	border-radius: 0;
	padding: 30px;
}
.modal-body {
	padding: 30px;
}
.modal-footer {
	border: none;
	border-radius: 0;
	padding: 30px;
}

.modal-header .close {
	color: #fff;
	text-shadow: none;
}


.kuenstler .kuenstler-galerie {
	height: 100px;
}
.kuenstler .kuenstler-galerie .kuenstler-galerie-img {
	position: relative;
	top: -115px;
}
.kuenstler .kuenstler-galerie .kuenstler-galerie-img:hover {
	transform: none;
}
.kuenstler .modal-content {
	margin-top: 75px;
}
.kuenstler .modal-footer {
	-ms-flex-pack: center;
	justify-content: center;
}
.kuenstler .modal-header .close {
	position: absolute;
	right: 30px;
	padding: 15px;
}



/*
		RESPONSIVE
*/

@media (max-width: 1199.98px) { }
@media (max-width: 991.98px) {
	/*
			NAV
	*/
	.navbar {}
	.navbar .navbar-nav {
		padding: 15px 0 0 0;	
		gap: 5px 0;	
	}
	.navbar .nav-item {
		text-align: left;
	}
	
	/*
			CONTENT
	*/
	.content {
		padding: 15px 0;	
	}
}
@media (max-width: 767.98px) {
	/*
			SLIDER
	*/
	.slider .slider-content .logo-text {
		font-size: 22px;
	}
}
@media (max-width: 575.98px) {
	/*
			SLIDER
	*/
	.slider .slider-content {
		min-width: 250px;
	}
	.slider .slider-content img.logo {
		width: 250px;
	}
	.slider .slider-content .logo-text {
		font-size: 18px;
	}
}

