/* @override 
	http://webcam.wiel.at/templates/webcam/css/custom.css
	http://webcam.styria-online.at/templates/webcam/css/custom.css */

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v27-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-600 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dosis-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dosis-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v27-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
}


html, body {
	font: 16px 'Dosis', sans-serif;
	line-height: 1.6em;
	color: #5c5c5c;
	font-weight: 300;
	background-color: #0e8a36;
}
body {
	
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
h1, h2, h3, h4, h5 {
	color: #fff;
}
h4 {
	font-size: 24px;
}
a {
	color: #fff;
	text-decoration: underline;
}
.container {
	max-width: 850px;
}
#main a {
	text-decoration: underline;
}
a:focus, a:hover {
	color: #fff;
}
p {
	text-align: center;
}
ol, ul, p {
	padding-bottom: 15px;
}
.row > div::after {	
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.well {
	background: none;
}
.btn-primary {
	background-color: #006CB5;
	border-color: #006CB5;
}
#brand {
	padding-top: 17px;
	padding-bottom: 0;
}
#brand img {
	height: 63px;
	padding-top: 0;
}

.culumn-1, .span12 {
	padding: 0;
	margin: 0;
	width: auto;
}
.fullwidth {
	clear: both;
}
/* Navigation */
.slogan .custom {
	padding-top: 48px;
	font-size: 28px;
}
.slogan .custom p {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: right;
}

#navigation {
	height: 100px;
	background-color: #fff;
	color: #0e8a36;
	margin-bottom: 20px;
	font-weight: bold;
}
.navbar {
	background-color: #fff;
	font-size: 18px;
	transition: all 0.3s ease;
}
.navbar-default {
	border: 0;
	padding: 0;
	margin: 0;
}
.navbar .nav>li>a {
	color: #fff;
	padding: 5px 15px;
		transition: all 0.3s ease;
	
}
@media (max-width: 990px) {

	.navbar .nav>li>a {
		padding: 5px 6px;
	}
}
.navbar ul li {
	display: inline-block;
}
.navbar ul {
	text-align: right;
	padding-top: 21px;
	padding-bottom: 5px;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	background: none;
	color: #fff;
}
.navbar .nav>li.active>a {
	color: #fff;
	
}
.navbar-fixed-top {
	border: 0;
}
.socialmedia {
text-align: right;
height: 90px;
	padding-right: 10px;
	transition: all 0.3s ease;
}
.socialmedia img {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 20px;
}


@media (max-width: 767px) { 
	#navigation {
		height: auto;
	}
	.navbar-header {
		border: 0;
		border-bottom: 0;
	}
	.navbar {
		height: auto;
	}
	.navbar-default {
		border: 0;
	}
	.navbar ul li {
		display: block;
		font-size: 16px;
	}
	.navbar ul {
		text-align: left;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ffffff;
	}
	.navbar-toggle .title {
		float: left;
		padding-right: 27px;
		line-height: 14px;
		margin-top: -14px;
		font-size: 12px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #898989;
		margin-left: 45px;
	}
	ul.nav {
		padding-top: 1px;
	}
	#brand {
		padding-bottom: 5px;
		float: left;
		padding-top: 6px;
	}
	#brand img {
		height: 45px;
	}
	.navbar-header:after {
		clear: none;
	}
	.slogan .custom {
		padding-top: 5px;
		font-size: 20px;
		float: right;
		width: 190px;
		clear: none;
	}
	.slogan .custom p {
		padding-bottom: 0;
		margin-bottom: 0;
		text-align: right;
	}
	
}
/* Inhalte */
.page-header {
	text-align: center;
	border: none;
	text-transform: uppercase;
}
.page-header h2 {
	font-size: 35px;
	margin-top: 0;
}
.text {
	padding: 15px 20px;
}
/* Newsbeitrag */
.blog-featured .item-image {
	float: left;
	width: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.blog-featured .text {
	margin-left: 270px;
}
#main-box .blog-featured .text .item-title a, #main-box  .btn {
	text-decoration: none;
}
.readmore .btn {
	border-style: solid;
	border-color: #304575;
}
.item-page .item-image {
	width: 100%;
	margin-bottom: 20px;
}
.item-page {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}
@media (max-width: 720px) { 

	.blog-featured .item-image {
		float: none;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 10px;
		height: 200px;
		overflow: hidden;
	}
	.blog-featured .item-image img {
		margin-top: -10%;
	}
	.blog-featured .text {
		margin-left: 0;
		clear: both;
	}
	.carousel-caption {
		padding-bottom: 10px;
	}
	.carousel-caption .btn {
		padding: 6px;
		font-size: 12px;
	}
	h1.carousel-title {
		font-size: 24px;
		line-height: 1em;
	}

}
/* Inhalte */
.page-header {
	border-color: #fff;
	margin-top: 20px;
}
.inhaltsbilder {
	padding-bottom: 20px;
}
.inhaltsbilder>div {
	width: 50%;
	float: left;
}
@media (max-width: 720px) { 
	.inhaltsbilder>div {
		width: 100%;
		float: none;
	}

}
@media (max-width: 767px) {
	
	.bild-rechts, .bild-links {
		float: none;
		display: block;
		padding: 0 0 20px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	h3 {
		text-align: center;
	}
	.spalte {
		float: none;
		width: 100%;
	}
	.spalte p {
		text-align: center;
		padding-right: 20px;
		padding-left: 20px;
	}
}
/* Farben */
.fullwidth {
	background-color: #fff;
}
.fullwidth .moduletable {
}
.fullwidth .container, .fullwidth .container .text {
	width: auto;
	margin: 0;
	padding: 0;
}
.fullwidth .container .moduletable {
	margin-top: 15px;
	margin-bottom: 0;
}
.ueber-uns, .kontakt {
	background-color: #fff;
}
.service {
}
.fotogalerie {
	background-color: #ffffff;
	color: #fff;
}
.fotogalerie h2 {
	color: #fff;
}

/* slideshow Startseite */

.banner, .webcambild {
	background: url(../images/panorama.jpg) center  no-repeat;
	
}
.banner, .webcambild p {margin:0; padding:0; padding-bottom:5px;}


@media (max-width: 1115px) { 
	.banner, .webcambild {
	
	background-size: cover;
	background-position: center center;
	min-height: auto;
	}
}

.banner .moduletable {
	padding-top: 96px;
	padding-bottom: 50px;
}
.webcambild .moduletable .custom {
	padding-top: 16px;
}
.webcambild .moduletable {
	height: 588px;
	margin-bottom: 0;
}
.webcambild input {
	text-align: center;
	background: none;
	border: none;
	color: #fff;
	text-decoration: underline;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#webcambild {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	
}
#webcambild img.bild {
	display: block;
-moz-box-shadow: 0px 0px 10px #333;
-webkit-box-shadow: 0px 0px 10px #333;
box-shadow: 0px 0px 10px #333;
max-width: 850px;
}
#webcambild span.text {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}
@media (max-width: 767px) {
	#webcambild {
		width: auto;
	}
	#webcambild img.bild {
		width: 100%;
	}
	.webcambild .moduletable {
		height: auto;
	}
}

.partner p {
	text-align: center;
	padding: 0;
	margin: 0;
}
.partner .moduletable {
	padding: 20px;
	margin-bottom: 0;
}
.partner a img{
	display: inline-block;
	max-width: 340px;
	min-height-height: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
/* Bild mit Spruch */

.fullwidth .jumbotron {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%;
	width: 100%;
	padding-top: 12em;
	padding-bottom: 12em;
	background-attachment: fixed;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	

	.fullwidth .custom, .jumbotron {

		background-attachment: scroll;
	}

	
}

.fullwidth .custom {
	color: #000;
}
.fullwidth .custom .abstand {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.fullwidth .custom .spruch, .fullwidth .custom .urheber {
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}
.fullwidth .custom .spruch {
	font-size: 30px;
	border: 0px solid #000;
	padding: 10px;
	margin-right: 15%;
	margin-left: 15%;
	color: #fff;
	background-color: #8d0635;
}
.fullwidth .spstart .custom {
	color: #000;
	text-shadow: none;
}


/* Fussleiste*/
#footer {
	font-size: 12px;
	color: #fff;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}
#footer h3.title {
	font-size:18px;
	text-transform: uppercase;
	letter-spacing: 8px;
}
#footer {
	border: 0;
	padding: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .00);
}
#footer ul.nav, #footer ul.nav li a{
	padding: 0;
	margin: 0;
}
#footer .container {
	width: auto;
}
#footer .moduletable {
	padding: 0;
	text-align: center;
}
#footer .moduletable a {
	color: #fff;
	text-decoration: none;
}
#footer .moduletable p {
	text-align: center;
}
#footer .google .moduletable .custom {
	background-repeat: no-repeat;
	background-position: center center;
}
#footer .google img {
	width: 100%;
	height: 350px;
}
/* Fotogalerie */
.unite-gallery a {
	color: #fff;
}
/* Zurück nach oben */
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(65, 191, 104);
	font-size: 12px;
	width: 70px;
	padding: 1em;
	text-align: left;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
.back-to-top:hover {
	background-color: rgb(14, 138, 53);
	color: #fff;
}