/*!
 * STYLE thurgau-tourismus.ch
 * SKIN - Classic Bodensee
 *
 * Copyright 2012 - Tourismus Services Ostschweiz AG
 * 20150316-SK
 */
/* 02-CUSTOM
-------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Lobster);
/* STRUCTURE - Body
-------------------------------------------------- */
body {
    background-attachment: fixed;
    background-color: #F7F0E1;
    background-image: url("/03-skin/tgt-classicbodensee/img/bg-classic.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a {
    color: #D4B079;
    text-decoration: none;
}
a:hover {
    color: #ff290b;
    text-decoration: none;
}

::selection {
  /* Safari */
  background: #D4B079;
  color: #FFFFFF;
  nowhitespace: afterproperty;
}
::-moz-selection {
  /* Firefox */
  background: #D4B079;
  color: #FFFFFF;
  nowhitespace: afterproperty;
}

/* STRUCTURE - Content
-------------------------------------------------- */

#ost-subnavi { padding: 0 0 0 10px }
#ost-subnavi .nav > li > a {  color: #FFFFFF }
#ost-subnavi .nav > li > a:hover { background-color: #F7F0E1; color: #D4B079;}
#ost-subnavi .nav-list { background-color: #D4B079; color: #000000; }
#ost-subnavi .nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #D4B079;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* STRUCTURE - Ads
-------------------------------------------------- */
#ost-fullbanner {  display:none; }

/* STYLE - Hero Unit
-------------------------------------------------- */
.hero-unit {
  font-family: 'Lobster', cursive;
  background-color: #F7F0E1;
  color:  #D4B079;
}

/* Header entfernen 211215
-------------------------------------------------- */
.navbar-fixed-top {
	display: none;
}