/* In Fiction Shop CSS webStyles*/
/* Version 2.0 */
/* 2024/02/16 */
/* Maik Pomplun */

img {
  border-radius: 4px;
}

#echo-container {
  position: sticky;
  top: 0px;
  width: 100%;
  background-color: #cecece;
  z-index: 10;
}

.disabled-div-ground {
  background-color: #22222233;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

html {
  /*background-image: linear-gradient(90deg, #CCCCCC 5%, #FDFDFD 30%, #FFFFFF 50%, #FDFDFD 70%, #CCCCCC 95%);*/
  background-image: linear-gradient(90deg, rgba(0, 180, 255, 0.21) 0%, #fff 50%, rgba(0, 180, 255, 0.21) 100%);
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

body {
  margin: 0;
  margin: 0px auto;
}

h1 {
  color: var(--headline-color);
  font-size: 20px;
}

h2 {
  color: var(--headline-color);
  font-size: 17px;
  font-weight: bold;
  margin: 0 30px;
}

h3 {
  color: var(--headline-color);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

h5 {
  font-size: 9px;
  font-style: italic;
  color: #333333;
  padding: 0;
  margin: 3px;
}

#main {
  margin: 0px auto;
  position: relative;
}

#middle {
  margin-bottom: 1px;
  text-align: left;

  display: flex;
  flex-flow: row;
  justify-content: center;
}

#haupt {
  order: 2;
  width: 100%;
  padding: 2px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}

#haupt>div {
  width: 100%;
}

#left {
  order: 1;
  font-size: 12px;
  width: 280px;
  overflow: auto;
  align-items: center;
}

#right {
  order: 3;
  font-size: 12px;
  width: 280px;
  overflow: auto;
}

#bottom,
#bottoma {
  border-top: 1px solid #333333;
  color: var(--font-top);
  font-size: 14px;
  text-align: center;
}

#bottom {
  background-image: linear-gradient(120deg, #333333 0%, #878787 45%, #333333 100%);
}

#bottoma {
  background: rgba(150, 150, 150, 1);
  padding: 5px 20px;
}

#bottom a {
  color: var(--font-top);
  text-decoration: none;
}

#bottom a:hover {
  color: #FFFFFF;
}

#hiddenbox1 {
  display: none;
}

.container--bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-container {
  border-right: 1px solid var(--font-top);
  min-width: 250px;
  padding: 10px;
  margin: 20px;
}

.bottom-container:last-child {
  border: none;
}

.bottom-container>div {
  text-align: left;
}

.icon-container i {
  font-size: 36px;
  margin: 0 5px;
  color: #fff;
}

.icon-container i:hover {
  font-size: 36px;
  margin: 0 5px;
  color: #000000;
}

.top1 {
  background-image: linear-gradient(120deg, #333333 0%, #878787 45%, #333333 100%);
  opacity: 0.8;
  height: 30px;
  padding: 10px 50px 10px 50px;
  color: var(--font-top);
}

.top2 {
  background-image: linear-gradient(200deg, #000000 0%, #555555 15%, #111111 100%);
  border: 1px solid #333333;
  overflow: auto;
}

a {
  text-decoration: none !important;
}

.black a {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: hidden;

}

.container>div {
  margin: 2px;
  flex: content;
}

.header {
  display: table;
  margin: auto;
  border-left: 0px;
}

.headerlink {
  border-right: 1px solid #333333;
  line-height: 34px;
  padding: 4px 15px;
  float: left;
  font-size: 15px;
  font-weight: 900;
  color: #DDDDDD;
  text-shadow: 2px 2px 2px #000;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

#span {
  vertical-align: middle;
}

a .headerlink:hover {
  background: rgba(235, 235, 235, 1);
  color: #333333;
  text-shadow: 1px 1px 1px #999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Userboxen 3fach horizontal*/
.userbox_out {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: #D3D3D3 1px solid;
  padding: 0px;
  background: rgba(150, 150, 150, 0.1);
  border-radius: 0px;
}

.userbox_in,
div a .userbox_in {
  float: left;
  height: 300px;
  width: calc(33% - 10px);
}

/* Tabellen */
.table {
  position: relative;
  width: 100%;
  margin: 2px;
  clear: both;
  overflow: auto;
}

.tab {
  margin: 6px;
  overflow: auto;
}

.tab_l {
  float: left;
  padding-right: 5px;
  text-align: left;
  max-width: 570px;
}

.tab_l_170 {
  float: left;
  padding-right: 5px;
  width: 200px;
  text-align: left;
}

.tab_r {
  float: right;
  width: auto;
  text-align: right;
}

.tab_r_170 {
  float: right;
  width: 170px;
  text-align: right;
}

.headline,
.subline {
  position: relative;
  overflow: auto;
  border: #D3D3D3 1px solid;
  padding: 5px;
  background: rgba(150, 150, 150, 0.1);
  border-radius: 0px;
  margin: 1px;

}

.headline {
  background: rgba(20, 20, 20, 0.1);
  font-weight: bold;
}

#link,
.link {
  border: #D3D3D3 1px solid;
  padding: 5px;
  background: rgba(150, 150, 150, 0.1);
  border-radius: 0px;
  margin: 1px;
}

a #link:hover,
a .link:hover {
  background: rgba(150, 150, 180, 0.3);
}

/* Farbige Divs */
.gruen,
.rot,
.gelb,
.grau {
  background: rgba(0, 255, 0, 0.2);
  border: #D3D3D3 1px solid;
  padding: 8px;
  margin-top: 1px;
  overflow: auto;
  color: #222222;
  width: 100%;
}

.rot {
  background: rgba(255, 0, 0, 0.2);
}

.gelb {
  background: rgba(255, 255, 0, 0.2);
}

.grau {
  background: rgba(220, 220, 220, 0.2);
}

a .rot:hover {
  background: rgba(255, 0, 0, 0.6);
}

a .gruen:hover {
  background: rgba(0, 255, 0, 0.6);
}

a .gelb:hover {
  background: rgba(255, 255, 0, 0.6);
}

a .grau:hover {
  background: rgba(220, 220, 220, 0.6);
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 80, 50, 0.35), rgba(0, 0, 0, 0.05));
}

/* Boxen */
.RA {
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid #BBBBBB;
  border-radius: 0px;
  width: 100%;
  margin: 5px 0;
  position: relative;
  overflow: hidden;
}

.RAa {
  background-image: linear-gradient(200deg, #BBBBBB 0%, #FFFFFF 15%, #EEEEEE 100%);
  padding: 5px 10px 5px 10px;
  text-shadow: 1px 2px 3px #888888;
  color: #155B56;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}

.RAb {
  background: rgba(250, 250, 250, 0.0);
  padding: 0px;
}

/* Artikel Boxen */
.art-box {
  background: rgba(150, 150, 150, 0.1);
  box-shadow: 5px 5px 5px #BBBBBB;
  border: #D3D3D3 1px solid;
  border-radius: 1px;
  color: #333333;
  min-width: 240px;
  max-width: 280px;
  height: 380px;
  margin: 10px;
  padding: 5px;
  flex: content;
  position: relative;
  transition: all 1s ease;
  display: flex;
  flex-direction: column;

}

.art-box:hover {
  background: rgba(150, 150, 150, 0.3);
  box-shadow: 5px 5px 5px #666666;
  transition: all 0.3s ease;
}

article:first-child {
  flex: 1 0 auto;
}

.art-tab {
  margin: 6px;
  overflow: hidden;
}

.art-tab-img {
  height: 180px;
  overflow: hidden;
}

/* Schriften */
.art-l {
  padding: 5px;
  float: left;
  width: 90px;
  display: table-cell;
  white-space: nowrap;
}

.art-ang {
  width: 50px;
  height: 50px;
  background-image: url(../images/angebot.png);
  right: -10px;
  top: -10px;
  position: absolute;

}

.art-preis {
  font-size: 16px;
  font-weight: bold;
}

.art-preis-ang>strong {
  font-size: 18px;
  color: red;
  font-weight: bold;
}

.art-preis-ang>em {
  font-size: 12px;
  color: red;
}

.art-preis-min {
  font-size: 11px;
}

.art-buy-container,
.art-buy-container div {
  min-height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.art-buy-container-main {
  background-image: linear-gradient(180deg, #ffd500 0%, #ff8000 100%);
}

.art-buy-container i,
.art-buy-container em {
  font-size: 22px;
  padding: 0 20px;
  font-weight: bold;
}

.art-buy-container i:hover,
.art-buy-container em:hover {
  color: rgb(255, 255, 255);
  font-size: 23px;
  border-color: #fff;
}
.art-buy-container em {
  border: 2px solid #222;
  padding: 2px 50px;
  border-radius: 10px;
}

.art-buy-container input,
.art-buy-container select {
  width: 60px !important;
  margin: 2px 10px !important;
  text-align: center !important;
}

/* Rubik Menu */
.subrub,
.toprub {
  margin-top: 1px;
  padding: 4px 10px 4px 10px;
  background: rgba(250, 250, 250, 0.9);
  color: #555555;
  transition: all 1s ease;
}

.subrub {
  background: rgba(255, 255, 255, 1);
  color: #333333;
}

a .subrub:hover,
a .toprub:hover {
  background: rgba(36, 135, 120, 0.5);
  color: #000000;
  transition: all 0.3s ease;
}

div ul>li {
  list-style: circle;
}



a .norm:link,
a .norm:visited,
a .norm:active {
  color: var(--font-top);
}

a .norm:hover {
  color: #FFFFFF;
}

a>img:hover {
  opacity: 0.5;
}

.icon {
  vertical-align: middle;
  margin: 3px;
  width: 22px;
  height: 22px;
}

.icon:hover {
  opacity: 0.3;
}

/* Formulare */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  display: block;
  padding: 2px;
}

li:last-child {
  border: none;
  margin-bottom: 0px;
}

label {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

label input,
label select,
label textarea {
  display: flex;
  margin: 4px 0;
}

input:not([type="image"]):not([type="button"]):not([type="submit"]):not(.searchTerm),
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  border: 1px solid #D3D3D3;
  background: rgba(230, 230, 230, 0.2);
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  width: 30px !important;
  height: 30px;
  text-align: center;
}

input[type="button"]:not(.searchTerm),
input[type="submit"]:not(.searchTerm),
.in_button {
  min-width: 150px;
  width: auto !important;
  background-color: #248778;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 25px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.in_button:hover {
  background: linear-gradient(to bottom, #07A7A7 5%, #036C6B 100%);
  background-color: #036C6B;
}

/* Bild Buttons */
.img {
  height: 25px;
  background-color: transparent;
  border: none;
  margin: auto;
}

.img:hover {
  opacity: 0.5;
}

.img:active {
  opacity: 0.8;
  height: 18px;
}

/* Tabmenu */
.tabmenu {
  position: relative;
}

.tab_top_active,
.tab_top_passive {
  float: left;
  border: 1px #D3D3D3 solid;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 10px;
  cursor: pointer;
}

.tab_top_active {
  background: rgba(255, 255, 0, 0.7);
  font-weight: bold;
}

.tab_box {
  border: 1px #D3D3D3 solid;
  padding: 10px;
  width: calc(100%-10px);
}