.menu, .menu ul {
    margin:0;
    padding:0;
    padding-right:7px;
    z-index: 99;
}

.menu, .menu1 {
    display: inline-block;
    list-style:none;
    font-size: 12pt;
   /*  margin-top:20px; */
    width:100%;
    min-width:680px;
    max-width:940px;


}

.menu1 li {
     float: left;
     position: relative;
     list-style: none;
     width: 20%;
 }

.menu li  {
    float: left;
    position: relative;
    list-style: none;
}
.menu > li:hover > ul, .menu1 > li:hover > ul {
    display: block;
    background-color: rgb(182,0,17);
}
.menu > li > ul {
    display: none;
    position: absolute;
}
.menu > li > ul a, .menu1 > li > ul a {
    color:#FFFFff;
    padding:10px;
}
.menu > li > ul > li:first-child a
{
    padding-left:10px;
}

.menu li:first-child a, .menu1 li:first-child a
{
    padding-left:0px;
}
.menu li:last-child a, .menu1 li:last-child a
{
    padding-right:0px;
}
.menu1 li a , .menu li a {
    display:block;
    padding:10px 20px;
    text-decoration:none;
    white-space: nowrap;
}
.menu1 li a {
    padding:10px 30px;
}

.menu1 li a:hover, .menu1 li > ul a:hover, .menu li a:hover, .menu li > ul a:hover {
    text-decoration: underline;
}
.navbar-header {
    margin:2px;
}
.navbar-header, .nav {
    float:left;
}

#topGroundTitle {
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 29pt;
    /* font-weight: bold; */
    color: rgb(182,0,17);
    z-index: 97;
    position: relative;
    top:60px;
    left:0%;
    max-width: 40%;
}
#topGroundSubTitle {
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 20pt;
    color: lightgrey;
    z-index: 98;
    position: relative;
    top:80px;
    left:0%;
    max-width: 30%;
}

.stylishFont {
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    font-size: 12pt;
    color: lightgrey;
}

.bg-img {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("/images/test/001.jpg") center right no-repeat;
    background-size: cover;
    border-bottom: firebrick 2px solid;
}
.bg-img-weiss:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:400px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+66,ffffff+100&amp;1+49,0.7+60,0+72 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 49%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.35) 66%, rgba(255,255,255,0) 72%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,0.7)), color-stop(66%,rgba(255,255,255,0.35)), color-stop(72%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 49%,rgba(255,255,255,0.7) 60%,rgba(255,255,255,0.35) 66%,rgba(255,255,255,0) 72%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(255,255,255,1) 49%,rgba(255,255,255,0.7) 60%,rgba(255,255,255,0.35) 66%,rgba(255,255,255,0) 72%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(255,255,255,1) 49%,rgba(255,255,255,0.7) 60%,rgba(255,255,255,0.35) 66%,rgba(255,255,255,0) 72%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(255,255,255,1) 49%,rgba(255,255,255,0.7) 60%,rgba(255,255,255,0.35) 66%,rgba(255,255,255,0) 72%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.bg-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:400px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0e0a+4,0a0809+100&amp;1+20,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMGEwZTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMGEwZDBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhMDgwOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(10,14,10,1) 4%, rgba(10,13,10,1) 20%, rgba(10,8,9,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(4%,rgba(10,14,10,1)), color-stop(20%,rgba(10,13,10,1)), color-stop(100%,rgba(10,8,9,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(10,14,10,1) 4%,rgba(10,13,10,1) 20%,rgba(10,8,9,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(10,14,10,1) 4%,rgba(10,13,10,1) 20%,rgba(10,8,9,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(10,14,10,1) 4%,rgba(10,13,10,1) 20%,rgba(10,8,9,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(10,14,10,1) 4%,rgba(10,13,10,1) 20%,rgba(10,8,9,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0e0a', endColorstr='#000a0809',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


}

.bg-img_old:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:400px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+42,210000+100&amp;1+37,0+76 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzEzMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,1) 37%, rgba(0,0,0,0.87) 42%, rgba(19,0,0,0) 76%, rgba(33,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(37%,rgba(0,0,0,1)), color-stop(42%,rgba(0,0,0,0.87)), color-stop(76%,rgba(19,0,0,0)), color-stop(100%,rgba(33,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,1) 37%,rgba(0,0,0,0.87) 42%,rgba(19,0,0,0) 76%,rgba(33,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(0,0,0,1) 37%,rgba(0,0,0,0.87) 42%,rgba(19,0,0,0) 76%,rgba(33,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(0,0,0,1) 37%,rgba(0,0,0,0.87) 42%,rgba(19,0,0,0) 76%,rgba(33,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(0,0,0,1) 37%,rgba(0,0,0,0.87) 42%,rgba(19,0,0,0) 76%,rgba(33,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00210000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}



.bg-img_ft {
    position: relative;
    width: 100%;
    height: 360px;
    background: url("/images/test/001.jpg") center left no-repeat;
    background-size: cover;
    border-bottom: firebrick 2px solid;
    border-top: firebrick 2px solid;

}
.bg-img_ft:before {

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height:360px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+48,000000+70&amp;0+50,0.8+68,1+80 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuODMiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 48%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 68%, rgba(0,0,0,0.83) 70%, rgba(0,0,0,1) 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(48%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(68%,rgba(0,0,0,0.8)), color-stop(70%,rgba(0,0,0,0.83)), color-stop(80%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 48%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 68%,rgba(0,0,0,0.83) 70%,rgba(0,0,0,1) 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 48%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 68%,rgba(0,0,0,0.83) 70%,rgba(0,0,0,1) 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 48%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 68%,rgba(0,0,0,0.83) 70%,rgba(0,0,0,1) 80%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(0,0,0,0) 48%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 68%,rgba(0,0,0,0.83) 70%,rgba(0,0,0,1) 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.topGroundImageTopRight
{
    position: relative;
    right:0px;
    top:0px;

}
.topGroundImage {
    height:400px;
    overflow-y: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,e5e5e5+100&amp;1+33,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 33%, rgba(229,229,229,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(33%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 33%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(255,255,255,1) 33%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(255,255,255,1) 33%,rgba(229,229,229,0) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(255,255,255,1) 33%,rgba(229,229,229,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e5e5e5',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}


html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:11pt;
    color:rgb(0,0,0);
    background-color:rgb(255,255,255);
    -webkit-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    margin:0;
}

.fontBig {
    font-size:14pt;
    color:#FFFFFF;
}
.bg_red {
    background-color: rgb(182, 0, 17) !important;
    color: #FFFFff;
    border-bottom: #FFFFff 1px solid;
}
.tbl_brd_red {
    border-bottom: rgb(182, 0, 17) 1px solid;
    border-right: rgb(182, 0, 17) 1px solid;
}

.navbar-red {
    background-color: rgb(182,0,17) !important;
}
.navigation
{
    height:80px;
    font-size: 12pt;
}

.cs_button, .cs_buton {
    font-size:12pt;
    padding:4px;
    background-color: #FFFFff;
    border-radius: 4px;
}

.navbar-custom {
    background-color:rgb(182,0,17);
    color:#ffffff;
    border-radius:0;
    width:1060px;
    min-height:40px;
    margin:0;
    padding:0;
    max-width: 940px;
    min-width:680px;
    width:100%;
}


#footer {
    position:relative;
    left:0px;
    bottom:0px;
    height:200px;
    width:100%;
    background-color: #ffffff;
}

#footer
{
    color: #000000;
    border-top: 20px solid rgb(182,0,17);;
    height:200px;
}

#footer_div {
    height:200px;
    margin:0 auto;
    padding:0;
    max-width: 1040px;
    min-width:680px;
}

#overview_image {
    width:100%;
    min-height: 270px;
    border-bottom: rgb(182,0,17) 1px solid;
    border-top: rgb(182,0,17) 1px solid;
    overflow:hidden;
    position: relative;
}
#footer_image
{
    position: absolute;
    top: -75%;
    left:0px;
}

.img_responsive
{
    display:block;
    max-width:90%;
    height:auto;
    width:90%;

}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.nav li a img {
    margin-top:-30px;

}

ul.nav li {
    float: left;
    padding-left:0%;
}
@media all and (min-width: 800px) and (max-width: 1060px) {
    ul.nav li {
        float: left;
        padding-left: 0;
    }
    .menu li a {
        padding:10px 20px;
    }
    #menu {
        font-weight: 400;
    }
}
@media all and (max-width: 800px) {
    ul.nav li {
        float: left;
        padding-left:0;
    }
    .menu li a {
        padding:10px 10px;
    }

    #container {
        padding-top:20pt;
        margin:0 10px;
        width:95%;
    }
    .container {
        width:95%;
    }
    #menu {
        font-weight: 400;
    }
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus { text-decoration: none;  }


.navigation a, .navigation a:hover {
    color: #ffffff;
    font-weight: normal;
}

.hidden {
 display:none !important;
}

@media all and (min-width: 800px) {
    #container {
        padding-top: 20pt;
        padding-left: 10px;
        margin: 0 auto;
        max-width: 940px;
        min-width: 680px;
        width: 85%;

    }

    .container {
        margin: 0 auto;
        max-width: 940px;
        min-width: 680px;
        width: 85%;
    }
}

#dvVisa { display:block; position:relative; width:150px; font-size:11px;height:40px; overflow:visible; z-index:99; }
#drop_down_menu { display:block; position:relative; clear:both; margin:0px; padding:0px; text-align:left; list-style-type:none; text-align:center; width:150px; float:left; left:0px; top:0px; }
#drop_down_menu ul { -webkit-padding-start: 0px;}
#drop_down_menu li { font-weight:normal; float:left; color:#fff; padding:0px; cursor:pointer; background:#3a3a3a; width:150px; }
#drop_down_menu li ul { margin:0px; padding:0px; list-style-type:none; padding-top:0px; }
#drop_down_menu li ul li { display:block; float:none; clear:both;  }
#drop_down_menu li ul li a { color:#FFFFFF; font-weight:normal;  display:block; }

.center-block {
    margin: 0px auto !important;
}

p.underlineWide, fieldset > legend
{
    border-bottom: rgb(172,0,37) 1px solid;
    width:100%;
    margin-bottom: 10px;
}

form div {
    margin: 0px !important;
}

form label {
    /* font-size: small; */
}
.RedBar {
    padding: 5px 10px;
    margin: 10px 0px !important;
    background-color:rgb(172,0,37) ;
    color: #fff;
    line-height: 20px;
    width: 180px;
    font-weight: bold;
    /*margin-left: -20px !important;*/
}
.divSelect {
    width: 200px;
    float: left;
    line-height: 24px;
}
.visa_select, .visa_info, #visa_aufrtag, #visa_option,#visa_deliver ,#visa_payment {

    margin : 30px !important;
    margin-right: 0px!important;
}
#visa_aufrtag, #visa_option, #visa_payment,#visa_deliver {
    width: 80%;
}
#visa_aufrtag input {
    width: 90%;
}
.visa_info .divSelect {

}
.visa_info {
    /* width: 330px !important; */
}

.visa_select select {
    width: 240px;
}
.visa_info_group {
    /*
    font-size: 10pt;
    background-color: #999;
    color: #000;
     width: 300px; */
    padding: 10px;
}
.cLeft {
    clear: left !important;
}
#VISPrice_Info {
    color: #F00;
    font-weight: bold;
    font-size: 12pt;
}
#visa_hint {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: rgb(172,0,37) 2px solid ;
    color: rgb(172,0,37);
    font-size: 11pt;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 180px;
    height: 40px;
    overflow-x: hidden;
    overflow-y: auto;
}
.w75 {
    width: 70px;
}
.w165 {
    width: 155px;
}
.w200 {
    width: 190px;
}
.w120 {
    width: 110px;
}
.w280 {
    width: 270px;
}
.w400 {
    width: 380px;
}
.w75 input {
    width: 45px !important;
}
.w165 input {
    width: 145px!important;
}
.w200 input {
    width: 180px!important;
}
.w120 input {
    width: 100px!important;
}
.w280 input {
    width: 260px!important;
}
.w400 input {
    width: 370px!important;
}
.w110 input {
    width: 80px!important;
}
#visa_hint ul, #visa_hint ol {
    margin-left: -20px;
}
.btnNext {
    cursor: pointer;
    color: #ffffff;
}

#imageTemp {
    color:#FFFFFF;
    background-image:url(../images/trans-dark.png);
    background-repeat:repeat;
    position:absolute;
    top:20px;
    left:100px;
    width:600px;
    height:80px;
}
#foot {
    position:relative;
    width:960px;
    height:60px;
    margin:0px auto;
    z-index:0;
}

#maincontent {
    position:relative;
    width:960px;
    margin:0 auto;
    z-index:1;
}

#maincontent h2 {
    margin:0px;
    font-size:12pt;
}

#headerImageCenter {
    float:left;
    width:700px;
}
#headerImageRight {
    float:left;
}
#headerInfoText {
    position: absolute;
    top:189px;
    left:0px;
    padding-left:92px;
    border-bottom:#CCCCCC 1px solid;
    width: 616px;
}

#content_old {
    position:relative;
    width:960px;
    border:3px #cb0a1d solid ;
    overflow-x:visible;
    overflow-y:hidden;
    display:table;
}
.prop {
    height:500px;
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.floatLeft { float:left; }


#inContent {
    margin-left:9px;

}

#contentLinks {
    position:absolute;
    right:0px;
    top:-21px;
    width:150px;
    text-align:left;
}
#contentLinks li {
    list-style:none;
    font-weight:bold;
    margin-left:-70px;
    line-height:30px;
    border-bottom:#CCCCCC 1px solid;
}
#contentLinks a, contentLinks a:visited, contentLinks a:hover , a, a:visited, a:hover {
    color:#cd101c;
    text-decoration:none;
}

#contact {
    float:left;
    width:168px;
    text-align:right;
    font-size:10pt;
}

/* uplodate parte */


#uploadFiles {
    width:465px;
    height:260px;
}
#uploadFiles .shortDiv, #uploadFiles .longDiv {
    float:left;
    line-height:30px;
}
.shortDiv {
    width:70px;
}
.longDiv {
    width:370px;
}

.lsuperLongDiv {
    width:450px;
}


/* image */
#listImages {
    margin:0 auto;
    width:675px;
}
.previe_image {
    width:225px;
    float:left;
    margin-bottom:10px;
}


.grisclaro {
    color:#727170;
}
.grisoscuro {
    color:#363636;
}

.fontSmall {
    font-size:small;
}
.lineFontSmall {
    font-size:10pt;
    line-height::11pt;
}


.red {
    color:#ca0714;
}
.error {
    color:#ca0714;
    text-decoration:underline;
}


fieldset {
    border:none;
    padding:0px;
}
legend {
    color:rgb(182,0,17);
    font-size:12pt;
}

#formDivs a {
    /* color:#FFFFFF; */
    font-size:normal;
}

input, select, textarea, caption {
    /* font-family: Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", Times, serif; */
    font-size:11pt;
    line-height:13pt;
}
#formDivs {
    position:relative;

    margin:0px auto;
}
#formDivs div, form div {
    margin:5px 0px;
    float:left;
    line-height:30px;
}

#formDivs h3 {
    margin:0 0;
    margin:0 0;
    font-size: 12pt;
}
#prf_LeftWidth {
    width:600px;
}
#prf_Width {
    width:950px;
}
#prf_RightSmall {
    width: 320px;
    margin-right:0px;
}
.prf_LeftWidth {
    width:600px;
}
.prf_Width {
    width:950px;
}
.prf_RightSmall {
    width: 320px;
    margin-right:0px;
}
#prf_ExperienceWidth, #prf_trainingWidth {
    width:900px;
}
#prf_ExperienceWidth legend, #prf_trainingWidth legend {
    width:875px
}
.prf_60 {
    width:60px;
}
.prf_70 {
    width:70px;
}
.prf_90 {
    width:90px;
}
.prf_120 {
    width:120px;
}
.prf_130 {
    width:130px;
}
.prf_150 {
    width:150px;
}
.prf_190 {
    width:190px;
}
.prf_200 {
    width:200px;
}
.prf_300 {
    width:290px;
}
.prf_530 {
    width:530px;
}
.prf_490 {
    width:490px;
}
.prf_120_input {
    width:105px;
}
.prf_130_input {
    width:115px;
}
.prf_135_input {
    width:125px;
}

.prf_140_input {
    width:130px;
}
.prf_150_input {
    width:135px;
}
.prf_150_select {
    width:135px;
}
.prf_190_select {
    width:180px;
}
.prf_200_select {
    width:190px;
}
.prf_200_input {
    width:185px;
}
.prf_190_input {
    width:175px;
}
.prf_50_input {
    width:45px;
}
.prf_60_input {
    width:55px;
}
.prf_90_input {
    width:85px;
}
.prf_70_input {
    width:65px;
}
.prf_530_input {
    width:515px;
}
.prf_300_input {
    width:285px;
}
.prf_240 {
    width:240px;
}
.prf_260 {
    width:260px;
}
.prf_280 {
    width:280px;
}

.prf_280_input {
    width:265px;
}

.prf_300_real {
    width:300px;
}


.prf_490_input {
    width:475px;
}
.error {
    background-color:#fecac9;
}
.steps {
    width:140px;
    float:left;
    height:60px;
    line-height:16px;
    border: #FF0000 1px solid;
    padding:4px;
    cursor: pointer;
}
.step_spacer {
    width:20px;
    float:left;
    height:40px;
}
.steps h2 {
    font-size:11pt;
    line-height:14px;
    margin:0px;
}


.successful {
    font-size:14pt;
    font-weight:bold;
}




#overview {
    width:600px;
}
#detail {
    width:920px;
}
.divNormal {
    float:left;
    width:280px;
    margin:5px;
}
.divWide {
    float:left;
    width:580px;
    margin:5px;
}
.inDetail {
    width:450px;
    float:left;
}
.inDetailNormal {
    width:200px;
    margin:0 auto;
    float:left;
}
.bigText  {
    font-size:larger;
    font-weight:bold;
}
.bold {
    font-weight:bold;
}
.fontTall {
    font-size:13pt;
}

.title {
    background-color:#CCCCCC;
    color:#000000;
    padding:2px;
    font-size:11pt;
}
.scrollBlock {
    overflow-x:auto;
    overflow-y:none;
    height:90px;
}
.scrollBlock300 {
    overflow-x:auto;
    overflow-y:none;
    height:300px;
}

.hiddenLeft {
    display:none !important;
    float:left;
}
.visible {
    display:block;
    float:left;
}
.fontDark {
    color:#353535;
}
.fontClear {
    color:#CCCCCC;
}
.fontVeryClear {
    color:#FFFFFF;
}
.fontVeryDark {
    color:#1D1D1D;
}
.address {
    width:230px;
    float:left;
}
.addyRed {
    text-align:center;
    line-height:13pt;
    background-color:#cb0a1d;
    width:90%;
    margin:0px auto;
}
.addyBack {
    line-height:13pt;
    background-color:#cb0a1d;
}

a,a:visited {}
.redLine {
    color:#FFFFFF;
    border-bottom: 1px solid #cd101c !important;
}

a img, img { border: none ; }

#leftNavighation {
    font-size:12pt;
    color:#FFFFFF;
    background-color:#cb0a1d;
    padding:2px;
}

.redFont {
    color:#cb0a1d;
}

a, a:hover, a:visted { cursor:pointer; }

.right { text-align:right; }


/* css für die viusm seite */

.bar { cursor:pointer; text-decoration:underline;}

#new_passport {
    display: none;
}
.col-12,.col-11,.col-10,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1
{
    float: left;
}

.col-12 {
    width:100%;
}
.col-11 {
    width:91%;
}
.col-10 {
    width:83.3333333333333%;
}
.col-9 {
    width:74.99999999999997%;
}
.col-8 {
    width:66.66666666666664%;
}
.col-7 {
    width:58.33333333333331%;
}
.col-6 {
    width:50%;
}
.col-5 {
    width:41.66666666666665%;
}
.col-4 {
    width:33.33333333333332%;
}
.col-3 {
    width:24.99999999999999%;
}
.col-2 {
    width:16.66666666666666%;
}
.col-1 {
    width:10%;
}

.alignCenter {
    text-align:center;
    display: block;
    margin: 0px auto;
}

.lineFontVerySmall {
    font-size: 6pt;
    line-height: 6pt;
}
