@font-face{
    font-family: 'devroye';
    src: url('/assets/fonts/devroye/DEVROYE_-webfont.eot');
    src: url('/assets/fonts/devroye/DEVROYE_-webfont.eot?iefix') format('eot'),
    url('/assets/fonts/devroye/DEVROYE_-webfont.woff') format('woff'),
    url('/assets/fonts/devroye/DEVROYE_-webfont.ttf') format('truetype'),
    url('/assets/fonts/devroye/DEVROYE_-webfont.svg#webfont') format('svg');
}

html {
  font-family: serif;
  min-height: 101%;
}
body {
    background: #000000;
    color: #D46D3B;
    font-family: 'devroye', Times, serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'devroye', Times, serif;
}


a {
    color: #E09754;
    text-decoration: none;
}
a:hover,
a:focus {
  color: #DB8459;
  text-decoration: underline;
}


#header-spacer
{
    height: 70px
}

#header-hund
{
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 2000;
}
#header-hund img
{
    vertical-align: bottom;
    width: 20%;
}

#header-logo
{
    position: absolute;
    width: 100%;
    margin-top: -65px;
}
#header-logo img
{
    float: right;
    width: 30%;
}

#header-img
{
}
#header-img img
{
    width: 100%;
}
.ui-front {
    z-index: 1100;
}
.navbar
{
    background: url("../img/navi-bg.png") #D9A65E repeat-x;
    font-weight: bold;

}
.navbar-default .navbar-nav > li > a {
  color: #A95025;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
    background: transparent;
    color: #D46D3B;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #555555;
}


.navbar-default .navbar-nav > li > a {
  color: #A33D23;
}

.navbar .nav > li > a {
  padding: 15px 10px 5px 5px;
}



.dropdown-menu > li > a {
    padding: 8px 16px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #ECBF6C;
}


.dropdown-menu {
  background-color: #D9A65E;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 6px 6px 12px rgba(250, 220, 140, 0.575);
          box-shadow: 6px 6px 12px rgba(250, 220, 140, 0.575);
  background-clip: padding-box;
}





.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
  color: #660000;
  text-decoration: none;
  background-color: #FBE48C;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBE48C), to(#DD9D54));
  background-image: -webkit-linear-gradient(top, #FBE48C, 0%, #DD9D54, 100%);
  background-image: -moz-linear-gradient(top, #FBE48C 0%, #DD9D54 100%);
  background-image: linear-gradient(to bottom, #FBE48C 0%, #DD9D54 100%);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBE48C', endColorstr='#DD9D54', GradientType=0);
}


.dropdown-menu-sprachen {
    min-width: 50px;
}


img.rechts
{
    float: right;
    max-width: 33%;
    margin-left: 2em;

}

img.zentriert
{
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}

.zentriert
{
    text-align: center;
}
.rechts
{
    text-align: right;
}



div.wurfplanung
{
    text-align: center;
    margin: 40px 0;
    background-color: #1F1F1F;
    border: 1px solid #797979;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
div.wurfplanung .img-rahmen
{
    max-width: 80%;
}
div.wurfplanung .bigX
{
    margin-top: 1.3em;
    font-size: 1.5em;
    text-align: center;
}



.thumbnail,
.img-thumbnail,
.img-rahmen {
  padding: 4px;
  line-height: 1.428571429;
  background-color: transparent;
  border: 1px solid #D46D3B;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

img.zentriert,
.img-rahmen {
  height: auto;
  max-width: 100%;
}


/****** Forms *****/
form.form-breit input,
form.form-breit select
{
    width: 50%;
}
input.datum,
input.schmal,
select.schmal
{
    max-width: 10em;
}



.table-bordered {
  border: 1px solid #723518;
  background-color: #1F1F1F;
}


.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top: 1px solid #723518;
  background-color: #1F1F1F;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #723518;
  background-color: #000000;
}



.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #1A1A1A;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #000000;
}


.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #404040;
}


/****** Ahnentafel *****/
table.ahnentafel td
{
    vertical-align: middle !important;
    text-align: center;
}
table.ahnentafel td.F
{
    background-color: #1F1F1F;
}

/****** tabs *****/
.nav-tabs {
    border-bottom: 1px solid #D46D3B;
}



.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #555555;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
  background-color: #555555;
  color: #EEEEEE;
}




.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {

  color: #FFFFFF;
  background-color: #555555;
  font-weight: bold;
  cursor: default;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}


.pagination > li > a,
.pagination > li > span {
    background-color: #000000;
    border: 1px solid #D46D3B;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {

  color: #FFFFFF;
  background-color: #555555;
  font-weight: bold;
  cursor: default;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #555555;
  color: #FFFFFF;
}
/****** gallery *****/
ul.gallery {
    list-style: none outside none;
    margin: 0 0 10px 0;
}
ul.gallery li {
    border: 1px solid #797979;
    border-radius: 4px 4px 4px 4px;
    background: #1F1F1F;
    display: block;
    float: left;
    margin: 0 14px 14px 0;
    padding: 1px;
    width: 120px;
    height: 105px;
    text-align: center;
}

ul.hunde-bilder li,
ul.news-bilder li
 {
    width: 120px;
    height: 130px;
    line-height: 0.8em;
}

ul.gallery img:hover {
    border: 1px solid #000;
}
ul.gallery img {
    margin: 3px auto 2px auto;
    border: 1px solid #999999;
    display: block;
    padding: 2px;
}
ul.gallery li span a,
ul.gallery li span.klein
 {
    font-size: 0.7em;
    text-decoration: none;
    font-weight: bold;
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}




legend {
    color: #E09754;
    border-color: #E09754;
}

.help-block
{
    color: #FFFFFF;
}

.btn-default {
background: url("/assets/js/ui/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png") repeat-x scroll 50% 50% #555555;
color: #EEEEEE;
    font-weight: bold;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.progress {
    background-color: transparent;
}
/** UI Sortable **/
ul.sortierbar { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul.sortierbar li { margin: 0 3px 3px 3px; padding: 0.4em; min-height: 90px; }
ul.sortierbar li span.handle { margin-right: 0.2em; cursor: move;  float: left;}
ul.sortierbar li span.beschreibung { float: left;}
ul.sortierbar li img { margin: 2px auto 2px auto; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; display: block;}

ul.sortierbar li .header  {
    background: #000 !important;
    border-bottom: 1px solid #797979;
    margin: 0 14px 14px 0;
    width: 116px;
    padding: 5px;

}

ul.sortierbar li {
    background: #1F1F1F !important;
    border: 1px solid #797979;
    border-radius: 4px 4px 4px 4px;
    height: 130px;
    margin: 0 14px 14px 0;
    padding: 1px;
    text-align: center;
    width: 120px;
    font-weight: normal !important;
    font-size: 0.8em !important;
     float: left;
}


ul.sortierbarxx li  { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }




/** Nested Sortable **/
ol.sortable, ol.sortable ol {
	padding: 0;
    margin:0 0 0 2em;
	list-style-type: none;
}



ol.sortable li {
    margin: 7px 0 0 30px;
	padding: 0;
}

ol.sortable li div span.move {
    float: left;
	margin: 0 4px 0 4px;
	cursor: move;
}
ol.sortable li div span.vorschau {
    float: left;
	margin: 0 4px 0 4px;
}

ol.sortable li div span.bearbeiten{
    float: left;
	margin: 0 4px 0 4px;
	cursor: pointer;
}


.sortable li div  {
    padding: 15px 10px 15px 15px;
    margin: 0;
    background-color: #1F1F1F;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
	border: #797979 1px solid;
}

.sortable li div.aktiv0 a {
    color: #CDCDCD;
}
.sortable li div.aktiv0  {
    background-color: #161616;
    color: #CDCDCD;
}






.sortable li div:hover {
    border-color: #FFFFFF;
    }

.sortable li.placeholder
{
    margin-left: 25px;

    background: #FFFFCE no-repeat 99% 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
	border: #cdcdcd 1px dotted;
}


/**  UI TABS **/
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #1F1F1F;
    color: #D46D3B;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #D46D3B;
    text-decoration: none;
}

.ui-widget-content {
    background: #1F1F1F;
    color: #D46D3B;
}




/**  List Group**/
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #1F1F1F;
  border: 1px solid #797979;
}

ul ul li.list-group-item
{
    border: none;
}

.list-group ul.list-group {
  margin: 10px 0px 0 0;
}




/****** Pagination *****/
div.pagination {
    margin: 8px;
    padding: 2px 4px;
}


div.pagination div {
    float: left;
    margin: 2px 2px;
    padding: 0px 5px;
}

div.pagination a {
    cursor: pointer;
    padding: 2px 2px;
}

div.pagination div.ui-state-active {
    padding: 2px 10px;
    margin: 0 2px;
    font-weight: bold;
}



hr {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 10px 0;
}

.navbar {

    margin-bottom: 60px;
}

#wrap  {
    padding: 15px 35px;
}

#wrap
{
    border-radius: 6px;
    border: 1px solid #666666;
    background: none repeat scroll 0 0 #1F1F1F;
}

#footer .container
{
    margin-top: 40px;
    margin-bottom: 40px;
}
#footer .container p
{
    margin: 10px;
}
