@charset "utf-8";
html {
height : 101%;
}
body {
font-family : 'Open Sans', sans-serif;
padding-top : 10px;
padding-bottom : 40px;
font-size : 0.875em;
color : #313131;
}
h1, h2, h3, h4, h5, h6 {
font-weight : 700;
}
h1 {
font-size : 1.25em;
line-height : 1.500em;
color : #000;
}
h2 {
font-size : 1.25em;
line-height : 1.375em;
color : #000;
}
h3 {
font-size : 1.1em;
line-height : 1.375em;
color : #000;
}
h4 {
font-size : 18px;
line-height : 20px;
}
h5 {
font-size : 14px;
line-height : 20px;
}
h6 {
font-size : 12px;
line-height : 20px;
}
.navbar .btn-navbar {
background-image : linear-gradient(to bottom, #f18700, #FF870E);
background-repeat : repeat-x;
}
.nav-list > li > a, .nav-list .nav-header {
margin-right : -15px;
margin-left : -15px;
text-shadow : none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color : #313131;
text-decoration : none;
background-color : #fff;
box-shadow : 0 3px 8px rgba(0, 0, 0, 0.125) inset;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color : #yellow;
text-decoration : none;
background-color : #f18700;
}
.dropdown-submenu > a:focus, .dropdown-submenu > a:hover, .dropdown-submenu:focus > a, r, .dropdown-submenu:hover > a, .dropdown-menu > li a:hover, .dropdown-menu > li a:focus {
color : #yellow;
background-color : zink;
background-image : none;
text-decoration : none;
border : none;
}
.dropdown-menu {
background-color : #fff;
}

fieldset.only {
display : none;
}
fieldset.phrases {
display : none;
}
.container-content {
position : static;
z-index : 1;
margin-top : 2%;
}
.item-page {
padding-top : 20px;
}
.items-row {
overflow : hidden;
margin-bottom : 10px !important ;
margin-top : 10px;
}
.item-image img {
height : auto;
width : 60px;
padding-top : 5px;
padding-right : 5px;
padding-bottom : 5px;
}
.page-header {
font-size : 1.25em;
line-height : 1.375em;
color : #066;
}
.btn .icon-search:after {
  content: "Suchen";
}
.well {
font-size : 0.83em;
line-height : 1.4em;
overflow : hidden;
border-top-color : #CCC;
border-right-color : #CCC;
border-bottom-color : #CCC;
border-left-color : #CCC;
margin-top : 15px;
}
ul li a {
font-size : 1.1em;
color : #333;
line-height : 1.6em;
}
ul li.current a {
text-decoration : none;
font-weight : 700;
background-image : none;
}
@media (min-width:980px) {
.navbar {
float : right;
position : relative;
}
.item-page {width: 80%;}
  

}
@media (min-width:1200px) {
.navbar {
float : right;
position : relative;
}
.item-page {width: 80%;}
}
@media (max-width:979px) {
.navbar {
float : right;
position : relative;
}
}
@media (min-width:768px) and (max-width:979px)
@media (max-width:767px) {
.navbar {
float : right;
background-color : #fff;
}
.row-fluid [class*="span"] {
box-sizing : border-box;
display : block;
float : left;
min-height : 30px;
width : 100%;
margin-top : 5px;
margin-bottom : 5px;
}
}
@media (max-width:480px) {
.navbar {
float : right;
background-color : #fff;
}
.row-fluid [class*="span"] {
box-sizing : border-box;
display : block;
float : left;
min-height : 30px;
width : 100%;
margin-top : 5px;
margin-bottom : 5px;
}
.pos2 {
margin-top : 10%;
}
} 