.navbar-default .navbar-brand {
    background-image: url("dia-logo.png");
    min-width: 174px;
}

@media (max-width: 400px) {

}

.profile-avatar {
    top: -210px;
}

.profile-header-text {
    margin-top: 240px;
}

.profile-header-text h1 {
    text-transform: uppercase;
}

.partner img {
    -webkit-filter: grayscale(100%);
    transition: all 0.3s;

}

.partner img:hover {
    -webkit-filter: grayscale(0%);
    transition: all 0.3s;
}

.table>tbody>tr.noborder>td
{
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.services-header
{
    background-image: url(/dia/mood001.jpg);
}

@media(min-width: 768px) {
    .timeline-2 li .panel,
    .timeline-2 li .alert,
    .timeline-2 li blockquote {
        margin-top: -25px;
    }
}

@media(max-width: 767px) {
    .carousel h1 {
        font-size: 0.75em;
    }
}

.yamm .yamm-content {
    padding-bottom: 15px;
}

table.show-events tbody tr {
    display: none;
}

table.show-events tbody tr.open {
    display: table-row;
}

.row p, div.panel-body
{
    hyphens: auto;
}


/* TODO: Grössenanpassungen für Mobiles */
.carousel-images .carousel-caption h1 {
    font-size: 2em;
    margin-bottom: 0px;
}

.carousel-images .carousel-caption {
     padding: 16px;
}

.carousel-images .carousel-caption.carousel-caption-dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.pricing-box-header > h4 {
    color: #fff;
    text-align: center;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}


h1 small {
    font-weight: 300;
}

.blockquote-color-bg:after,
.blockquote-color-bg:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    left: 30px;
    bottom: 0px;
    color: #777;
    font-size: 1.6em;
}

.blockquote-color-bg.blockquote-reverse:after{
    right: 30px;
}

.blockquote-color-bg footer {
    padding-left: 45px;
}

.blockquote-reverse footer {
    padding-right: 45px;
}

ul.table span {
    font-weight: bold;
    min-width: 50px;
    width: 30%;
    float: left;
}

dl.price {
    display: inline-block;
}

ul.links a {
    display:block;
}

ul.links .list-group-item {
    border: none;
}

.icon-ar.icon-ar-xs {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 2;
}

.pricing-box-content h4,
.pricing-box-content h6 {
    margin: 0 5px 10px;
}

.pricing-box-price p {
    margin: 0;
}

.social-icon-ar.vimeo {
    background-color: #1ab7ea;
}

@media(max-width: 768px) {
    .carousel-images .carousel-caption h1 {
        font-size: 0.75em;
        padding-bottom: 5px;
    }

    .carousel-images .carousel-caption .btn-ar {
        font-size: 10px;
    }
}

.caption-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .25s ease;
}

.caption-video .caption-content {
    width: 80%;
    height: 150px;
    left: 10%;
    top: 40%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    transition: all .50s ease;
    color: #ffffff;
    font-size: 3.5em;
}

[class^="icon-ticketfrog-"],
[class*=" icon-ticketfrog-"] {
    background-image: url("ticketfrogIcons.png");
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.icon-ticketfrog-white { background-position : 0px 0px; width : 28px; height : 18px;  }
.btn-ticketfrog span { margin-left: 32px }

.footer-widget .thumbnail {
    background-color: #444;
}
