/* dirkwenig styles
 *
 * concept
 *  - emph blue
 *  - everything is clickable
 *   - elements
 *     - hover emph light
 *     - selected dark
 *   - icons
 *     - hover nothing
 *     - (selected nothing)
 *   - inline text
 *     - emph blue
 *     - hover nothing
-------------------------------------------------- */

/*
 * general
 */
body {
    font-size: .9em;
}

a,
a:hover,
a:focus {
    color: #1F497D;
    text-decoration: none;
}

.link-primary {
    color: #1F497D !important;
    -webkit-text-decoration-color: #1F497D !important;
    text-decoration-color: #1F497D !important;
}

h5 {
    color: #1F497D;
}

.bg-primary {
    background-color: #1F497D;
}

.btn-primary {
    background-color: #1F497D;
    border-color: #1F497D;
}

.small-print {
    font-size: .75em;
}

.small-print > p {
    margin-bottom: .5rem;
}

.small-print > h1 {
    font-size: 1.25rem;
}

.small-print > h2 {
    font-size: 1rem;
}

.small-print > h3 {
    font-size: .875rem;
}

.small-print > h4 {
    font-size: .75rem;
}

.small-print > h5 {
    font-size: .625rem;
}

.small-print > h6 {
    font-size: .5rem;
}


/* end of general */

/*
 * carousel
 */
.carousel-indicators {
    bottom: -32px;
    left: 0;
    width: 100%;
    padding-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.carousel-indicators li.icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    line-height: 1;
    color: rgba(0, 0, 0, 0.3);
}

.carousel-indicators li.active {
    color: rgba(0, 0, 0, 0.7);
}
/* end of carousel */

/*
 * pagination
 */
.pagination > li > a,
.pagination > li > span {
  color: #1F497D;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1F497D;
}
/* end of pagination */

/* 
 * youtube player 
 */
.youtube-player-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #000;
    cursor: hand;
    cursor: pointer;
}

img.youtube-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    opacity : 0.66;
}

div.play-button:hover {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    opacity : 0.99;
}
/* end of youtube player */
