/*
 * Globals
 */


/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 0.063em solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: black;
  font-family: "Times New Roman";
  text-shadow: none;
}
body {
  color: #fff;
  text-align: center;
  /* text-shadow: 0 0.063em 0.188em rgba(0,0,0,.5);*/
  font-size: 1.500em;
   padding-top:50px;
  line-height: 1;
}

.h2, h2 {
    font-size: 1.875em;
}
.h1, h1 {
    font-size: 2.250em;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100 rgba(0,0,0,.5);
          box-shadow: inset 0 0 100 rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 0.625em;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 1.250em;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 1.000em;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 0.125em solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Cover
 */

.cover {
  padding: 0 1.250em;
}
.cover .btn-lg {
  padding: 0.625em 1.250em;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


.dropdown-menu{
  text-shadow: none;

}

.row {
margin-right: 0;
    margin-left: 0;

}
#content:focus { outline: none; }

.p{
margin: 0px;
}
/*Text ausrichtung*/
.tx-yag-gallery-thumb-innerframe, .tx-yag-album-thumb-innerframe{
  float: none;
 
}

/*Objekte in row alben (bild hat200px) 50% =2 in row*/
.tx-yag-gallery-thumb-outerframe, .tx-yag-album-thumb-outerframe {
   width: 210px;
}

.tx-yag-gallery-galleryinfo, .tx-yag-album-albuminfo {
    margin-left: 0px;
}

table{
table-layout: fixed; width: 691px; margin-bottom:20px;
}