/*
gk 2019-01-30
CSS-Regeln für Template oeq_template
Hier: Allgemeine Regeln für den Seitenaufbau
- Body
- Header
- Logo
- Breadcrumbs
- Main
- Footer
- Login-Form
*/

@font-face {
  font-family: 'Titillium Maps';
  src: url("../fonts/TitilliumMaps29L002.eot");
  src: local('Titillium Maps'), local('TitilliumMaps'), url("../fonts/TitilliumMaps29L002.otf") format("opentype"), url("../fonts/TitilliumMaps29L002.woff") format("woff");
}

/*---body---*/
body {
  background-color: #C1D1EA;
  font-family: arial, helvetica, sans-serif;
}

body p {
  margin: 8px 0;
  line-height: 1.7em;
}

body p,
body ol,
body ul {
  font-size: 1.0em;
  line-height: 1.5em;
  word-wrap: break-word;
}

body ul,
body ol {
  margin: 0px;
  padding: 0px;
}

body li ul,
body li ol {
  margin: 0;
}

body dl {
  font-size: 1.0em;
  line-height: 1.3em;
}

#all {
  background-color: #E7EFE4;
}

/*---header---*/
#header {
  height: 120px;
}

#header {
  padding-top: 1.0em;
  background-color: #E0E6F4;
  font-size: 1.0em;
}

#header form,
#header form .search,
#header form .finder {
  display: inline;
  padding-right: 0px;
}

#header input {
  font-weight: normal;
  float: left;
}

#header form .inputbox {
  background: url(../images/header-bg.gif) repeat-x;
  border: solid 1px #ccc;
  border-bottom: 0;
  border-right: 0;
  margin: 0;
  /*2px 13px 2px 2px;*/
  font-size: 1em;
  width: 13em;
  padding: 4px;
}

#header form .inputbox:focus {
  border: solid 2px #000;
  margin: 0;
  padding: 4px;
}

#header form .button {
  border: solid 0px #ddd;
  background: #ccc url(../images/personal/button.png);
  color: #333;
  padding: 4px !important
}

.logoheader {
  background: #89AAD9 URL(../images/personal/oeq_allgemein.png) no-repeat top right;
  margin: 0px 10px 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  line-height: 1.5em;
}

#logo {
  width: 260px;
  font-family: 'Titillium Maps', Arial;
  padding: 10px 20px 20px 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  font-size: 3.5em;
  line-height: 1.0em;
}

h1#logo {
  color: white;
}

h1#logo a{
  text-decoration: none;
}

h1#logo a:hover{
  background-color: transparent;
}

#line,
#line0,
#linetitle {
  padding: 2px 0 2px 2px;
  position: absolute;
  right: 20px;
}

#linetitle {
  font-size: 1.5 em;
  width: 49%;
  max-width: 100%;
  top: 40px;
  text-align: right;
}

#line0 {
  width: 49%;
  max-width: 100%;
  top: 20px;
  text-align: right;
}

/*Suchzeile*/

#line {
  width: 98%;
  max-width: 100%;
  top: 92px;
  text-align: right;
}

form {
  margin: 0 0 0px;
}

#mod-search-searchword {
  padding: 6px 0 2px 3px;
  vertical-align: top;
  border: 0;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 0px 0;
  padding: 0;
  width: auto;
}

input,
textarea,
select,
#advanced-search-toggle,
input.search-query {
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px;
}

/*Links stehen die breadcrumbs*/

.breadcrumbs {
  height: 23px;
  width: 70%;
  float: left;
}

/*#breadcrumbs
{
  color:#333;
  margin: 5px 0 0 0;
  height:23px;
  width: 70%;
  padding: 0 0 0 0px;
  text-align: left;
  font-size: 0.85em;  
}
*/

#breadcrumbs {
  color: #333;
  margin: 5px 0 0 0;
  font-size: 0.85em;
}

#breadcrumbs li {
  display: inline;
  padding: 5px;
}

#breadcrumbs span {
  color: #333;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited {
  background: #fff;
  color: #333;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus {
  background: #095197;
  color: #fff;
}

.breadcrumb {
  display: block;
  color: #333;
  height: 23px;
  width: 70%;
  float: left;
}

/*Rechts steht der Schriftgrößenwähler*/

.jfontsize {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
}

#nav h3 {
  border-bottom: solid 1px #ddd;
  font-family: 'Titillium Maps', Arial;
  font-weight: bold;
  color: #555;
  line-height: 1.19em;
  margin: 5px 0 6px 0;
}

#contentarea,
#contentarea2 {
  background-color: #E0E6F4;
}

#main a {
  color: #095197;
}

#main a:visited {
  /*  color:#73BBFB;*/
  color: #60A8E8;
}

#main a:hover,
#main a:active,
#main a:focus {
  background: #095197;
  color: #fff;
}

#main h1 {
  color: #0d4c89;
  border-bottom: solid 1px #ddd;
  font-family: 'Titillium Maps', Arial;
  font-size: 1.4em;
  line-height: 1.19em;
  font-weight: normal;
}

#main h2 {
  color: #555;
  font-family: 'Titillium Maps', Arial;
}

#main h2 a {
  color: #095197;
}

#main ul {
  list-style-position: outside;
  list-style-type: square;
  padding: 0 0 0 15px;
  margin: 10px 0 10px 0px;
}

#footer {
  background-color: #89AAD9;
  color: #fff;
  border-top: solid 0px #ccc;
  margin: 0px auto;
  text-align: right;
  height: 9em;
}

#footer-stand {
  text-align: left;
}

#footer-stand p {
  margin: 0px 0 10px 0;
  font-size: 1.4em;
}

#footer-sub {
  padding-bottom: 10px;
}

#footer div {
  float: left;
  font-size: 0.8em;
  line-height: 1.7em;
}

#footer a {
  color: #fff;
  font-size: 1.2em;
}

#bottom a img {
  border: 0
}

a:link,
a:visited {
  color: #095197;
}

a:hover,
a:active,
a:focus {
  background: #095197;
  color: #FFF;
}

table td {
  padding: 0px;
  vertical-align: top;
  text-align: left;
  line-height: 1.3em;
}

table td a:visited {
  color: #73BBFB;
}

form.form-horizontal {
  font-size: 0.8em;
  background: #C1D1EA;
  width: 300px;
  padding: 10px 10px 20px 10px;
  margin: 10px auto 10px 0;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

div.login {
  font-family: 'Titillium Maps', Arial;
  font-size: 1.5em;
  line-height: 1.19em;
  font-weight: normal;
}

div.logout {
  font-family: 'Titillium Maps', Arial;
  font-size: 1.5em;
  line-height: 1.19em;
  font-weight: normal;
}

div.control-label {
  font-family: 'Titillium Maps', Arial;
  font-size: 1.0em;
  line-height: 1.19em;
  font-weight: normal;
}

input#password,
input#username {
  font-size: 1.0em;
  width: 15em;
  box-sizing: content-box;
}

fieldset#users-profile-core {
  padding: 0 0 0 15px;
}

fieldset#users-profile-custom {
  padding: 0 0 0 15px;
}

legend {
  font-weight: bold;
  background: transparent;
  padding: 0;
  color: #0000C0;
}

dl.dl-horizontal dd {
  color: #0000C0;
  width: 35em;
  float: right;
  line-height: 1.5em;
}

dl.dl-horizontal dt {
  color: gray;
  float: left;
  width: 15em;
  line-height: 1.5em;
}

span.backh {
  font-family: 'Titillium Maps', Arial;
  font-size: 1.3em;
  line-height: 1.19em;
  font-weight: normal;
}

div.visitorcounter {
  font-size: 1.1em;
  font-weight: normal;
}

/* Neuigkeiten unter dem Menü*/
div.moduletableneuigkeiten {
  border: 1px solid #A8ACB5;
  border-radius: 5px;
  font-size: 1.0em;
  color: #284181;
}

div.moduletableneuigkeiten h3 {
  background-color: #FDD968;
  font-size: 1.0em;
  padding: 5px;
}

ul.category-moduleneuigkeiten.mod-list {
  text-decoration: none;
  list-style-type: none;
  padding: 5px;
}

ul.category-moduleneuigkeiten.mod-list li a {
  text-decoration: none;
  list-style-type: none;
  color: #284181;
  font-weight: bold;
}

ul.category-moduleneuigkeiten.mod-list li a:hover {
  text-decoration: none;
  list-style-type: none;
  color: #FE9F0F;
}

#nav h3 {
  margin: 0 0 5px 0;
  border-radius: 5px;
}

a.mod-articles-category-title {
  font-size: 1.2em;
  line-height: 1.3em;
}