body#static #nav_top,
body#static tr .site, #nav_bot {
    display: none;
}

body#static
body#static #window,
body#static #main,
body#static table.root {
    margin: 0 !important;
    width: 100% !important;
}

body#static #window,
body#static #root,
body#static {
    background-color: transparent;
}

body#static p {
    font-size: 1rem;
    line-height: 1.4rem;
}

body#static .main p strong:first-child {
    display: none;
}

body#static .main p:first-line {
    font-weight: bold;
}

body#static .main p br:first-of-type,
body#static .main tr td[height="38"] {
    display: none;
}

body#static table.main {
    margin: 0 !important;
    width: 100% !important;
}

body#static td.main {
    border-left: none !important;
    border-right: none !important;
}

body#static #main_table table tr {
    height: 1rem;
}

body#static #main_table table td {
    width: unset !important;
}

body#static #main_table table tr td img {
    width: 198px;
    height: auto;
    max-height: 170px;
    border: 1px solid lightgrey;
}

body#static #main_table table tbody tr td[colspan="2"] {
    display: none;
}

body#static table.pic {
    margin-right: 3rem !important;
    border: none;
}

body#static .main a.link, body#static .main input.link {
    display: inline-block;
    color: #ffffff;
    background-color: #005FAF;
    border: 1px solid #005FAF;
    padding: 5px 20px 5px;
    /*margin-top: 20px;*/
    font-size: 16px;
}

/*body#static .main a.link:after {*/
    /*content: "weiter";*/
    /*font-size: 16px;*/
/*}*/

body#static .main .sel_all_wrap {
    margin-top: 20px;
    margin-bottom: 5px;
}

body#static .main .sel_all_wrap input {
    margin-right: 10px;
}

body#static .main #del_sel {
    margin-bottom: 20px;
}

body#static .main a.link:hover, body#static .main input.link:hover {
    color: #ffffff;
    background-color: #414141;
    border-color: #414141;
    text-decoration: none;
    cursor: pointer;
}

body#static a.link[href^="http://www.waitz-richter.com/de/index.php?verkauf#top"] {
    display: none;
}

body#static h1,
body#static h2,
body#static h3,
body#static p,
body#static a,
body#static td.all {
    font-family: "Open Sans" !important;
}

body#static td.all {
    font-size: 1rem;
    padding-left: 0 !important;
}

body#static table.nav_left {
    width: 100%;
}

body#static .nav_left tr a {
    display: block;
    margin-top: 20px;
}

body#static .nav_left tr.first,
body#static .nav_left td[height="13"] {
    display: none;
}

body#static form .error {
    border-color: #dc3545 !important;
}

body#static input[type="submit"] {
    display: inline-block;
    color: #ffffff;
    background-color: #005FAF;
    border: 1px solid #005FAF;
    padding: 10px 20px;
}

body#static input[type="submit"]:after {
    /*content: "Abschicken";*/
    /*font-size: 16px;*/
}

body#static input[type="submit"]:hover {
    color: #ffffff;
    background-color: #414141;
    border-color: #414141;
    text-decoration: none;
}

body#static #main_table form[name="register"] table tbody tr td[colspan="2"] {
    display: table-cell;
}

body#static #main_table form[name="register"] tr {
    height: 50px;
}

body#static #main_table form[name="register"] td {
    vertical-align: middle;
    font-size: 1rem;
}

body#static #main_table form[name="register"] td[align="center"] {
    text-align: right;
}

body#static form[name="register"] td input[type="radio"] {
    margin-right: 10px;
}

body#static form[name="register"] td input[type="radio"]:last-child {
    margin-left: 30px;
}

body#static input[type="text"], input[type="password"], textarea, select {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem;
    font-size: 1rem !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

body#static #send_quest p:not(:last-child), div#info .questionForm > p {
    margin-bottom: 20px;
}

body#static #send_quest p:last-child {
    text-align: right;
}

body#static #send_quest input:focus, #send_quest textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

@media (max-width: 578px) {
    body#static #main_table table td {
        display: block;
    }

    body#static table.pic {
        margin-bottom: 1rem;
        width: 100%;
    }

    body#static #main_table table tr {
        text-align: center;
    }

    body#static .mywr table {
        width: 100%;
    }

    body#static .head_mywr tr {
        text-align: left !important;
    }

    body#static #sel_biete {
        float: left;
    }
}

@media (max-width: 768px) {
    body#static table.nav_left {
        margin-bottom: 2rem;
    }
}

@media (max-width: 991px) {
    body#static .head_mywr {
        margin-bottom: 20px;
    }
}

.newsletter_frame td {
	display: table-cell !important;
}
