html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial, sans-serif;
    */
    vertical-align: baseline;
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(48, 55, 58);
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 1;
    color: #3b4548;
    background: #fff;
    text-align: center;
    width: 100%;
    background-image: url(background_anthrazit.png);
    background-size: 100vh 30vh ;
    background-repeat: repeat-x;
    letter-spacing: -0.25px;
}

.clearer {
    clear : both;
    height: 0px;
    font-size: 0px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 115%;
    margin-bottom: 20px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    line-height: 115%;
    color: #8b0c12;
    margin: 20px 0 20px 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 115%;
    color: #8b0c12;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 135%;
    color: #666;
    margin: 10px 0 5px 0;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 135%;
    color: #666;
    margin: 0;
}

a {
    color: #3b4548;
    text-decoration: none;
}

p {
    font-size: 13px;
    line-height: 135%;
    margin-bottom: 10px;
    text-align: left;
}

ol, ul {
    list-style: none;
}

ol,
ul {
    margin-left: 0px;
}

ul li {
    margin-left: 20px;
    list-style-type: disc;
}

ol li {
    margin-left: 30px;
    list-style-type: decimal;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.wrapper {
    width: 980px;
    min-height: 700px;
    font-size: 14px;
    line-height: 135%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wrapper2 {
    width: 100vh;
    font-size: 14px;
    line-height: 135%;
    min-height: 30vH;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #262e39;
}

.wrapper3 {
    width: 980px;
    font-size: 14px;
    line-height: 135%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.iframe {
    margin-bottom: 10px;
}

.iframe iframe {
    overflow:hidden;
    width:100%;
    height:1000px;
    background: white;
}

.leftcol {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 50px;
}

.leftcol_new {
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 50px;
    background-color: #262e39;
    z-index: 2;
}

.logo {
    background-image: url("logo_weiss.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    left: 50px;
    position: relative;
}

.logo-whole-header {
    width: 100vh;
    height: 30vH;
    background-image: url("th_header.jpg");
    /*background-size: contain;*/
    background-size: 105%;
    background-repeat: no-repeat;
    background-color: #262e39;
    z-index: 1;
    float: center;
    margin-left: -45vh;
    position: absolute;
}

.logo a {
    display: block;
    width: 190px;
    height: 95px;
}

.middlecol {
    width: 450px;
    float: left;
    margin: 0 0 60px 0;
}

.middlecol_new {
    width: 60%;
    float: left;
    margin: 0 0 60px 0;
    background-color: #262e39;
}

.monitor {
    position: relative;
}

.mask {
    width: 460px;
    height: 276px;
    background-image: url('header.png');
    background-repeat: repeat;
    background-position: top left;
    position: absolute;
    z-index: 100;
    left: 23px;
}

.monitor ul,
.monitor ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.monitor ul {
    position: absolute;
    left: 23px;
}

.monitor img {
    z-index: 90;
}

.rightcol {
    width: 190px;
    float: right;
    padding: 65px 15px 0 0px;
}

.rightcol_new {
    width: 20%;
    float: right;
    padding: 65px 15px 0 0px;
    background-color: #262e39;
}

.rightcol .tagcloud {
    height: 100px;
    margin-bottom: 160px;
}

.rightcol .tagcloud p {
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

/*

.footer {
    border-top: 3px solid #8b0c12;
    padding-top: 15px;
}

.footer,
.footer a,
.footer p {
    font-size: 11px;
    color: #888e90;
}

.footer .left {
    float: left;
    width: 300px;
    margin-left: 70px;
}

.footer .right {
    float: right;
    width: 300px;
    margin-right: 65px;
}

.footer .right p {
    text-align: right;
}

*/

/* unvisited link */


details {
    cursor: pointer;
}

.footer .footer-bottom {
    border-top: 3px solid #262e39;
    /*background-color: rgb(174, 179, 182);;*/
    padding: 30px 0px;
    float: bottom;
}

.footer .footer-bottom .footer-copyright {
    color: rgb(174, 179, 182);
}

.footer-nav {
    margin-bottom: 20px;
}

.outer-box {
    padding-left: 30px;
    padding-right: 30px;
}

.row::before, .row::after {
    content: " ";
    display: table;
}
*, ::before, ::after {
    box-sizing: inherit;
}

.row::after {
    clear: both;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
*, ::before, ::after {
    box-sizing: inherit;
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-nav * {
    color: rgb(93, 104, 109);
    
}

.inline::after {
    content: "/" !important;
    margin-left: 23px !important;
    margin-right: 10px !important;
    text-align: center;
}

.text-center {
    text-align: center;
}

.small-12 {
    width: 100%;
}

::selection {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.column, .columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.nav-footer{
    display: inline;
    /*background-color: rgb(93, 104, 109);*/
}

.inline  {
    display: inline !important; 
    list-style: none;
}

.inline2  {
    display: inline !important; 
    list-style: none;
}

