/*
Theme Name: Install Welt
Theme URI: https://installwelt.de/
Author: NP
Author URI: https://installwelt.de/
Description: Install Welt
Version: 1.0
License: FREE
-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
body{
  height: 100%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
textarea,
select {
  background-color: #f9fafd;
  padding: 0;
  margin: 0;
  font-family:monospace,sans-serif;}
/* typography
-------------------------------------------------------------- */
/* Headings */
h2,
h3,
h4,
h5
{
  clear: both;
  padding: 0 10px;
  margin: 10px 0 20px 0;
  border-left: 4px solid #26a9e0;
}
h1 {
  border-bottom: 1px solid #e4ebed;
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0; 
  line-height: 35px;
  font-size: 23px;
}
h2 {
  line-height:25px;
  font-size: 20px;
}
h3 {
  line-height: 20px;
  font-size: 17px;
  color: #000000;
  border-left: 4px solid #000000;
}
h4 {
  line-height: 15px;
  font-size: 15px;
  color: #000000;
  border-left: 4px solid #000000;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
 font-size: 1.02rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
a {
  color: #26a9e0;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
.container{
  padding: 0 20px;
  width: 100%;
  max-width: 1024px;
  background-color: #fff;
  border-right: 1px solid #e4ebed;
}
header {
  position: static; 
  border-bottom: 1px solid #e4ebed;
  padding-bottom: 10px;
}
.logo {
  padding: 10px 0;
  align-items: center;
  display: flex;
  float: left;
  margin-top: 20px;
}
.r_header {
  flex-direction: column; 
  display: flex;
  flex-grow: 1;
  padding-left: 25px;
}
nav{
  text-align: right;
  background: #fff;
  border-bottom: 1px solid #e4ebed;
  padding: 10px 0;
  margin-bottom: 10px;
}
nav ul{
  margin: 0;
}
nav ul li {
  display: inline;
  margin-left: 5px;
}
nav ul li a{
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  color: #64687F;
  padding: 2px 5px;
}
.add_a_definition a{
  background: orange;
  color: #fff;
}
.search {
  text-align: right;
  width: 100%;
}

.search input[type="text"] {
  outline: none;
  width: 60%;
  border: 1px solid #BFD6DA !important;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0.12rem 0.12rem #6b8286;
}

.search input[type="text"]:focus {
  border-color: #26a9e0;
  box-shadow: 0 0 5px rgba(6, 121, 65, 0.5);
}

.search .search-submit {
  width: 50px;
  height: auto;
  text-align: center;
  background: #26a9e0;
  color: #fff;
  cursor: pointer;
  border: 1px solid #BFD6DA;
  padding: 10px;
  display: inline-block;
  box-shadow: 0.12rem 0.12rem #6b8286;
}

.search .search-submit:hover {
  background: #000000;
  box-shadow: 0 0 5px rgba(94, 61, 13, 0.8);
}

.search .search-submit:active {
  background: #3b2808;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.search .search-submit:focus {
  outline: none;
  border-color: #26a9e0;
  box-shadow: 0 0 5px rgba(6, 121, 65, 0.5);
}

@supports (-webkit-touch-callout: none) {
  .search input[type="text"] {
    -webkit-appearance: none;
    border-radius: 5px;
  }

  .search .search-submit {
    -webkit-appearance: none;
    border-radius: 5px;
  }
}

.inner-page-search {
  text-align: left;
  padding: 10px;
  width: 80%; 
}
.inner-page-search span{
  font-size: 12px;
  color: red;
}
article {
  line-height: 25px;
}
.report {
  font-size: 11px;
}

.loop-posts {
  border-bottom: 1px solid #e4ebed;
  margin-bottom: 25px;
}
.date {
  text-transform: none;
  font-size: 12px;
  color: #64687F;
  padding: 5px 0px;
  font-style: italic;
}
.meta {
  border-top: 1px solid #e4ebed;
border-bottom: 1px solid #e4ebed;
padding: 10px 0;
margin: 10px 0;
overflow: hidden;
}
.meta ul {
  margin: 0;
  display: inline flow-root list-item;
}
.meta .comments-link {
  float: right;
  color: #c5c5c5;
}
.meta .comments-link a{
  font-size: 12px;
}
.categories {
  overflow: hidden;
}
.categories ul{
  margin-left: 20px;
  column-count: 3;
  column-gap: 20px;
  list-style-type: disc;
  padding: 0;
}
.nav-links {
text-align: center;
margin-top: 10px;
width: 100%;
}
.page-numbers{
  margin: 2px;
  padding: 4px 10px;
  width: auto;
  display: inline-block;
  font-size: 13px;
  text-align: justify;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.page-numbers:hover {
  background:  #0b6737;
color: #fff;
text-decoration: none;
}
.page-numbers.current {
  background-color: #000000;
  color: #fff;
}
footer{
overflow: hidden;
  display: block;
  border-top: 1px solid #e4ebed;
  padding: 10px 0;
  margin-top: 25px;
  text-align: center;
}
footer ul {
  margin: 0 0 10px 0;
}
footer ul li{
display: inline-block;
}
footer ul li a{
text-transform: none;
  font-size: 14px;
  color: #64687F;
  padding: 2px 5px;
}
footer p{
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 11px;
  color: #c6cdcf;
  border-top: 1px dashed #e4ebed;
  display: initial;
}
.bc {
  margin: 1rem 0;
  padding: 15px;	
}
.v {
  border-left: 2px solid #7bb661;
  background: #f7fbfe;
}
.a {	
background: #f6fafc;
color: #000;
border-left: 2px solid #6B8286 !important;
}
.g {	
background: #fefbea;
color: #000;
border-left: 2px solid #744C29 !important;
}
.r {			
color: red;
background-color: #fdf1f4;
border-left: 2px solid red !important;
}

.nutrition-facts {
  width: 330px;
  border: 1px solid #000;
  max-width: 300px;
  padding: 10px;
  line-height: normal;
background:#fafafa;
  }
  .nutrition-facts h2 {
  line-height: 28px;
  font-size: 30px;
  padding: 10px;
  border-bottom: 1px solid #000;
  letter-spacing: -2px;
  font-weight: 700;
  margin: -10px -10px 10px -10px;
  }
  .nutrition-section {
  margin-top: 10px;
  }
  .nutrition-section div {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
  transition: background-color 0.3s ease;
  padding: 1px 0;
  }
  .nutrition-section div:hover {
  background-color: #26a9e0;
  color:#fff;
  cursor: pointer;
  }
  .serving-size {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  }
  .bold-line {
  border-top: 4px solid #000;
  margin: 10px 0;
  }
  .thin-line {
  border-top: 1px solid #000;
  margin: 8px 0;
  }
  .calories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 4px solid #000;
  padding-bottom: 4px; }
  .daily-value {
  font-size: 12px;
  }


table {
  border-collapse: collapse;
  background-color: #fcfefe;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
thead {
  background-color: #fefbea;
}
th, td {
  padding: 4px 7px;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 12px;
}
tbody tr:nth-child(even) {
  background-color: #f7fbfe;
}
tbody tr:hover {
  background-color: #fefbea;
}
th {
  font-weight: bold;
}
.what_product_contain_this.categories {
  background: #f9fafd;
  padding: 10px;
  border: 1px solid #e4ebed;
}
.what_product_contain_this.categories h5 span{
  background-color: yellow; 
  color: red;
  padding: 1px 3px;
}
.alphabet-letters p{
text-align: center;
}
.alphabet-letters p a{
  font-size: 2rem;
  padding: 2px 10px;
  color: #26a9e0;
  margin: 15px;
  display: inline-block;
}
.alphabet-dir {
  background-color: #fff;
  border: 1px solid #BFD6DA !important;
  border-radius: 6px;
  box-shadow: .19rem .19rem #6b8286;
  padding: 0.6rem;
  margin: 1rem 0.25rem 1rem 0;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.alphabet-dir div{
  background: orange;
  color: #fff;
  padding: 3px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .7rem;
  border-radius: 6px;
  display: table;
  margin-bottom: 10px; 
}
.alphabet-dir ul {
margin: 0;
}
.alphabet-dir li {
  border-bottom: 1px dashed #d3d3d3;
  margin-left: 25px;
  list-style: none;
  position: relative;
  margin-bottom: 5x;
  padding-bottom: 5px;
}
.alphabet-dir li::before {
  content: "•";
  font-size: 24px;
  color: #7bb661;
  margin-left: -25px;
  line-height: 1px;
  padding-right: 24px;
  position: absolute;
  top: 9px;
}
.resultsid article{
position: relative;
 text-align: left;
  border-left: 2px solid #fff;
  padding: 4px 10px;
  border-bottom: 1px solid #e4ebed;
}
.resultsid article:nth-child(even){
background-color: #f9fafd;
}
.resultsid article:hover {
border-left: 2px solid #7bb661;
background-color: #f5f6f9;
}
.highlight {
  background-color: yellow;
}
.resultsid img {
  width: 15px;
  height: auto;
  margin-right: 10px;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 3px;
  margin-top: 2px;
}
.resultsid p {
  margin-left: 30px;
}
.resultsid h1 span {
  background: red;
  color: #fff;
  padding: 0px 4px;
}
.resultsid h2 {
  border: none;
  margin: 10px 0 10px 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.resultsid small {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 10px;
  font-weight: 700;
  top: 10px;
}
#comments {
  max-width: 75%;
  background-color: #f9fafd;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e4ebed;
  position: relative;
  margin-top: 25px;
}
#comments::before{
border-bottom: 18px solid #e4ebed;
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 40px;
  top: -18px;
}
#comments ol{
list-style: none;
}
#comments cite{
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}
#comments .comment-list {
margin: 0;
}
#comments .comment-list li{
margin-bottom: 15px;
  }
#comments h6 {
  border-bottom: 1px solid #e4ebed;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
#comments h6::after{
  background: #000000 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  margin-top: 6px;
  position: absolute;
  width: 60px;
}
#comments .counter {
  color: #ccc;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: -4px;
  font-weight: 400;
}
.children {
  background: #fff;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  padding: 20px;
  border: 1px solid #e4ebed;
}
.children::before {
  border-bottom: 12px solid #e4ebed;
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-right: 12px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: absolute;
  left: 40px;
  top: -12px;
}
.user-id-1{
  color: #fff !important;
  background-color: #26a9e0;
  padding: 0 4px;
  border-radius: 5px;
}
.comment-reply-link {
  border: 1px solid #000000;
  border-radius: 3px;
  color: #000000;
  font-size: 12px;
  padding: 2px 6px;
  background-color: #fff;
}
.comment-reply-link:hover {
  background: #26a9e0;
  color: #fff;
}
.comment-number {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 10px;
  font-weight: 700;
}
.comment-content {
  border-bottom: 1px dashed #dce3e5;
  padding-bottom: 10px;
}
.comment-content p{
margin-bottom: 10px;
}
.comment-body {
  clear: both;
  overflow: hidden;
  position: relative;
}
#respond input,  #respond textarea{
  outline: medium none;
  width: 93%;
  border: 1px solid #f1f1f1;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #BFD6DA !important;
  box-shadow: .12rem .12rem #6b8286;
  font-size: 1.02rem;
  margin-bottom: 15px;
}
#respond .submit {
  text-align: center;
  background: #26a9e0;
  color: #fff;
  cursor: pointer;
  outline: medium none;
  border: 1px solid #BFD6DA !important;
  box-shadow: .12rem .12rem #6b8286;
  padding: 10px 20px;
  font-weight: 700;
}
#respond .submit:hover {
  background: #000000;
}
.note {
  font-size: 12px;
}
.label-info{
overflow: hidden;
margin: 10px 0;
}
.label-info img {
  margin-right: 4px;
}
.entry-content ul li{
list-style:square;
margin-bottom: 10px;
}
.entry-content ol li{
margin-bottom: 10px;
}
.entry-content ol li::marker{
color: #26a9e0;
font-size: 17px;
font-weight: 600;
}
#toc_container {
  background-color: #fcfcfc;
  border: 1px solid #6B8286 !important;
  box-shadow: -.15rem .15rem #26a9e0;
  padding: 0.6rem;
  margin: 0rem 0.25rem 2rem 0.25rem;
  display: table;
  }
  #toc_container  a {
      color: #666 !important;
  }
  .toc_title  {
  background: #6B8286;
  color: #fff;
  padding: 6px 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 0.6rem;
  border-radius: 6px;
  display: initial;    
  }
  #toc_container ul.toc_list, ul.toc_list ul {
  list-style: none;
  margin: 10px 0 0 5px;
  padding: 0;
  } 
  #toc_container ul.toc_list ul {
  margin-left:10px;
  }
  #toc_container ul li a{
  color:#222;
  }
  #toc_container ul.toc_list li {
  margin: 0!important;
  padding: 0 0 5px 20px;
  border-left: 1px solid #B3B3B3;
  position: relative;
  text-transform:capitalize;
  line-height:1.5!important;	
  list-style: none;
  }
  #toc_container ul.toc_list li:last-child {
  border-left:none;
  }
  #toc_container ul.toc_list li:before {
  position: absolute;
  top: -2px;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid #B3B3B3;
  content: "";
  display: flex;
  left: 0px;
  }
  #toc_container ul.toc_list li:last-child:before {
  border-left:1px solid #B3B3B3;   
  }
  #toc_container ul li ul{
  margin-top: 5px !important;	
  }
  #toc_container ul li ul li{
  padding: 0 0 0 20px!important;	
  color:#666;	
  }




@media (max-width:900px) {
  .container {
    padding: 0 4%;
    width: 92%;
  }
  .search input {
    width: 70%;
  }
.logo {
  padding: 10px 0;
  align-items: unset;
  display: block;
  float: unset;
  margin: 0px;
	text-align:center;
  }
.logo img{
  width: 100%;
max-width:315px;	
}
.r_header {
  flex-direction: unset;
  display: block;
  flex-grow: unset;
  padding-left: unset;
}
.search {
  text-align: center;
}
nav {
  text-align: center;
}
.nutrition_table {
  width: 100%;
}
#comments {
  max-width: 90%;
}
.categories ul {
  column-count: 2;
}
.inner-page-search {
  width: 97%; 
}
.alphabet-dir {
  width: 93%;
}
}