body {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #354F60;  /* schönrs blau 32485A - gruenlich  D2D2AB*/
}
/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #6a1508;
    /*height: 15px;*/
    width: 97%;
    letter-spacing: 5px;
    font-style: italic;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: 2px 1px darkred;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    /*position: absolute;*/
    position: fixed; /* Set the navbar to fixed position */
    top: 12; /* Position the navbar at the top of the page */
    /*width: 100%; !* Full width *!*/
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top:20px;
}
.jumbotron {
    height: 728px;
    width: 1458px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    margin-bottom: 0px !important;
    color: inherit;
    /*background-image: url('../images/hintergrung1612.JPG');*/
    /*background-image: url('/images/bg_blau_hell_links_SN.jpg');background-position: center;*/
}
.jumbotron h1,
.jumbotron .h1 {
    color: #a94442;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
    color: #777777;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.pagination {
    display: inline-block;
    padding-left: 127px;
}
.pagination a {
    color: #ffffff;
    border: 1px solid #787C85;
    background-color: #6a1508;  /* Gray */
    margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
    /*text-align: center;*/
    float: left;
    padding: 2px 4px;
    text-decoration: none;
    border-radius: 5px;
}
.pagination a.active {
    background-color: #4CAF50;
    color: white;
}
.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
#col6632 {
    min-height: 598px;
    width: 50%;
}
#col6631 {
    min-height: 598px;
    width: 50%;
}
#colabout {
    width: 100%;
    background-image: url('../images/hintergrung1612.JPG');
}
.dropbtn {
    background-color: cadetblue; /*#4CAF50*/
    color: #6A1508;
    min-width: 135px;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    width: 155px;
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #a8a8a8;
    max-width: 155px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    height: 4px;
    color: rgba(233, 233, 233, 0.87);
    /*8 pixels for top, 10 pixels for right and left, and
   to 22 pixels for bottom:*/
    padding: 8px 10px 22px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #b8b8b8
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
   background-image: url('../images/konisch.gif');  /*hintergrung1612.JPG*/
}