@import "_reset.css";
@import "_core.css";
@import "_responsive.css";
@import "_animation.css";
@import "_navbar.css";
@import "_banner.css";

h1, h2, h3, h4, h5
{
	font-family: 'Dancing Script', cursive;
}

h1
{
	font-size: 50px;

}

h2
{
	font-size: 40px;
	margin-bottom: 25px;
}

h3
{
	font-size: 30px;
	margin-bottom: 25px;
}

h4
{
	font-size: 25px;
	margin-bottom: 20px;
}

h5
{

}

h2, h3
{

}

video
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

html,
body
{
	background: rgba(0, 132, 108, 1);
	background: #0caaa8;
	color: white;
	height: 100%;
	position: relative;

	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

a,
a:hover
{
	color: white;
	text-decoration: none;
}

img.border,
.item.border
{
	background: white;
	border: 1px solid #0caaa8 !important;
	padding: 5px;
}

.grey
{
	color: #8c8c8c;
}

.logo
{
	fill: #fff !important;
}



section
{
	position: relative;
}

.website
{
	overflow: hidden;
}

.website-logo
{
	width: 250px;
	height: 250px;

	width: 100%;
	height: 100%;
	margin: auto;
	padding: 10%;

	z-index: 999999;

	position: fixed;
	top: 0;
	left: 0;

	background: #00846C;
	background: #0caaa8;
}

	.website-logo .logo
	{
		width: 50%;
		height: auto;
		margin: 0 auto;

		top: 50%;
		transform: translateY(-50%);

		background: #00846C;
		background: #0caaa8;
		position: relative;
		overflow: hidden;
	}

.box
{
	padding: 25px 25px;
	margin: 25px;
}
.box-shadow,
.box.shadow
{
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

.text-shadow
{
	text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

.section
{
	padding: 100px 0;
}

.section.features
{
	padding: 200px 0;
	font-size: 30px;
}

#section_features
{
	background-color: #c0c3d7;
	background-color: #222;
}

#map
{
	height: 600px;
}

#section_impressum
{
	background: #444;
}

#section_galerie
{
}
#section_galerie .item
{
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height: 100%;
}
#section_galerie .item:after
{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*box-shadow: inset 0 0 10px rgba(0,0,0,1);*/
}

#section_galerie img
{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	
	vertical-align: middle;
	min-width: 100%;
    min-height: 100%;
    max-width: 120%;
	padding: 10px;
	
}


#section_galerie .item img.show-on-hover
{
	opacity: 0;
	top: 0; 
	left: 0;
}
#section_galerie .item:hover .show-on-hover
{
	opacity: 1;
}


footer
{
	background: #222;
	padding: 25px 0;
}
	footer .row div
	{
		line-height: 34px;
	}

.list li
{
	list-style: disc;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

small
{
	line-height: 16px;
}

.scroll-top
{
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 10;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	background: transparent;
	color: white;

	transition: all 250ms ease-in-out;
}
.navbar-inverse ~ .scroll-top
{
	background: #444 !important;
}

.scroll-top > *
{
	margin-top: -10px;
}

a.link
{
	color: #0caaa8;
}