html{
  height: 100%;
  
}

body{
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height:1.5;
  position: relative;
  height: 100%;
  overflow: visible;
  top:0px;
}

h1, h2, h3 {
  color: #0085cc;
}

nowrap{
  white-space:nowrap;
}

#header_logo {
  width: 100%;
  text-align:center;
  overflow: hidden;
}
#header_logo  #logo_full{
  width: 80%;
  max-width: 800px;
  position: relative;
}
#header_menu{
  z-index: 10;
  width: 100%;
  position: relative;
}

.fixed #header_menu{
  position: fixed;
  top:0;
  left:0;
}
.fixed #header_menu #logo_small{
  visibility: visible;
}
#header_padding{
  display: none;
}
.fixed  #header_padding{
  display: block;
}

#header_menu table{
  width: 100%
}

#header_menu table td{
  padding: 0px;
}

#header_menu #logo_small, #header_menu #logo_small_td{
  width: 75px;
  vertical-align: top;
  visibility: hidden;
}
#header_menu , #header_padding{
  height: 64px;
  overflow: visible;
}
#menu_warenkorb_count{
    border-radius: 100%;
    background: rgb(228, 66, 66);    
    padding:3px;
    font-size: 60%;
    font-weight: 900;
    font-family: "Lucida Console", Monaco, monospace;
    color: white;    
}
#menu_warenkorb_count:empty{
  display: none;
}

#header_logo, #header_menu, #header_menu #menu, #menu.stellarnav.light ul ul, #footer,#license,#captcha{
  background: #eaeaea;
}

#main{
  min-height:100%;
  width: 100%;
  padding: 20px;
}

.center{
  text-align: center;
  width:100%;
}

#no-javascript img{
  max-width: 300px;
  width: 80%;
}

#main .pages{
  display: none;
}

div.hover_element{
  text-align: center;
  
}
div.hover_element img{
  max-width: 100%;
  max-height: 100%;
  border: solid black 2px;
}

#about_us .center_image{
  text-align:center;
  padding:20px;
}
#about_us .center_image img{
  max-width: 100%;
}

#about_us #about_us_silder_main img, 
#about_us #about_us_silder_nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#about_us #about_us_silder_main img{
  max-width: 100%;
  width: 500px;  
}

#about_us #about_us_silder_nav img{
  max-width: 100%;
  width: 100px;  
  width: 100px;  
}

#about_us .about_us_image_container {
  text-align: center;
}

#about_us .about_us_image_container img{
  max-width: 100%;
  max-height: 100%;
}
#products_element_empty{
  display: none;
}
#products h1 {
  max-width: 1000px;
  margin: auto;
}

#products div.products_entry  {
  width: 100%;
  max-width: 1000px;
  table-layout: fixed;
  border-top: solid #eaeaea 1.5px;
  padding-bottom: 20px;
  margin:auto;
}
#products div.products_entry  table {
  width: 100%;
}
#products div.products_entry .image {
  width: 240px;  
  text-align: center;
}
#products div.products_entry .image img {
  max-width: 100%;  
  max-height: 300px;  
}
@media only screen and (max-width: 600px) {
  #products div.products_entry .image {
    width: 160px;  
  }
}
@media only screen and (max-width: 400px) {
  #products div.products_entry .image {
    width: 80px;  
  }
}
#products div.products_entry .name {
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 20px;
}
#products div.products_entry .name a{
  text-decoration: none;
  font-size: 150%;
}
#products div.products_entry .cost {
  text-align: right;
  vertical-align: bottom;
  padding-right: 20px;
  color: rgb(228, 66, 66);
  font-weight: bold;
}
#products div.products_entry .cost .altcost_span{
  color: black;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: line-through;
}
@media only screen and (max-width: 500px) {
  #products div.products_entry .name a{
    font-size: 100%;
  }
}

#product .row{
  margin-bottom:20px;
}
#product #product_name{
  text-align: left;
  font-size: 150%;
}
@media only screen and (max-width: 500px) {
  #product #product_name{
    font-size: 100%;
    font-weight: bold;
  }
}
#product #product_cost{
  text-align: right;
  color: rgb(228, 66, 66);
  font-weight: bold;
}
#product #product_cost #product_altcost_span{
  color: black;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: line-through;
}

#product #product_images{
  max-width: 400px;  
  padding: 5%;
  margin: auto;
}
#product #product_images div{
  width: 100%;  
}
#product #product_images img{
  width: 100%;  
  padding: 5%;
}
#product #product_action {
  text-align: left;  
}
#product #product_templates .product_templates{
  margin: 10px;
  float: left;
}
#product #product_templates .product_templates div{
  margin: auto;
  text-align: center;
}
#product #product_templates .product_templates img{
  max-height: 300px;
  max-width: 300px;
}
#product #product_templates .product_templates_button_container button{
  margin:10px;
}

#cart #cart_empty_list_element{
  display: none;
}
#cart_list_header{
  font-weight: 900;
  margin-bottom: 20px;
  
}
#cart_list .element, #cart_sum{
  margin-bottom: 10px;
  border-top: solid #eaeaea 1.5px;
}
#cart_list .element_image  {
  vertical-align: center;
} 
#cart_list .element_image  img {
  max-width: 100%;
}
#cart_list .element_settings   button {
  margin-bottom: 10px;
}
#cart .element_sum  {
  text-align: right;
}
#cart .element_count, #cart .element_image, #cart .element_settings, #cart .element_cost {
  text-align: center;
}
#cart .element_sepperator{
  height: 20px;
}
#cart_sum table{
  width: 100%;
} 
#cart_sum_discount {
  text-align: right;
}
#cart_sum_discount_tr{
  color: rgb(228, 66, 66);    
}
#cart_sum_tax {
  text-align: right;
}
#cart_sum_shipping {
  text-align: right;
}
#cart_sum_total {
  text-align: right;
  font-weight: 900;
  color: rgb(228, 66, 66);  
}

#checkout_accordion div div{
  margin-bottom: 20px;
}
#checkout label{
  display: block;
	margin-top: 10px;
  max-width: 400px;
}
#checkout input{
  display: block;
  width: 100%;
  max-width: 400px;
}
#checkout_elements_table_div{
  overflow-x: auto;
}
#checkout_elements_table_element{
  display: none;
}
#checkout_elements_table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#checkout_elements_table th, #checkout_elements_table td{
  padding: 8px;  
}
#checkout .checkout_element_preview{
  cursor:pointer;
}
#checkout_elements_list tr,#checkout_elements_footer{
  border-top: solid black 1.5px;
}
#checkout_elements_list tr:hover{
  background-color: #f2f2f2
}
#checkout_summery_discount_tr{
  color: rgb(228, 66, 66);
}
#checkout_summery_total_td{
  font-weight: 900;
  color: rgb(228, 66, 66);
}
#checkout .checkout_summery_policy{
  width: 100%;
  max-width: 100%;
  text-align: left;
}
#checkout .checkout_summery_policy a{
  color: #337ab7;
  text-decoration: underline;  
}

#orders_elements_table_div{
  overflow-x:auto;
}
#orders_element_table{
  display: none;
}
#orders_elements_table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#orders_elements_table th, #orders_elements_table td{
  padding: 8px;  
}
#orders_elements_list tr{
  cursor:pointer;
  border-top: solid black 1.5px;
  border-bottom: solid black 1.5px;
}
#orders_elements_list tr:hover{
  background-color: #f2f2f2
}

#order_elements_table_div{
  overflow-x: auto;
}
#order_elements_table_element{
  display: none;
}
#order_elements_table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#order_elements_table th, #order_elements_table td{
  padding: 8px;  
}
#order_elements_list tr,#order_elements_footer{
  border-top: solid black 1.5px;
}
#order_elements_list tr:hover{
  background-color: #f2f2f2
}
#order_summery_total_td{
  font-weight: 900;
  color: rgb(228, 66, 66);
}


.loading_img {
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.loading_img img{
  opacity: 0.1;
}

#footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer_logo {
  width: 250px;
  margin: 20px;
}
#footer_logo img{
  width: 250px;  
}

#footer_text{
  text-align: right;
  margin: 20px;
}

@media (max-width: 767px) {
  #footer{
    flex-direction: column-reverse;
  }
  #footer_logo, #footer_text{
    width: auto;
  }
}

#license{
  width: 100%;
  font-size: 10px;
}

#captcha{
  text-align: right;
}
#recaptcha_invisible{
  display: inline-block;
}

#image_zoom_dialog {
  text-align: center;
  white-space: nowrap;
}
#image_zoom_dialog span{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#image_zoom_dialog img{
  max-width: 100%;
  max-height: 100%;  
  vertical-align: middle;
}


#loading{
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  z-index: 99000;
}

.icon-red.ui-button .ui-icon{
  background-image: url("images/ui-icons_cc0000_256x240.png");
}


.table_center{
  text-align: center;
}
.table_right{
  text-align: right;
}
.table_left{
  text-align: left;
}


#fountainG{
  top:50%;
	position:relative;
	width:250px;
	height: 66px;
	margin:auto;
}

.fountainG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:24px;
	height:24px;
	animation-name:bounce_fountainG;
	animation-duration:0.8s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	transform:scale(.3);
	border-radius:16px;
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,133,204);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

#fountainG_1{
	left:0;
	animation-delay:0.0s;
}

#fountainG_2{
	left:27px;
	animation-delay:0.1s;
}

#fountainG_3{
	left:55px;
	animation-delay:0.2s;
}

#fountainG_4{
	left:83px;
	animation-delay:0.3s;
}

#fountainG_5{
	left:111px;
	animation-delay:0.4s;
}

#fountainG_6{
	left:139px;
	animation-delay:0.5s;
}

#fountainG_7{
	left:167px;
	animation-delay:0.6s;
}

#fountainG_8{
	left:195px;
	animation-delay:0.7s;
}

.myform input, .myform label, .myform textarea
{
	display: block;
	width: 100%;
}
.myform input[type=checkbox]
{
	display: inline-block;
	width: 10%;
}

.myform label
{
	margin-top: 10px;
}
.myform
{
	border: none;
	margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
	padding: 0px;
  max-width: 400px;
}


