.main {
	overflow: hidden;
}


/* HEADER */
header {
	background-color: black;
}


/* NAVBAR */
.custom_fixed {
	position: fixed !important;
	top: 0;
}

.nav-item i {
	font-size: 1.6em;
}


/* HEADER BACKGROUnD */
.page-header .container {
    padding-top: 25vh;
}

                             .custom_logo_responsive { width: 100%; height: auto; }
@media (min-width: 992px)  { .custom_logo_responsive { display: none; } }

                             .custom_logo { display: none; margin: 0 auto; }
@media (min-width: 992px)  { .custom_logo { background-image: url(images/logo_768.png); width: 768px; height: 341px; display: block; } }
@media (min-width: 1200px) { .custom_logo { background-image: url(images/logo_992.png); width: 992px; height: 441px; display: block; } }

.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
	  background-color: #4caf50 !important;
	  border-color: #4caf50 !important;
	  color: #fff;
}

.custom_header_desc {
	position: absolute;
	top: 100px;
	z-index: 999;
	right: 0;
}


/* NEWS */
.custom-news {
	position: relative; 
	height: 65px; 
	margin-bottom: 15px;
}
@media (min-width: 1200px) { .custom-news { height: 115px; margin-bottom: 15px; } }

.custom-news-text {
	height: inherit; 
	overflow: hidden;
}

.custom-news-overlay {
	position: absolute;
	height: inherit; 
	overflow: hidden;
	width: 100%; 
	top: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
}



/* GALLERY */
                             .masonry-item { width: 100%;  padding: 5px 10px; }
@media (min-width: 768px)  { .masonry-item { width: 50% } }
@media (min-width: 992px)  { .masonry-item { width: 33%; } }



/* TERMINE */
#calendar .btn-primary {
	color: #fff;
	background-color: #4caf50;
	border-color: #4caf50;
	box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.fc-header-toolbar h2 {
	padding-top: 9px;
	font-size: 1.5rem;
}

#calendar .alert-info{
	background-color:#ccc;
}

#calendar .fc-content {
	cursor: pointer;
}

#termine .card-body{ 
	white-space: pre-line;
}


/* DIVIDER */
.subscribe-line { background-position: center center !important; height: 50vh; } 
.subscribe-line.subscribe-line-image::after {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg1 { background-image: url(images/divider/xs/5.jpg); }
.bg2 { background-image: url(images/divider/xs/7.jpg); }
.bg3 { background-image: url(images/divider/xs/8.jpg); }
.bg4 { background-image: url(images/divider/xs/9.jpg); }

@media (min-width: 576px) { 
	.bg1 { background-image: url(images/divider/sm/5.jpg); }
	.bg2 { background-image: url(images/divider/sm/7.jpg); }
	.bg3 { background-image: url(images/divider/sm/8.jpg); }
	.bg4 { background-image: url(images/divider/sm/9.jpg); }
}
@media (min-width: 768px) { 
	.bg1 { background-image: url(images/divider/lg/2.jpg); }
	.bg2 { background-image: url(images/divider/lg/3.jpg); }
	.bg3 { background-image: url(images/divider/lg/6.jpg); }
	.bg4 { background-image: url(images/divider/lg/4.jpg); }
}
@media (min-width: 1200px) { 
	.bg1 { background-image: url(images/divider/xl/2.jpg); }
	.bg2 { background-image: url(images/divider/xl/3.jpg); }
	.bg3 { background-image: url(images/divider/xl/6.jpg); }
	.bg4 { background-image: url(images/divider/xl/4.jpg); }
}


/* KONAKT */
.contactus-1 .description, .contactus-1 p {
	color: #3C4858;
}
.contactus-1 .info .icon, .contactus-1 .info .info-title, .contactus-1 h5 a {
	color: #4caf50!important;
}
.form-control, .is-focused .form-control {
	background-image: linear-gradient(to top, #4caf50 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

/* FOOTER */
.footer-black {
	background-size: cover;
	background-image: url(images/footer-xs.jpg);
	background-position: center center !important;
	height: 66vh;
	position: relative;
}
@media (min-width: 576px)  { .footer-black { background-image: url(images/footer-sm.jpg); } }
@media (min-width: 768px)  { .footer-black { background-image: url(images/footer-md.jpg);  } }
@media (min-width: 992px)  { .footer-black { background-image: url(images/footer-lg.jpg);  } }
@media (min-width: 1200px) { .footer-black { background-image: url(images/footer-xl.jpg);  } }

.footer-black::after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.25);
}
.footer .container {
	z-index: 999;
}

.tooltip-inner {
	white-space: pre !important;
	max-width:none;
	text-align: left;
}