/*------------------------------------------------------------------ 

[Inhalt] 
  
0. Initialisierung
1. Body  / body #wrapper
2. Header / #header 
3. Navigation / #nav 
4. Content / #content 
5. Sidebar 1 / #sidebar1 
6. Sidebar 2 / #sidebar2 
7. Footer / #footer
8. Search / #search
9. Print Styles

alle properties sind jeweils alphabetisch sortiert 

[Farben]
schwarz   ------- #000 ------ typo text
rot ------------- hsl(353, 99%, 40%) --- headlines und links
gelb hell ------- #fffbe4 --- fond der hinweisbox, tabellen-headbereich-fond
grau mittel ----- #999 ------ gedimmter text (z.b. "advertisement")
grau hell ------- #ccc ------ trennlinien
grau sehr hell -- #f7f7f7 --- browserfond und fond ergebnis-liste/tabellenzeile

[Typo]
Georgia ---- headlines
Verdana ---- text

HINWEIS: Die Formatierung ist bei allen Portalen identisch bis auf folgende Ausnahmen:
– Hauptfarbe Headlines und Links
– bei hellen Hauptfarben, eine abgedunkelte farbe für die klassen: #sidebar1 li.more-of-that a, #sidebar1 li.submit-yours a, #sidebar1 li.more-of-that a:hover, #sidebar1 li.submit-yours a:hover, #content table a:link
– Header- und Footer-BG-Bild:
–– msc-bg-header-2019-1240px.jpg
–– msc-bg-footer-2019-1240px.jpg

 -------------------------------------------------------------------*/


/*------------------------------------------------------------------ 
-0. Initialisierung
 -------------------------------------------------------------------*/
/* reset styles */
html, body {
    background-color: #f7f7f7; 
    border: 0; 
    color: #000; 
    margin: 0; 
    padding: 0; 
    vertical-align: baseline;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, del, dfn, em, font, img, small, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0; 
    margin: 0; 
    padding: 0; 
    vertical-align: baseline;
}
    
/* skip navigation */
#skip {
    position: absolute; 
    left: -1000px; 
    overflow: hidden; 
    top: -100px; 
    width: 10em; 
    z-index: 2;
}

#skip a {}

#skip a:focus, #skip a:active {
    background: #fff; 
    color: #000; 
    text-decoration: 
    underline; 
    z-index: 99;
}

#blah:active {}
    
#wrapper {
    background: url(../images/basics/bg-wrapper-1240px.gif) repeat-y #fff; 
    color: #000; 
    font: 62.5%/75% Verdana, Arial, Helvetica, sans-serif; /* ab jetzt ist 1 em = 10px */ 
    margin-left: auto; 
    margin-right: auto;
    position: relative;
    text-align: left; 
    width: 1240px;
}

/* verhindert, dass die fonts zu dick dargestellt werden */
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------ 
-1. Body
 -------------------------------------------------------------------*/
body {
    background: #f7f7f7; 
    text-align: center; /*  hack fuer zentrierung */
}
    
h1, h2, h3, h4, h5, h6 {
    color: #444; 
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 2.5em; 
    font-weight: normal; 
    line-height: 1.15; 
    margin-bottom: 20px;
    margin-top: 7px;
}

h2 {
    font-size: 1.7em; 
    font-weight: normal; 
    line-height: 1.2; 
    margin-bottom: 10px; 
    margin-top: 5px;
}

h3 {
    font-size: 1.2em; 
    margin-bottom: 3px; 
    margin-top: 5px;
} 

h1 + h3 {
    margin: -20px 0 20px;
}

h3.license {
    font-weight: normal; 
    margin-bottom: 17px;
} /* alt: ueberschrift 3. ordnung, klasse fuer "guest" oder eingeloggten user */

h3.pagetype {
    font-size: 1.2em; 
    font-weight: normal; 
    margin-bottom: 5px;
} /* alt: ueberschrift 3. ordnung, klasse fuer "ueber der h1" */

h3.path {
    font-weight: normal; 
    margin-bottom: 17px;
} /* alt */

p {
    color: #000; 
    margin-bottom: 20px;
}

strong {
    color: #444; 
    font-weight: bold;
}

em {
    font-style: italic;
}

abbr[title] {
    border-bottom: 1px #777 dotted; 
    cursor: help;
}

/* fuer browser ohne bilddarstelllung */
img {
    font: 80%/100% Verdana, Arial, Helvetica, sans-serif;
} 

a img {
    color: #999;
}

 
/*------------------------------------------------------------------ 
-2. Header
 -------------------------------------------------------------------*/
#header {
    background: url(../images/basics/msc-bg-header-2022-1240px.jpg) no-repeat #FFF; 
    height: 170px;
    position: fixed;
    width: 1240px;
    z-index: 1000;
    transition: all .6s;
}

#header #logo img,
#header .menu,
#header #topsearch {
    transition: all .6s;
}

#header.sticky {
    height: 70px;
}

#header.sticky #logo {
    top: 30px;
    height: 35px;
    width: 220px;
}

#header.sticky #logo img {
    height: 35px;
    width: 220px;
}

#header.sticky #toolbar {
    top: -20px;
}

#header.sticky #topsearch {
    top: 38px;
}

#header.sticky .menu {
    top: 51px;
}

#logo {
    position: absolute; 
    left: 45px; 
    top: 45px; 
    width: 375px; 
    z-index: 99;
    transition: all .6s;
}

#toolbar {
    background-color: transparent; 
    color: #fff; 
    font-size: 1.2em; 
    right: 45px; 
    position: absolute; 
    top: 130px; 
    text-align: right; 
    width: 150px;
}

#toolbar a {
    color: #fff; 
    margin: 0 7px; 
    text-decoration: none;
}

#toolbar a:visited {
    color: #fff; 
    margin: 0 7px; 
    text-decoration: none;
}

#toolbar a:hover {
    border-bottom: 1px dotted #fff; 
    text-decoration: none;
}

#toolbar ul {
    list-style: none;
}

#toolbar ul li {
    display: inline;
}

.icon {
    margin-right: 5px; 
    vertical-align: middle;
} /* veraltet? */
 


/*------------------------------------------------------------------ 
-3. Navigation
 -------------------------------------------------------------------*/
.menu {
    position: absolute;
    top: 131px;
    left: 370px;
}
 
.nav,
.nav-follow {
    background-color: transparent;
    font-weight: bold;
    list-style: none;
}
 
.nav-follow {
    margin-top: 10px;
}
 
.nav li,
.nav-follow li {
    background-color:rgba(0,0,0,.2);
    border-radius: 5px 5px 0 0;
    display: inline;
    font-size: .9rem;
    letter-spacing: .015em;
    margin: 0 2px;
    padding: 5px 0;
}
 
.nav li:first-of-type,
.nav-follow li:first-of-type {
    /* border-radius: 10px 10px 0 0;
    padding-top: 3px; */
}
 
.nav li:last-of-type,
.nav-follow li:last-of-type {
    /* border-radius: 0 0 10px 10px;
    padding-bottom: 3px; */
}
 
.nav li a:link, 
.nav li a:visited,
.nav-follow li a:link, 
.nav-follow li a:visited {
    color: #fff;
    display: inline;
    padding: 5px 10px;
    text-decoration: none;
    transition: border .4s;
}
 
.nav li a:hover,
.nav-follow li a:hover {
    /* color: #fe0; */
    border-bottom: 7px solid #999;
}

#sidebar1 ul.nav a:link,
#sidebar1 ul.nav-follow a:link,
#sidebar1 ul.nav a:visited,
#sidebar1 ul.nav-follow a:visited {
    border-top: 1px solid #999;
    border-bottom: none;
    box-sizing: border-box;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    height: auto;
    line-height: 1;
    padding: 12px 15px;   
}

#sidebar1 ul.nav li:first-of-type a,
#sidebar1 ul.nav-follow li:first-of-type a {
    border-top: none;
}

#sidebar1 ul.nav li:hover,
#sidebar1 ul.nav-follow li:hover {
    background-color: #555;
}

.current-news li.news, 
.current-people li.people, 
.current-products li.products, 
.current-deals li.deals, 
.current-organisations li.organisations {
    background-color: #555;
}

#sidebar1 li.more-of-that a,
#sidebar1 li.submit-yours a {
    color: hsl(353, 99%, 40%);
}

#sidebar1 li.more-of-that a:hover,
#sidebar1 li.submit-yours a:hover {
    border-bottom: 1px dotted hsl(353, 99%, 40%);
}

 
 
/*------------------------------------------------------------------ 
-4. Content, Main
 -------------------------------------------------------------------*/
#main {
    padding-top: 160px;
}

#content {
    float: left; 
    font-size: 1.3em; 
    line-height: 1.4;
    margin-top: 19px; 
    width: 650px;
}

#content .topbanner {
    display: block; 
    float: none; 
    margin-bottom: 20px;
}

p.smalltext {
    font-size: 0.82em; 
    line-height: 1; 
    margin-bottom: 3px;
} /* text "advertisement" */

p.dim {
    color: #999;
} /* text "advertisement" */

#content a:link, 
#content a:link strong {
    color: hsl(353, 99%, 40%); 
    text-decoration: none;
}

#content a:visited {
    color: #666; 
    text-decoration: none;
}

#content a:hover {
    border-bottom: 1px dotted hsl(353, 99%, 40%); 
    text-decoration: none;
}

#content a:link.imglink {
    border-bottom: none;
}

/* hinweisbox mit gelbem fond */
#content .message {
    background-color: #fffbe4; 
    border: 1px solid #999; 
    margin-bottom: 20px; 
    padding: 5px 10px;
}
 
#content .message p, 
#content .message h3, 
#content .message h4 {
    color: #000;
}

#content .message h3, 
#content .message h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* buttonreihe */
#content div.btnrow {
    overflow: auto; 
    margin-bottom: 20px; 
    margin-top: 10px;
}

#content a:link.actionbtn, 
#content a:visited.actionbtn {
    background-color: #f9a137; 
    border: none; 
    border-radius: 8px; 
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); 
    color: #fff; 
    display: block; 
    float: left; 
    font: bold 11px/13px Verdana, Geneva, sans-serif; 
    letter-spacing: .05em; 
    margin: 0 18px 10px 0; 
    padding: 10px 0; 
    text-align: center; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    width: 135px;
}

#content a:hover.actionbtn, 
#content a:active.actionbtn {
    background-color: #f5902a;
}

#content a:link.actionbtn.darker, 
#content a:visited.actionbtn.darker {
    background-color: #f17d09;
}

#content a:hover.actionbtn.darker, 
#content a:active.actionbtn.darker {
    background-color: #ed6700;
}

#content a:link.last, 
#content a:visited.last, 
#content a:hover.last, 
#content a:active.last {
    margin-right: 0;
} /* der vierte button muss die klasse last haben, da er sonst in die nächste reihe rutscht */

/* diverse formatierungen, z.t. veraltet */
#content .result {
    color: #c90119;
}

#content img {
    float: left; 
    margin-bottom: 10px;
}

#content img.imgleft {
    float: left; 
    margin-bottom: 5px; 
    margin-right: 20px;
}

#content img.imgright {
    float: right; 
    margin-bottom: 5px; 
    margin-left: 20px;
}

#content img.icon {
    margin: 3px 5px 0 0;
}

#content img.arrow {
    float: none; 
    margin: 5px 2px 0 0;
}

#content img.updown {
    float: none; 
    margin: 0 2px 0 0; 
    vertical-align: baseline;
}

#content span.resultnavi {
    margin-right: 20px;
}

#content p.iconlines {
    line-height: 2em;
}

#content p.smallmarginbottom {
    margin-bottom: 15px;
    margin-top: 10px;
}

#content span.number {
    color: #bebebe; 
    margin-right: 10px;
}

#content .imgline {
    overflow: auto; 
    min-height: 50px;
}

#content .imgline img {
    margin-right: 20px;
}

/* formatierung des blocks mit dem weblink unterhalb der ueberschrift */
#content .weblink {
    margin-bottom: 20px; 
    padding: 5px 0px;
}

#content .weblink p {
    line-height: 1.3; 
    margin-bottom: 0;
}

#content .weblink img {
    margin-left: 3px; 
    margin-right: 15px;
}

#content .weblink span.small {
    font-size: 1em;
}

#content .spacer {
    height: 20px;
}

#content .totop, 
#content .toprevious {
    font-size: 1em;
}


/* ---------------- listenformatierungen ------------------- */
/* listenformatierung allgemein */
#content ul {
    margin-bottom: 10px;
}
 
#content ul li {
    list-style: none; 
    padding-bottom: 5px;
    position: relative;
}

#content ul li img {
    float: none;
}

/* listenformatierung logos mit linktext */
#content ul.logolist {
    margin: 10px 0 20px;
}

#content ul.logolist li {
    margin-bottom: 5px;
}

#content ul.logolist li a {
    display: block; 
    overflow: auto;
}

#content ul.logolist li a img {
    float: left; 
    margin-right: 20px;
}

/* listenformatierung normale text- oder linkliste mit bullets */
#content ul.bulletlist {
    margin: 10px 0 20px;
}

#content ul.bulletlist li {
    list-style-image: url(../images/basics/bullet_grey.gif); 
    line-height: 1.2; 
    margin-left: 15px; 
    padding: 0 0 3px 0;
}

/* listenformatierung ergebnisliste */
#content ul.results {} 

#content ul.results strong {
    color: hsl(353, 99%, 40%);
}

#content ul.results li {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 1em;
}

#content ul.results li strong {
    font-weight: bold;
}

#content ul.results li a {
    color: #000;
}

#content ul.results li a:hover {
      border-bottom: none;
    }

#content ul.results li:hover {
    background: #eee; 
    background-image: none;
}

#content ul.results li::after {
    position: absolute;
    bottom: 8px;
    right: 15px;
    content: '\00bb'; /* » */
    color: hsl(353, 99%, 40%);
    font-size: 1rem;
    font-weight: bold;
}

#content ul.results2 {}

#content ul.results2 li {
    border-top: 1px solid #ccc; 
    list-style: none; 
    padding: 3px 0 3px 0;
}

#content ul.results2 li strong {
    font-weight: normal;
}

#content ul.results2 li a {}

#content ul.results2 li:hover {
    background: #eee; 
    background-image: none;
}

/* listenformatierung ergebnisliste mit icons */
#content ul.resultswithicons {}

#content ul.resultswithicons li {
    border-top: 1px solid #ccc; 
    list-style: none; 
    padding: 6px 0 6px 0;
}

#content ul.resultswithicons li strong {
    font-weight: normal;
}

#content ul.resultswithicons li a img.icon {
    margin-top: 0;
}

#content ul.resultswithicons li:hover {
    background: #eee; 
    background-image: none;
}

#content ul.resultswithicons2 {}

#content ul.resultswithicons2 li {
    border-top: 1px solid #ccc; 
    list-style: none; 
    padding: 6px 0 6px 0;
}

#content ul.resultswithicons2 li strong {
    font-weight: normal;
}

#content ul.resultswithicons2 li a img.icon {
    float: none; 
    margin: -3px 0 0 10px;
}

#content ul.resultswithicons2 li:hover {
    background: #eee; 
    background-image: none;
}

.level1 {
    font-weight: bold; 
    margin-top: 20px;
}

.level2 {
    margin-left: 30px;
}

.level3 {
    margin-left: 60px;
}

.level4 {
    margin-left: 90px;
}

/* block mit der ergebnis-navigation (order by date, name, etc.) */
.resultnav {
    margin-bottom: 20px; 
    padding: 5px 0;
}

.resultnav h3 {
    font-weight: normal; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin-top: 0;
}

.resultnav span.ascdesc {
    padding-right: 10px;
} /* sortiereinheit (abstand) */

span.activepage {
    color: hsl(353, 99%, 40%); 
    font-weight: bold;
}


/* ---------------- tabellen ------------------- */
/*  tabellenformatierungen allgemein */
table {
    border-collapse: separate; 
    border-spacing: 5px 10px; 
    width: 650px;
}

table thead tr th {
    background-color: #fffbe4;
}

table thead tr th, 
table tbody tr td {
    color: #000; 
    font-weight: normal; 
    line-height: 1.3; 
    padding: 5px 10px 8px; 
    text-align: left; 
    vertical-align: top;
}

table tbody tr {
    background-color: #f7f7f7; 
}

table tbody tr:hover {
    background-color: #eee; 
    background-image: none;
}

table tbody td.recordchanged {
    color: #000; 
    font-size: 0.9em; 
    line-height: 1.2;
}

table tbody tr td.label {
    color: #000;
}

#content table a:link {
    color: hsl(353, 99%, 40%); /* hsl(353, 99%, 40%)abgedunkelt */
}

#content form .submitsearch {
    background-color: #bec9da;
    border: 1px solid #bec9da; 
    color: #506699; 
    font-size: 0.95em; 
    width: 200px;
}

/*  tabellenformatierungen speziell (spaltenbreiten) */
/* news */
table.tab3sp-3-91-6 tbody tr td input {width: 18px;}
table.tab3sp-3-91-6 tbody tr td.col1 {width: 18px;}
table.tab3sp-3-91-6 tbody tr td.col2 {width: 546px;}
table.tab3sp-3-91-6 tbody tr td.col3 {width: 36px;}

/* people, products, organisations */
table.tab6sp-3-34-19-19-19-6 tbody tr td input {width: 18px;}
table.tab6sp-3-34-19-19-19-6 tbody tr td.col1 {width: 18px;}
table.tab6sp-3-34-19-19-19-6 tbody tr td.col2 {width: 204px;}
table.tab6sp-3-34-19-19-19-6 tbody tr td.col3 {width: 114px;}
table.tab6sp-3-34-19-19-19-6 tbody tr td.col4 {width: 114px;}
table.tab6sp-3-34-19-19-19-6 tbody tr td.col5 {width: 114px;}
table.tab6sp-3-34-19-19-19-6 tbody tr td.col6 {width: 36px;}

/* deals */
table.tab3sp-3-90-7 tbody tr td input {width: 18px;}
table.tab3sp-3-90-7 tbody tr td.col1 {width: 18px;}
table.tab3sp-3-90-7 tbody tr td.col2 {width: 540px;}
table.tab3sp-3-90-7 tbody tr td.col3 {width: 42px;}

/*  tabelle 2 spalten */
table.tab2sp-25-75 tbody tr td.col1 {width: 150px;}
table.tab2sp-25-75 tbody tr td.col2 {width: 450px;}

/*  tabelle 3 spalten */
table.tab3sp-50-25-25 tbody tr td.col1 {width: 300px;}
table.tab3sp-50-25-25 tbody tr td.col2 {width: 150px;}
table.tab3sp-50-25-25 tbody tr td.col3 {width: 150px;}

/*  tabelle 3 spalten */
table.tab3sp-60-20-20 tbody tr td.col1 {width: 350px;}
table.tab3sp-60-20-20 tbody tr td.col2 {width: 125px;}
table.tab3sp-60-20-20 tbody tr td.col3 {width: 125px;}

/*  tabelle 4 spalten */
table.tab4sp-25-25-25-25 tbody tr td.col1 {width: 150px;}
table.tab4sp-25-25-25-25 tbody tr td.col2 {width: 150px;}
table.tab4sp-25-25-25-25 tbody tr td.col3 {width: 150px;}
table.tab4sp-25-25-25-25 tbody tr td.col4 {width: 150px;}

/*  tabelle mit iconspalte = info-kasten zur organisation, person, etc. */
table.tab3sp-5-20-75 {
    border-spacing: 5px 2px;
}

table.tab3sp-5-20-75 tbody tr {
    background-color: #fff;
}

table.tab3sp-5-20-75 tbody tr th, 
table.tab3sp-5-20-75 tbody tr td {
    border-top: 1px solid #ccc;
    line-height: 1.3; 
    padding: 4px 0 7px 0;
}

table.tab3sp-5-20-75 tbody tr td.col1 {width: 30px;}
table.tab3sp-5-20-75 tbody tr td.col2 {width: 120px;}
table.tab3sp-5-20-75 tbody tr td.col3 {width: 450px;}

table.tab3sp-5-20-75 tbody tr td.noborder {
    border-top: none;
}

table.tab3sp-5-20-75 tbody td.small {
    font-size: 0.91em; 
    line-height: 1.2;
}

table.tab3sp-5-20-75 tbody td.recordchanged {
    font-size: 0.82em; 
    padding-top: 10px;
}


/* ---------------- formulare ------------------- */
form label {
    display: block; 
    margin-top: 20px; 
    margin-bottom: -10px;
}

textarea, input {
    background: #ECF3F9; 
    width: 400px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em;
}

input#reset, 
input#submit {
    background: none; 
    margin-right: 20px; 
    margin-top: 20px; 
    width: auto;
}

input:focus, 
select:focus, 
textarea:focus {
    background: #D9E6F3;
}


/*------------------------------------------------------------------ 
-5. Sidebar 1
 -------------------------------------------------------------------*/
#sidebar1 {
    background-color: transparent; 
    color: #666; 
    font-size: 1.3em; 
    float: left; 
    line-height: 1.2; 
    margin: 22px 50px 0 45px; 
    width: 280px;
}

#sidebar1 .box {
    background: #eaeaea; 
    border-radius: 10px; 
    margin-top: 10px; 
    padding: 15px;
}

#sidebar1 h1, 
#sidebar1 h2, 
#sidebar1 h3, 
#sidebar1 h4, 
#sidebar1 h5, 
#sidebar1 h6 {
    background-color: transparent; 
    color: #666; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin-bottom: 5px;
}

#sidebar1 h4 {
    color: hsl(353, 99%, 40%);
    font-size: 1.15em; 
    margin-bottom: 15px;
}

#sidebar1 p {
    font-size: 1em; 
    margin-bottom: 5px;
}

#sidebar1 p.last {
    margin-bottom: 0; 
    padding-bottom: 0;
}

#sidebar1 a:link {
    color: #333; 
    text-decoration: none;
}

#sidebar1 a:visited {
    color:#333; 
    text-decoration: none;
}

#sidebar1 a:hover {
    border-bottom: 1px dotted #333; 
    text-decoration: none;
}

#sidebar1 a:link.imglink {
    border-bottom: none;
}
 
#sidebar1 ul {
    list-style: none;
}

#sidebar1 ul.newslist li {
    border-top: 1px solid #ccc; 
    padding: 4px 0 8px 0;
}

#sidebar1 ul.picturelist li {
    padding-bottom: 5px;
}

#sidebar1 ul.picturelist li a:hover {
    border-bottom: none;
}

#sidebar1 ul.standardlist li {
    padding: 2px 0;
}

 
/*------------------------------------------------------------------ 
-6. Sidebar 2
 -------------------------------------------------------------------*/
#sidebar2 {
    font-size: 1.1em; 
    float: right; 
    margin-right: 30px;
    margin-top: 20px; 
    width: 120px;
}

#right-sidebar img {
    margin-bottom: 10px;
}
 

/*------------------------------------------------------------------ 
-7. Footer
 -------------------------------------------------------------------*/
#footer {
    background: url(../images/basics/msc-bg-footer-2019-1240px.jpg) no-repeat #f7f7f7; 
    clear: both; 
    color: #fff; 
    font-size: 1em; 
    height: 190px; 
    padding-top: 6px; 
    text-align: center; 
    width: 1240px;
}

#footer a:link, 
#footer a:visited {
    color: #fff; 
    text-decoration: none;
}

#footer a:hover {
    border-bottom: 1px dotted #fff; 
    color: #fff; 
    text-decoration: none;
}

#footerlogos {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em; 
    margin-top: 50px;
}

#footerlogos img {
    opacity: 75%;
    padding: 0 25px;
    transform: scale(.9, .9);
}

#footerlogos .social {
    display: flex;
    align-items: center;
    margin-right: 18px;
}

#footerlogos .social img {
    padding: 0 7px;
}

#footerlogos .social img:first-of-type {
    margin-left: 10px;
}

#footerlogos a:link, 
#footerlogos a:visited, 
#footerlogos a:hover {
    border-bottom: none;
}

#footerline {
    font-size: 1.1em; 
    margin-top: 30px;
}

 
/*------------------------------------------------------------------ 
-8. Search
 -------------------------------------------------------------------*/
#topsearch {
    height: 30px; 
    right: 45px; 
    position: absolute; 
    top: 45px; 
    width: 190px;
}

#topsearch form {
    background-color: transparent; 
    float: left; 
    margin-top: 0; 
    margin-left: 6px; 
    width: 230px;
}

#topsearch form input.input {
    background-color: #fff; 
    border: medium none; 
    border-radius: 3px; 
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); 
    color: #000; 
    font-size: 1.1em; 
    float: left; 
    height: auto; 
    margin: 3px 8px 0 5px; 
    opacity: 50%;
    padding: 2px 5px;
    width: 130px;
}

#topsearch form input.submitsearch {
    background-color: transparent; 
    border: none; 
    float: left; 
    margin-top: 0; 
    width: 35px;
}



@media print { 
/*------------------------------------------------------------------ 
-9. Print Styles
 -------------------------------------------------------------------*/
    /*#sidebar1 ul.nav {display: none;}*/
    p, h1, h2, h3, h4, h5, h6, strong, em, #content a:link, span.activepage, #content .message p, #content .message h3, #content .message h4 {
        color: #000;
    } 
 
}