body {
    background-color: #F2F1F0;
    font-family: Verdana, Arial;
    max-width: 100vw;
}

.top {
    height: 40vh;
    text-align: center;
    box-shadow: 0 0 3px #000000;
    background-color: #FFFFFF;
    min-height: 300px;
    margin-bottom: 10px;
}

.logo {
    padding-top: 10vh;
}

.logo .img-responsive {
    margin: 0 auto;
}

.logo_underline {
    padding-top: 5px;
    padding-left: 250px;
}

.search {
    padding-top: 5vh;
    margin: 0 auto;
}

.searchbar {
    height: 50px;
    border: 2px solid #ababab;
}

.searchicon {
    height: 50px;
    border: 2px solid #ababab;
}


.center-block {
    float: none;
    text-align:right;
}

.nostyle {
    text-decoration: none;
    color: #000000;
}

.nostyle:hover {
    text-decoration: none;
    color: #000000;
}

div.nav {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 40px;
}

.nav_button {
    color: #FFFFFF;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.nav_text {
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 120%;
    font-weight: 900;
}
.nav_text_pc {

    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 120%;
    width:100%;
}


.nav_box {
    float: right;
    display: inline-block;
    text-align: center;
    color: #000000;
    /*    padding: 2px 5px 2px 5px;*/
    line-height: 20px;
    font-size: 65%;
    min-height: 20px;
    max-height: 20px;
    min-width: 20%;
    font-weight: 900;
}

.blue {
    background-color: #1DA0C6;
}

.blue_tooltip + .tooltip > .tooltip-inner {
    background-color: #1DA0C6;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.blue_tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #1DA0C6;
}

.blue_mark {
    border-left: 5px solid #D5EAF7;
}

.blue_mark_dark {
    border-left: 5px solid #1DA0C6;
}

.blue_mark:hover {
    border-color: #1DA0C6;
    cursor: pointer;
    background-color: #D5EAF7;
    text-decoration: none;
}

.blue > .nav_box {
    background-color: #D5EAF7;
}

.blue_light {
    background-color: #D5EAF7;
}

.blue_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1DA0C6;
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
    font-size: 100%;
    font-weight: 900;
}

.orange {
    background-color: #E89123;
}

.orange_tooltip + .tooltip > .tooltip-inner {
    background-color: #E89123;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border-radius: 0;
}

.orange_tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #E89123;
}

.orange_mark {
    border-left: 5px solid #F9EDDE;
}

.orange_mark_dark {
    border-left: 5px solid #E89123;
}

.orange_mark:hover {
    border-color: #E89123;
}

.orange > .nav_box {
    background-color: #F9EDDE;
}

.orange_light {
    background-color: #F9EDDE;
}

.orange_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #E89123;
    color: #FFFFFF;
    margin-top: 10px;
}

.purple {
    background-color: #892578;
}

.purple_tooltip + .tooltip > .tooltip-inner {
    background-color: #892578;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.purple_tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #892578;
}

.purple_mark {
    border-left: 5px solid #F4E1F3;
}

.purple_mark_dark {
    border-left: 5px solid #892578;
}

.purple_mark:hover {
    border-color: #892578;
    cursor: pointer;
    background-color: #F4E1F3;
}

.purple > .nav_box {
    background-color: #F4E1F3;
}

.purple_light {
    background-color: #892578;
}

.purple_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #892578;
    color: #FFFFFF;
    margin-top: 10px;
}
.white_pc {
    background-color: white;
    color:black;
}
.white_pc:hover {
    background-color: #1DA0C6;
    color:white !important;
}
.gray {
    background-color: lightgray;;
}
.green {
    background-color: #92B73D;
}

.green_tooltip + .tooltip > .tooltip-inner {
    background-color: #92B73D;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.green_tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #92B73D;
}

.green_mark {
    border-left: 5px solid #E8F2D7;
}

.green_mark_dark {
    border-left: 5px solid #92B73D;
}

.green_mark:hover {
    border-color: #92B73D;
    cursor: pointer;
    background-color: #E8F2D7;
    text-decoration: none;
}

.green > .nav_box {
    background-color: #E8F2D7;
}

.green_light {
    background-color: #E8F2D7;
}

.green_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #92B73D;
    color: #FFFFFF;
    margin-top: 10px;
}

.gray_mark {
    border-left: 5px solid #bcbcbc;
}

.white {
    color: #000000;
    background-color: #FFFFFF;
}

.white:hover {
    color: #000000;
    background-color: #bcbcbc;
}

.news {
    padding-top: 20px;
}

.news_head {
    margin-top: 50px;
}

.topheading {
    font-weight: 900;
    font-size: 130%;
    margin-top: 20px;
    margin-left: -15px;
}

.topheading_sub {
    font-size: 130%;
    margin-top: 20px;
    margin-left: -15px;
}

.news_archive {
    text-decoration:none;
    color:#bcbcbc;
}

.news_archive:hover {
    text-decoration: underline;
    color: #bcbcbc;
}

.news_box {
    padding-top: 20px;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.foot_box {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.foot a {
    color: #000000;
    text-decoration: none;
}

.foot a:hover {
    text-decoration: underline;
    color: #000000;
}

.subfoot {
    color: #bcbcbc;
}

.translex_nav {
    text-align: center;
    box-shadow: 0 0 3px #000000 !important;
    border-radius: 0;
    background-color: #FFFFFF;
    /*    height: 70px !important;*/
}

.navbar a.navbar-brand {
    padding: 9px 15px 9px;
}

.navbar-brand > img {
    height: 34px;
}

.nav_bookmarkicon {
    border: 2px solid #ababab;
    height: 34px;
}

.nav_searchicon {
    border: 2px solid #ababab;
    height: 34px;
}

.nav_searchbar {
    border: 2px solid #ababab;
    height: 34px;
}

.white_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    margin-top: 10px;
}
.red_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f56954;
    margin-top: 10px;
}

.box_icon {
    height: 40px;
    width: 40px;
    margin-top: 10px;
    border: 0;
    border-radius: 0;
}

.pagination {
    margin-bottom: 10px;
}

.cite-text {
    font-size: 100%;
    color: #ababab;
}

.cite_row_button > .btn {
    border: 0 none;
    border-radius: 0;
    height: 40px;
}

@media screen and (min-width: 992px) {
    .cite_row {
        width: 880px;
    }
}

@media screen and (min-width: 1200px) {
    .cite_row {
        width: 1080px;
    }
}

@media screen and (min-width: 992px) {
    .cite_prinzip {
        width: 880px;
    }
}

@media screen and (min-width: 1200px) {
    .cite_prinzip {
        width: 1080px;
    }
}

@media screen and (min-width: 992px) {
    .cite_doc {
        width: 835px;
    }
}

@media screen and (min-width: 1200px) {
    .cite_doc {
        width: 1035px;
    }
}

.cite_prinzip_button > a {
    margin-left: 5px;
}

.browse_box {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.to_top {
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
    margin-right: -15px;
}

.to_top + .tooltip > .tooltip-inner {
    background-color: #F2F1F0;
    color: #000000;
}

.to_top + .tooltip > .tooltip-arrow {
    border-bottom-color: #F2F1F0;
}

.contract_head {
    font-weight: 900;
    font-size: 115%;
    margin-top: 10px;
}

.contract_head_sub {
    font-size: 105%;
}

.justify {
    text-align: justify;
}

.silent {
    text-decoration: none;
    color: #000000;
}

.silent:hover {
    text-decoration: none;
    color: #000000;
}

.marker {
    padding: 3px;
    color: #1DA0C6;
    cursor: pointer;
    background-color: #D5EAF7;
    line-height: 1.22
}

.popover {
    max-width: 80vw;
    width: 600px;
}

.selection_menu_box {
    margin-top: 20px;
    cursor: pointer;
}

.selection_menu_head {
    border: 2px solid #bcbcbc;
    background-color: #FFFFFF;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.selection_menu_head_clause {
    border: 2px solid #bcbcbc;
    background-color: #FFFFFF;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.selection_menu_arrow {
    padding-right: 10px;
}

.selection_menu_cont {
    border-left: 2px solid #bcbcbc;
    border-right: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    background-color: #FFFFFF;
    padding: 10px;
    display: none;
    margin-left: -15px;
    margin-right: -15px;
}

.selection_menu_cont_clause {
    border-left: 2px solid #bcbcbc;
    border-right: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    background-color: #FFFFFF;
    padding: 10px;
    display: none;
    margin-left: -15px;
    margin-right: -15px;
}

.selection_menu_line_1 {
    display: block;
    font-weight: 900;
    color: #000000;
    text-decoration: none;
    margin-top: 5px;
}

.selection_menu_line_1:hover {
    color: #000000;
    text-decoration: none;
}

.selection_menu_line_2 {
    display: block;
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
    margin-top: 5px;
}

.selection_menu_line_2:hover {
    color: #000000;
    text-decoration: none;
}

.selection_menu_line_3 {
    display: block;
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
    margin-top: 5px;
}

.selection_menu_line_3:hover {
    color: #000000;
    text-decoration: none;
}

.biblio_menu {
    text-align: center;
    margin-bottom: 100px;
}

.biblio_menu_box {
    color: #E89123 !important;
}

@media(max-width:767px){
    .biblio_menu_cut {
        margin-bottom: -100px;
    }
}

@media(min-width:768px){
    .biblio_menu_cut {
        margin-bottom: -100px;
    }
}

@media(min-width:992px){
    .biblio_menu_cut {
        margin-bottom: -160px;
    }
}

@media(min-width:1200px){
    .biblio_menu_cut {
        margin-bottom: -160px;
    }
}



.biblio_head_box {
    background-color: #E89123;
    color: #FFFFFF;
    font-weight: 900;
    padding: 15px;
    margin-top: 60px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.biblio_head_box:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .biblio_head_box {
        height: 50px;
        width: 50px;
    }
}

.biblio_link_doc {
    text-align: center;
    background-color: #D5EAF7;
    font-size: 120% !important;
}

.biblio_link_doc:hover {
    background-color: #1DA0C6;
    color: #000000;
}

.link_cut {
    overflow: scroll;
}

.biblio_inside {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 15%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-right: 2px;
    padding-left: 2px;
}

.hide {
    display: none;
}

.suche_loader {
    text-align: center;
    font-size: 110%;
}

.header_link {
    color: #000000;
    text-decoration: none;
}

.header_link:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.page-trans {
    overflow: hidden;
    margin-left: -15px;
    width: 110%;
}

.break-page_wrap {
    background-color: #F2F1F0;
    height: 20px;
    margin-top: 20px;
    width: 110%;
    margin-left: -15px;
}

.break-page {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #bcbcbc;
    text-align: center;
    font-weight: 900;
}

.break-page:hover {
    color: #bcbcbc;
    text-decoration: none;
}

.quote {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.quote .break-page_wrap {
    margin-left: -35px;
}

.quote .break-page {
    font-style: normal !important;
}
.break-paragraph {
    font-weight:900;
    margin-right:10px;
    display:inline-block;
    float:left;
}
h1 {
    font-size: 24px;
    font-weight: 600;
}
h1.smaller {
    font-size: 14px;
    font-weight: 600;
}
h1.topheading {
    font-weight: 900;
    font-size: 130%;
    margin-top: 20px;
    margin-left: -15px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

h3 {
    font-size: 14px;
    font-weight: 600;
}
h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}
.toc_link {
    display: block;
    color:#000000;
    text-decoration: none;
}

.toc_link:hover {
    text-decoration: underline;
}

.toc_link_h1 {
    margin-top:15px;
}

.toc_link_h2 {
    margin-left:20px;
    margin-top: 10px;
}

.toc_link_h3 {
    margin-left:40px;
    margin-top:5px;
}

.toc_link_h4 {
    margin-left:60px;
}

.toc_link_h5 {
    margin-left:80px;
}

.toc_link_h6 {
    margin-left:100px;
}

.footnotes_box {
    margin-top: 20px;
}

.footnote {
    font-size:10px;
    text-decoration: none;
    font-weight:300;
    vertical-align:top;
    line-height: 100%;
    color:#1DA0C6;
}

.footnote:hover {
    text-decoration: underline;
}

.footnote_bottom {
    font-size:10px;
    text-decoration: none;
    font-weight:300;
    vertical-align:top;
    color:#1DA0C6;
    margin-right:3px;
}

.doc_content {
    text-align: justify;
}

.auto_treffer {
    display:inline-block;
    float:right;
    background-color:#f2f1f0;
    border-radius: 4px;
    padding:3px;
    font-size:12px;
}

.ui-autocomplete {
    z-index: 1031 !important;
    text-align: left !important;
}

/*@media(max-width:767px){
    .ui-autocomplete {
        max-width: 90vw;
    }
}

@media(min-width:768px){
    .ui-autocomplete {
        max-width: 90vw;
    }
}

@media(min-width:992px){
    .ui-autocomplete {
        max-width: 500px;;
    }
}

@media(min-width:1200px){
    .ui-autocomplete {
        max-width: 500px;;
    }
}*/

/*.mark {
    background-color: #D5EAF7;
}*/

/*.mark p {
    background-color: #D5EAF7;
}

.mark h5 {
    background-color: #D5EAF7;
}*/

.mark_menu p {
    background-color: #D5EAF7;
}

.mark_menu h5 {
    background-color: #D5EAF7;
}

.mark_flag {
    display:block;
    position:absolute;

    line-height:24px;
    border: 2px solid #1DA0C6;
    box-shadow: none;
    width:60px;
    padding-right:5px;
    background-image:none;
    background-color: #1DA0C6;
    color:#ffffff;
    font-size:12px;
    font-weight: 900;
    border-radius: 0px;
    z-index:500;
    text-align:right;
    cursor: pointer;
}

.mark_flag:after {
    content: "";
    position: absolute;
    left: -26px;
    top: -2px;
    width: 0;
    height: 0;
    border-right: 24px solid #1DA0C6;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;

}

@media screen and (min-width: 1345px) {
    .mark_flag {
        left: 1190px;
    }
}

@media screen and (max-width: 1344px) {
    .mark_flag {
        display: none;
    }
}

.list_row1 {
    margin-left:20px;
    display: block;
}

.list_row2 {
    margin-left:40px;
    display: block;
}

.list_row3 {
    margin-left:60px;
    display: block;
}

.list_row4 {
    margin-left:80px;
    display: block;
}

.list_row5 {
    margin-left:100px;
    display: block;
}

.list_label {
    float:left;
    margin-top:0px;
}

.list_item {
    margin-left:30px;
    margin-top:0px;
    vertical-align:top;
}

.break-paragraph {
    text-decoration: none;
    color: #000000;
}

.break-paragraph:hover {
    text-decoration: none;
    color: #000000;
}

.commentary .break-paragraph {
    font-weight: 900;
}

.highlight_1 {
    background-color:#FFCC56;
}
.highlight_2 {
    background-color:#FFAB56;
}
.highlight_3 {
    background-color:#FF6D56;
}
.highlight_4 {
    background-color:#50EB7F;
}
.pc_zeile {
    display:none;
}


.lademehr {
    display:inline-block;
    padding:15px;
    width:100%;
    background-color: #cfcfcf;
    text-align: center;
    font-weight: 900;
    font-size: 16pt;
    cursor:pointer;
}

.princtabs {
    padding-left: 0px;
   
    margin-left: -14px;
    margin-right: -14px;

}
.nav-tabs>li {
    text-align:center;
}
.nav-tabs>li>a {
    background: #d0ccc8;
    border: 1px solid #d0ccc8;
  
    color:#a09992;
    margin-left:10px;
    min-width: 200px;
}
/*
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #ddd
}
*/
.nav-tabs>li.active>a {
    background: #f2f1f0;
}