/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
}

body {
background: inherit;
	font-family: 'PT Sans Caption', sans-serif;
}

a, a:link, a:visited {
	color: rgb(172, 182, 187);
}

h1, h2, h3, h4 {
	color: #fff;
	font-family: 'PT Sans Caption', sans-serif;
	text-shadow: 1px 1px 3px rgba(30, 30, 30, 1);
}

#header {
	background: rgba(0, 12, 50, 0.9);
	height: 120px;
}

#header .logo {
	top: 15px;
	position: relative;
}

#mainnav {
	font-family: 'PT Sans Caption', sans-serif;
	float: right;
	margin-top: 10px;
}

#mainnav ul li {
	list-style: none;
	float: left;
}

#mainnav a {
	text-decoration: none;
	color: rgb(172, 182, 187);
	margin-left: 20px;
	padding-bottom: 19px;
}

#mainnav a:hover,
#mainnav a.active {
	color: #fff;
	border-bottom: 2px solid #ddd;
}

.newslist strong {
	color: #fff;
}

.news img {
	max-width: 100%;
	height: auto;
}

.sprache {
	float: right;
	margin-top: 5px;

}

.sprache a {
	color: #5c5959;
	font-size: 12px;
	text-decoration: none;
}

.sprache a:hover {
	color: #fff;
}

.sprache a.default {
	padding-left: 20px;
	background: url(../images/flag-de.png) 0 -1px no-repeat;
}

.sprache a.kroatisch {
	padding-left: 20px;
	margin-left: 10px;
	background: url(../images/flag-hr.png) 0 -1px no-repeat;
}

.content a.active {
	color: #fff;
	text-decoration: none;
}

.content {
	background: rgba(0, 12, 50, 0.9);
	color: rgb(172, 182, 187);
	padding: 20px;
}

.no-padding {
	padding: 2px 1px 10px;
}

.form__item--scf-website, #wrap_Inputfield_scf-website {
	visibility: hidden;
	display: none;
}

/* #Page Styles
================================================== */

p.teaser {
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
}

.footer p {
	margin-bottom: 0;
}

iframe {
	margin-bottom: 30px;
}

/* Contact Form */

input.textInput, .InputfieldMaxWidth {
	width: 360px;
}

textarea.textarea, .FieldtypeTextarea {
	width: 360px;
	height: 260px;
}

#errorMsg {
	padding: 10px;
	color: #cf0303;
	border: 1px solid #cf0303;
	margin: 5px 0 10px;
}

#okMsg {
	padding: 10px;
	color: #389200;
	border: 1px solid #389200;
	margin: 5px 0 10px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		#mainnav a,
		#mainnav a:hover {
			padding: 2px;
			border: 0;
		}


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/