/*
Theme Name: IEN Tornesch
Theme URI: https://www.ien-tornesch.de
Description: Exaktes 1:1-Abbild der ursprünglichen HTML-Website von IEN Industrie-Elektronik Nord GmbH.
Author: IEN Industrie-Elektronik Nord GmbH
Version: 1.1
Text Domain: ien-tornesch
*/

/* ==========================================================================
   0. WordPress-Reset
   Überschreibt WordPress-eigene Styles, die das Original-Layout stören
   ========================================================================== */

/* Alle Überschriften auf neutrale Basis zurücksetzen */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    color: inherit;
    border: 0;
}

/* WordPress paragraph-margins im Content neutralisieren */
.block_text p,
.block_news p {
    margin: 0 0 0 0;
    padding: 0;
}

/* WP-Block-Editor-Klassen deaktivieren die im Theme nicht gewollt sind */
.wp-site-blocks,
.is-layout-flow,
.entry-content,
.entry-title {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ==========================================================================
   1. Reset & Basis (identisch zur Original styles.css)
   ========================================================================== */

div {
    margin: 0px;
    padding: 0px;
    font: normal 12px/20px Arial, Helvetica;
}

body {
    margin: 0;
    background: #969694;
}

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

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #000000;
}

.navi:visited {
    color: #333234;
}

input, textarea, select {
    border: 1px solid #808080;
    font: normal 12px Verdana, Arial, Helvetica;
}

/* ==========================================================================
   2. Seitencontainer
   ========================================================================== */

#pagecontainer {
    width: 1000px;
    background: #FFF url(images.page/page_bg.gif) repeat-y;
    text-align: left;
    border-top: 13px solid #000;
    margin-top: 20px;
    height: 500px;
}

html > body #pagecontainer {
    height: auto;
    min-height: 500px;
}

/* WordPress Admin-Bar verschiebt den oberen Rand */
.admin-bar #pagecontainer {
    margin-top: 52px;
}

@media screen and (max-width: 782px) {
    .admin-bar #pagecontainer {
        margin-top: 66px;
    }
}

#contentbox {
    height: 415px;
}

html > body #contentbox {
    height: auto;
    min-height: 415px;
}

/* ==========================================================================
   3. Navigation (linke Spalte)
   ========================================================================== */

.navibox {
    width: 205px;
    border: 0px solid #cecece;
    height: 26px;
    border-bottom: 1px solid #c2b65d;
    border-top: 1px solid #ffffff;
    text-align: left;
    background: #FED800;
}

.navibox_active {
    width: 205px;
    border: 0px solid #cecece;
    height: 26px;
    border-bottom: 1px solid #c2b65d;
    border-top: 1px solid #ffffff;
    text-align: left;
    background: #FED800 url(images.page/act_item.gif) no-repeat;
}

html > body .navibox {
    height: auto;
    min-height: 26px;
}

html > body .navibox_active {
    height: auto;
    min-height: 26px;
}

.navi {
    font: normal 12px/20px Verdana, Arial, Helvetica;
    color: #333234;
    text-decoration: none;
}

/* ==========================================================================
   4. Inhaltsbereich (mittlere Spalte)
   ========================================================================== */

.block_text, td, a {
    font: normal 12px/20px Arial, Helvetica;
    color: #666666;
    text-align: left;
    border: 0px solid #808080;
}

.block_text_head {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    color: #010101;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    border: 0px solid #808080;
    font-weight: normal;
}

/* ==========================================================================
   5. Teaser-Boxen (rechte Spalte)
   ========================================================================== */

.block_teaser_head {
    height: 26px;
    width: 225px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    background: #FED800 url(images.page/teaser_item.gif) no-repeat;
}

html > body .block_teaser_head {
    height: auto;
    min-height: 26px;
}

.block_teaser {
    font: normal 12px/20px Arial, Helvetica;
    border: 1px solid #676767;
    background: #f2f2f2;
    width: 223px;
}

/* ==========================================================================
   6. Links mit Pfeil
   ========================================================================== */

.lnk {
    padding-left: 15px;
    background: url(images.page/li.gif) no-repeat;
}

/* ==========================================================================
   7. Suche
   ========================================================================== */

.search {
    font-weight: bold;
    background: #737373;
    color: #FFFFFF;
    padding: 2px;
}

/* ==========================================================================
   8. News-Bereich
   ========================================================================== */

.block_news {
    font: normal 12px/20px Arial, Helvetica;
    color: #666666;
    text-align: left;
    border: 0px solid #808080;
}

.block_news_head {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    color: #010101;
    font-size: 16px;
    text-align: left;
    border: 0px solid #808080;
}

/* ==========================================================================
   9. WordPress-Alignment-Klassen (automatisch von WP gesetzt)
   ========================================================================== */

.alignleft  { float: left;  margin: 0 15px 10px 0; }
.alignright { float: right; margin: 0 0 10px 15px; }
.aligncenter { display: block; margin: 10px auto; }

/* ==========================================================================
   10. Paginierung
   ========================================================================== */

.ien-pagination {
    margin-top: 10px;
    font: normal 12px/20px Arial, Helvetica;
    color: #666;
}

.ien-pagination a {
    color: #000;
    text-decoration: underline;
    margin: 0 3px;
}

.nav-links {
    font: normal 12px/20px Arial, Helvetica;
}
