/* Persönliche Anpassungen */
.nav-header {
    display: block;
    padding: 8px 7px 8px 6px;
    font-size: 11px;
    line-height: 18px;
	font-weight: normal;
    color: #FFFFFF;
    font-size: 92%;
    text-shadow: unset;
    text-transform: capitalize;
}

/*Such-Button */

.btn-primary.disabled {
    background-color: #3B5998;
}

/*Eigene 404-Seite */
.item-pagehinter404 {
background-image: url('/images/logos/test.png');
background-repeat: no-repeat;
}
.p {
    margin: 5px 0 9px;
}
#sbox-window {
    width: 800px !important;
    height: 500px !important;
}
/* 7177 ff */
.navigation {
  	padding: 0px;
	border-top: 0px;
	border-bottom: 0px;
  	margin-bottom: 1px;
}

/*Anpassung AJAX search */
.ajax-search input[type="search"] {
    width: auto;
    padding-right: 18px !important;
    background: transparent no-repeat;
}  
.form {
    margin: 0 0px 3px;
}
.btn-group + .btn-group {
    margin-left: 0px;
}

.linkbutton {
    padding: 6px 8px;
    background-color: #aaa;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    user-select: none;
    text-decoration: none;
}
.linkbutton:hover {
    color: #fff;
    background-color: #999;
    text-decoration: none;
}
.linkbutton:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #888;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}