@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Coming+Soon);

html {
	overflow-y:scroll;	
}

body {
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	padding-top:65px;
}

#page {
	min-width:320px;	
}

#logo {
    display:block;
    float:right;
    height:47px;
    width:282px;
    margin-top:9px;
    background:url(logo.png);
}

.navbar-nav > li > a {
	padding:22px 15px;	
}

/* Slideshow -------------------------------- */

.slideshow .cycle-slide {
	width:100%;	
}

.slideshow img {
	width:100%;	
}

/* Teaser ------------------------------------ */

.teaser {
	text-align:center;	
}

.teaser a {
	text-decoration:none;
	transition:color .5s ease-in-out;
	-moz-transition:color .5s ease-in-out;
	-webkit-transition:color .5s ease-in-out;		
}

.teaser a:hover {
	color:#000000;	
}

.teaser img {
	transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;	
}

.teaser a:hover img {
	opacity:0.5;
}

.teaser .headline {
	font-weight:bold;	
}

/* Gallery ----------------------------------- */

.wrapper.gallery {
	padding-top:20px;	
}

.wrapper.gallery img {
	margin-bottom:20px;
}

.wrapper.gallery img {
	margin-bottom:20px;
	opacity:1;
	transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;		
}

.wrapper.gallery img:hover {
	opacity:0.5;	
}

/* Map --------------------------------------- */

#map_canvas {
	height:550px;	
}

/* Text -------------------------------------- */

.wrapper.text {
	padding:50px 0px;
}

.wysiwyg a {
	color:#0f559b;
}

.wysiwyg a:hover {
	color:#666666;	
}

.wysiwyg ul {
	padding-left:0px;
}

h1, h2,	h3,	h4, h5 {
	margin-top:0px;	
}

/* Teaser ------------------------------------ */

.wrapper.teaser {
	padding:50px 0px;
}

/* Yform ------------------------------------- */

#yform-position {
	position:relative;
	top:-100px;
}

.wrapper.yform {
    padding: 50px 0;
}

#rex-yform input,
#rex-yform textarea,
#rex-yform button {
	font-family:'PT Sans', sans-serif;
	font-size:18px;
}

/* Parallax ---------------------------------- */

.wrapper.parallax .row {
	margin:0px;
}

.wrapper.parallax .background {
	height:500px;
	background-size:auto 700px;
}

/* Footer ------------------------------------ */

.wrapper.footer {
	background:#333333;
	color:#ffffff;
	padding:50px 0px;
}

#footer ul {
	padding:0px;	
	margin:0px;
}

#footer li {
	list-style:none;	
}

#footer a {
	color:#ffffff;	
}

#footer .partner a {
	width:210px;
	height:70px;
	float:left;
	margin:0px 50px 7px 0px;	
}

#footer .partner a:hover {
	background-position:left bottom;
}


@media screen and (max-width:991px) {
	
	body{
		padding-top:130px;
	}
	
	.wrapper.parallax .background {
	    height:300px;
		background-size:auto 550px;	    
	}
	
	.wrapper.gallery .col-sm-3 {
		display:block;
		max-width:400px;
		margin:0px auto;
	}

	#logo {
	    float:none;
	    margin:9px auto 9px auto;
	}
	
}

@media screen and (max-width:767px) {

	body{
		padding-top:115px;
	}
	
}