body {
	/*background: url(bg-main.jpg) top no-repeat;*/
	background-color: #f3f3f3;
}
.tpl h1, .tpl h2, .tpl h3, .tpl .flex-caption .title {
	font-weight: 500;
	font-size: 14px;
	margin-top: 0;
	padding-top: 0;
	line-height: 160%;
}
.tpl a:hover {
	text-decoration: none;
}
.tpl .container {
	background: #FFF;
	margin-top: 1em;
	margin-bottom: 20px;
	padding: 0.5em;
	-webkit-box-shadow:  0px 0px 20px 0px #999;
	box-shadow:  0px 0px 20px 0px #999;
}
.tpl #main {
	margin-left: 280px;
	margin-right: 170px;
	min-height: 570px;
	position: relative;
}
.tpl .fb-teilen {
	float: right;
}
.tpl input.button, .tpl button.button {
	background: #538da2;
	background: -moz-linear-gradient(top, #538da2 0%, #47798b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#538da2), color-stop(100%,#47798b));
	background: -webkit-linear-gradient(top, #538da2 0%,#47798b 100%);
	background: -o-linear-gradient(top, #538da2 0%,#47798b 100%);
	background: -ms-linear-gradient(top, #538da2 0%,#47798b 100%);
	background: linear-gradient(to bottom, #538da2 0%,#47798b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538da2', endColorstr='#47798b',GradientType=0 );
	border: none;
	color: #c8c5c5;
	padding: 5px;
	width: auto;
	font-family: 'Ubuntu Condensed', sand-serif;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.tpl input.button:hover, .tpl button.button:hover {
	color: #FFF;
}
.tpl #headerbild {
	margin: 0 0 0.5em 0;
}
/******************************************************************
Sidebar
******************************************************************/
.tpl .sidebar {
	width: 150px;
	position: absolute;
	right: -170px;
	top: 0;
}
.tpl .sidebar div.box {
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%, #e5e5e5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e5e5e5', GradientType=0 );
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	padding: 5px;
	margin: 0 0 7px 0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.tpl .sidebar div.box.hovereffekt:hover {
-webkit-box-shadow: 0px 1px 2px 1px ;
box-shadow: 0px 1px 2px 1px ; 
}
.tpl .sidebar div.box .title {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #2b4954;
	padding-bottom: 2px;
}
.tpl .sidebar div.box p {
	margin: 0;
	padding: 0;
	line-height: 130%;
}
.tpl .sidebar div.box li {
	line-height: 130%;
}
.tpl .sidebar div.box ul {
	margin: 3px 0 3px 5px;
}
.tpl .rating {
	margin: 5px 0 10px 28px;
}
/******************************************************************
Header
******************************************************************/
.tpl #header {
	background: #333;
	margin-bottom: 0.5em;
	background: rgb(54,61,69); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(54,61,69,1) 0%, rgba(62,65,71,1) 6%, rgba(35,38,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(54,61,69,1)), color-stop(6%, rgba(62,65,71,1)), color-stop(100%, rgba(35,38,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(54,61,69,1) 0%, rgba(62,65,71,1) 6%, rgba(35,38,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(54,61,69,1) 0%, rgba(62,65,71,1) 6%, rgba(35,38,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(54,61,69,1) 0%, rgba(62,65,71,1) 6%, rgba(35,38,43,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(54,61,69,1) 0%, rgba(62,65,71,1) 6%, rgba(35,38,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363d45', endColorstr='#23262b', GradientType=1 ); /* IE6-9 */
	border-top: 2px solid #4b7f94;
	border-bottom: 1px solid #52575D;
	position: relative;
}
.tpl #logo {
	margin: 7px 10px;
}
/******************************************************************
Suchformular oben rechts
******************************************************************/
.tpl #search {
	text-align: right;
	margin: 30px 0.5em 0 0;
}
.tpl #search form {
	margin: 0;
}
.tpl #search input {
	background: #BFC0C2;
}
.tpl #search button {
	background: #548DAA;
	border: 1px solid #548DAA;
	text-transform: uppercase;
	color: #c4c4c4;
	font-weight: 700;
	text-shadow: none;
}
.tpl #search button:hover {
	color: #FFF;
}
/******************************************************************
Navigation
******************************************************************/
.tpl #nav {
	background: url(nav-shadow.png) top right no-repeat;
	position: relative;
	width: 250px;
	position: absolute;
}
.tpl #nav ul {
	width: 124px;
}
.tpl #nav ul li {
	float: none;
	clear: none;
	margin: 0 0 0.1em 0;
	width: 128px;
	height: 41px;
	/* Display: flex-box für vertikale zentrierung der Navipunkte - egal, ob 1 oder 2 Zeilen. 
	Nicht aktiv wegen IE, ders nicht unterstützt. Mit diesen Styles könnte man >> class="zweizeilen" << in der navi weg lassen. */
    /*display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;*/
	background: url(nav-back.png) bottom no-repeat;
}
.tpl #nav ul li a {
	color: #d4d4d4;
	text-transform: uppercase;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-align: center;
	line-height: 110%;
	padding: 12px 5px 2px 5px;
	font-size: 14px;
	display: block;
	outline: none;
}
.tpl #nav ul li.zweizeilen a {
	padding: 4px 5px 2px 5px;
}
.tpl #nav ul li a:hover, #nav ul li.sf-current a:hover, #nav>ul>li.sfHover>a {
	text-decoration: none;
	color: #fff;
}
.tpl #nav ul li a.active { color: #fff; }
.tpl #nav ul ul {
	position: absolute;
	top: 0;
	left: 130px;
}
.tpl #nav ul ul li {
	background: none;
	height: auto;
	width: 120px;
	display: list-item;
	margin: 3px 0 7px 0;
}
.tpl #nav ul ul li a {
	background: none;
	color: #35383b;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
.tpl #nav ul ul li a, .tpl #nav ul li.zweizeilen ul li a {
	background-image: url(submenu-bullet.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-left: 14px;
}
/*.tpl #nav ul ul li a:before {
	content:"> ";
	color:#4b7f94;
}*/
.tpl #nav ul ul li a:hover, .tpl #nav ul ul li.current a {
	color: #4b7f94;
}
.tpl #nav ul ul li a.active 
{
    color: #4b7f94;
}

/* Bild, das beim Mouseover angezeigt wird */
.tpl #nav ul li .navimg {
	position: absolute;
	margin-top: -20px;
	margin-left: 127px;
}
/* Bild des ersten Navipunktes weiter unten, damit nicht vom Slider verdeckt */
.tpl #nav ul li .navimg-first {
	position: absolute;
	margin-top: 0;
	margin-left: 127px;
}

/* 3rd layer in the left nav */
.tpl #nav ul ul ul {
    display: block;
    left: 10px;
    position: relative;
    top: 0;
}
.tpl #nav ul ul ul li {
    margin-bottom: 0;
    margin-top: 0;
}

.tpl #nav ul ul ul li a, .tpl #nav ul li.zweizeilen ul ul li a {
    background-image: none;
    font-size: 13px;
    padding: 3px 13px 2px 10px;
    text-transform: none;
}

/******************************************************************
Footer
******************************************************************/
.tpl #footer {
	background: #333;
	border-top: 2px solid #4b7f94;
	font-family: 'Ubuntu Condensed', sans-serif;
	padding: 1em;
	position: relative;
}
.tpl #footer .top {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	right: 0.5em;
	top: 0.5em;
	background: url(top.png);
	text-indent: -9999px;
}
.tpl #footer .top:hover {
	background: url(top-hover.png);
}
.tpl #footer .copyright {
	width: 40%;
	float: left;
	position: relative;
	height: 90px;
}
.tpl #footer .copyright div {
	position: absolute;
	bottom: 0;
	color: #888;
}
.tpl #footer .cols {
	width: 50%;
	float: left;
}
.tpl #footer .cx {
	width: 25%;
	float: left;
}
.tpl #footer p {
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.tpl #footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tpl #footer ul li {
	padding: 0;
	line-height: 120%;
	color: #888;
}
.tpl #footer ul li a {
	color: #888;
	line-height: 120%;
}
.tpl #footer a {
	color: #888;
	line-height: 120%;
}
.tpl #footer a:hover {
	color: #4b7f94;
}
.tpl #footer .social {
	position: absolute;
	top: -7px;
	left: 70px;
	width: 112px;
}
.tpl #footer .countries {
	position: absolute;
	top: -7px;
	right: 66px;
	width: 106px;
}
.tpl #footer .countries a {
	display: block;
	width: 29px;
	height: 17px;
	margin: 0 5px 0 0;
	float: left;
	text-indent: -9999px;
}
.tpl #footer .ch {
	background: url(land-ch.png);
}
.tpl #footer .at {
	background: url(land-at.png);
}
.tpl #footer .de {
	background: url(land-de.png);
}
.tpl #footer .ch:hover {
	background: url(land-ch-dark.png);
}
.tpl #footer .at:hover {
	background: url(land-at-dark.png);
}
.tpl #footer .de:hover {
	background: url(land-de-dark.png);
}
.tpl #footer .social a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 5px 0 0;
	float: left;
	text-indent: -9999px;
}
.tpl #footer .social a {
	
}
.tpl #footer .fb {
	background: url(some-fb.png);
}
.tpl #footer .yt {
	background: url(some-yt.png);
}
.tpl #footer .twitter {
	background: url(some-twitter.png);
}
.tpl #footer .gplus {
	background: url(some-gplus.png);
}
.tpl #footer .insta {
    background: url(some-insta.png);
}
/*
.tpl #footer .fb:hover {
	background: url(some-fb-dark.png);
}
.tpl #footer .yt:hover {
	background: url(some-yt-dark.png);
}
.tpl #footer .twitter:hover {
	background: url(some-twitter-dark.png);
}
.tpl #footer .gplus:hover {
	background: url(some-gplus-dark.png);
}
*/


.tpl .sidebar ul, .tpl .sidebar ol { margin-left:0;list-style:none;}

.tpl .sidebar ul li:before {
	content:"> ";
	color:#4b7f94;
}

.tpl .flexslider { height: 280px; }

.tpl .flexslider .slides > li 
{
    max-height: 280px;
    overflow: hidden;
}

.tpl #logo img { max-width: 80%; }
.tpl #header .row { max-height: 75px; }
.tpl .mobile-teaser  
{
    display: none; 
    margin-bottom: 10px;
}
.tpl .mobile-teaser img
{
    max-width: 100%;
    height: auto;
}

.tpl #appnav 
{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 8px 2px 20px;
}

.tpl .mobile-nav 
{
    display: none;
    background-color: #4B7F94;
    margin-bottom: 20px;
    margin-top: -7px;
}
.tpl .mobile-nav ul 
{
    margin: 0;
    padding: 0;
}
.tpl .mobile-nav li 
{
    list-style: none;
    border-top: solid 1px #d4d4d4;
    
}
.tpl .mobile-nav > ul {
	border-bottom: solid 1px #d4d4d4;
}

.tpl .mobile-nav a {
	color: #d4d4d4;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu Condensed', sans-serif;
	padding: 5px 7px 5px;
	font-size: 16px;
	display: block;
	outline: none;
}
.tpl .mobile-nav li a { padding-left: 20px; }
.tpl .mobile-nav li li a { padding-left: 50px; }
.tpl .mobile-nav li li li a { padding-left: 80px; }

.tpl .mobile-nav a:hover, .tpl .mobile-nav a:hover, .tpl .mobile-nav a.active {
	text-decoration: none;
	color: #fff;
}


.tpl .mobile-footer 
{
    background: none repeat scroll 0 0 #333;
    border-top: 2px solid #4b7f94;
    font-family: "Ubuntu Condensed",sans-serif;
    padding: 1em;
    position: relative;
    
    text-align: center;
    
    display: none;
}

.tpl .mobile-footer a 
{
    color: #888;
    font-size: 13px;
    line-height: 120%;
    padding-left: 7px;
}

.tpl .mobile-footer a:after {
    content: " | ";
    display: inline-block; 
    padding-left: 7px;
}
.tpl .mobile-footer a:last-child:after {
    content: "";
    display: inline-block; 
}

.tpl .container 
{
    min-width: 940px;  /* disabled again in the mobile version */
}


