@import url('https://fonts.googleapis.com/css?family=PT+Sans');

* {
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
}

a {
    color: #d25959;
}

p{
/*    display: table-cell;*/
    text-align: center;
    vertical-align: middle;
}

.text-block {
    margin: 50px 0px;
}

.text-block h1,
.text-block h2 {
    margin: 30px 0px 10px 0px;
    text-align: center;
}

.text-block p{
    margin: 10px 25vw 10px 25vw;
    line-height: 1.6;
    text-align: center;
}


.footer-links{
	width: 100%;
	height: auto;
}
.footer{
	width: 100%;
	height: 3vw;
}

.fullbackgroundimage {
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
}

.padding-item {
	padding: 10px;
	width: 50%;
	height: 18vw;
	box-sizing: border-box;
}

.padding-item > .grid-item1,
.padding-item > .grid-item2,
.padding-item > .grid-item3,
.padding-item > .grid-item4,
.padding-item > .grid-item6,
.padding-item > .grid-item5 {
	width: 100%;
	height: 100%;
}

.padding-box {
	padding: 30px 14vw 30px 14vw;
}

.padding-box .grid-item1,
.padding-box .grid-item2,
.padding-box .grid-item3,
.padding-box .grid-item4,
.padding-box .grid-item6 {
	height: calc(18vw - 20px);
}

.padding-box .grid-item5 {
	height: calc(36vw - 20px);
}

.page1 {
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  
  justify-content: space-around;
}

.group2 {
  display:flex;
  flex-wrap:wrap;
  width: 50%;
}

.grid-item1,
.grid-item2,
.grid-item3,
.grid-item4,
.grid-item7,
.grid-item11,
.grid-item8,
.grid-item9,
.grid-item10 {
  height: 25vw;
  width: 50%;
}

.grid-item6,
.grid-item9 {
	width: 0px;
	height: 0px;
	display: none;
}

.grid-item14 {
  height: 50vw;
  width: 50%;
}

.paditem5{
  height: calc(50vw - 14vw);
  width: 50%;	
}

.grid-item12,
.grid-item13,
.grid-item19 {
  height: calc(33vw - 30px - 10px);
  width: 33%;
}

.blockcenter{
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productpreview {
   /*width: calc(100% - 40px);*/
   width: 100%;
   text-align: center;
   background-color: #f0f0f0;
   background-image: url("img/ZumShop.svg");
   background-repeat: repeat;
   color: red;
   padding: 30px 0px 40px 0px;
}
.productpreview h2 {
   padding: 0px 0px 20px 0px;
}
.productpreview a {
   color: black;
   text-decoration: none;
}

table#footermenue {
    padding: 20px;
    width: calc(100% - 40px);
    background-color: #373737;
}
table#footermenue table, table#footermenue th, table#footermenue td {
    border-collapse: collapse;
}
table#footermenue th, table#footermenue td {
    font-size:small;
    text-align: left;
}
table#footermenue th {
    padding: 10px 0px 6px 10px;
    color: #997e69;
}
table#footermenue td {
    padding: 6px 20px;
    color: #959595;
}
table#footermenue td a {
    color: #959595;
    cursor: pointer;
    text-decoration: underline;
}
    


.aligncenter{
	text-align: center;
	margin: auto;
	display: inherit;
}

.full-width {
	width:100vw;
}

.contact-wrapper{
    background: #cfc7b7;
    color: #1f1d45;
    padding: 10px 4px;
}

.footer-wrapper{
    background-color: #1f1d45;
    color: #FFF;
    padding: 10px 4px;
}

.flex-container-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 15px 20px;
  min-width: 200px;
}

.flex-container-col strong {
  padding-bottom: 6px;
}

.flex-container-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px 0px;

  justify-content:center;
}

.koerig-footer {
  line-height: 1.6;
}

.koerig-footer a{
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.koerig-footer ul {
    list-style-type: none;
}

.multiproductcontainer{
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.singleproduct{
  border: 1px solid rgba(0,0,0,0.2);
  background-color: #f0f0f0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  
  width: 277px;
  height: 344px;
  text-decoration: none;
  margin: 3px;
}

.productimgcontainer{
  width: 277px;
  height: 277px;
}

.productimg{
  width: 100%;
  height: 100%;
}

.productimg2{
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  top: -100%;
  left: 0px;
}


.productimg img, .productimg2 img{
  width: 100%;
  height: 100%;
}
.producttext {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(344px - 277px);
  font-size: 1.4em;
}


.singleproduct:hover .productimg2 {
  display: block;
}

.singleproduct a{
  text-decoration: none;
  color: black;
}





/*-------- Responsive Design -------------------------*/
/* Mobile Styles */
@media only screen and (max-width: 500px) {
  
.group2 {width: 100%;}
.grid-item6, .grid-item9 {display: initial;}

.paditem1 {height: auto; width: 100%; padding: initial;}
.paditem1  {
	z-index: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.paditem2,
.paditem3,
.paditem4,
.paditem6 {
	width: calc(90vw / 4);
	height: calc(90vw / 4);
	padding: 5px;
}
.padding-box {padding: initial;}
.grid-item2,
.grid-item3,
.grid-item4,
.grid-item6,
.grid-item7,
.grid-item11,
.grid-item1 {
  display:initial; 
  width: 100%;
  height: 100vw;
}
.grid-item7 {
	order: 1;
}

.grid-item10,
.grid-item11 {
   order: 2;
}

.grid-item8,
.grid-item9,
.grid-item10 {
	height: 100vw;
	width: 100%;
}
.grid-item8 > .fullbackgroundimage,
.grid-item9 > .fullbackgroundimage,
.grid-item10 > .fullbackgroundimage {
	height: 100%;
	width: 100%;
	background-size: 100% 100%;
	background-position: center; 
}

.grid-item1 > .fullbackgroundimage {
	height: 100%;
	width: 100%;
	background-size: 220px 400%;
	background-position: center; 
	background-repeat: no-repeat;
	
	background-color: #f0f0f0;
}

.grid-item1 .blockcenter {
	transform: translate(-50%, 0%);
}

.grid-item12,
.grid-item13,
.grid-item19 {
	height: 100vw;
	width: 100%;
}
.grid-item14,
.paditem5 {display: none;}

.text-block{
    margin: 30px 0px;
    line-height: 1.6;
}
.text-block p{
    margin: 10px 10vw 10px 10vw;
}
}

/* Tablet Styles */
@media only screen and (min-width: 501px) and (max-width: 1330px) {
  
.group2 {width: 100%;}
.grid-item6,
.grid-item9 {display: initial;}
.paditem1 {height: auto; width: 100%; padding: initial;}

.paditem2,
.paditem3,
.paditem4,
.paditem6
{
	height: calc(90vw / 2);
	width: calc(90vw / 2);
}

.paditem2 {padding: 50px 10px 10px 50px;}
.paditem3 {padding: 50px 50px 10px 10px;}
.paditem4 {padding: 10px 10px 50px 50px;}
.paditem6 {padding: 10px 50px 50px 10px;}

.padding-box {padding: initial;}

.grid-item2,
.grid-item3,
.grid-item4,
.grid-item6,
.grid-item1 {
  height: 50vw;
  width: 50%;
  display: initial;
}

.grid-item7,
.grid-item11 {
  height: auto;
  width: 50%;
  display: initial;
}

.grid-item7,
.grid-item11 {
	order: 1;
}
.grid-item8 {
	height: 33vw;
	width: 34%;
}
.grid-item9,
.grid-item10 {
	height: 33vw;
	width: 33%;
}

.grid-item1 > .fullbackgroundimage {
	height: 100%;
	width: 100%;
	background-size: 220px 400%;
	background-position: center; 
	background-repeat: no-repeat;	
	background-color: #f0f0f0;
}

.grid-item1 .blockcenter,
.grid-item11 .blockcenter,
.grid-item7 .blockcenter {
	transform: translate(-50%, 0%);
}

.grid-item12,
.grid-item13,
.grid-item19 {
	height: 33vw;
	width: 33%;
}

.paditem1 {
	z-index: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.grid-item14,
.paditem5 {display: none;}

.text-block{
    margin: 30px 0px;
    line-height: 1.6;
}
.text-block p{
    margin: 10px 15vw 10px 15vw;
}

.container{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width:100%;
}

div.k42 { background: url('./img/4201.jpg');  background-size: cover; }
div.k42:hover { background: url('./img/4202.jpg');  background-size: cover; }

div.k45 { background: url('./img/4501.jpg'); background-size: cover; }
div.k45:hover { background: url('./img/4502.jpg'); background-size: cover; }

div.kBox { background: url('./img/box01.jpg'); background-size: cover; }
div.kBox:hover { background: url('./img/box02.jpg'); background-size: cover; }

.proddesc{
   background-color:#eeeeee;
   width:100%;
   text-align:center;
   font-size:smaller;
}

div.polaroid {
  width:250px;
  height:390px;

  border: 1px solid #BFBFBF;
  background-color: #d0d0d0;
  box-shadow: 2px 2px 2px #aaaaaa;

  margin: 10px;
}

div.productimg {
  width:100%;
  height:250px;

  -webkit-transition: background-image 0.3s linear;
  -moz-transition: background-image 0.3s linear;
  -ms-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}


}

/* Desktop Styles */
@media only screen and (min-width: 1331px) {
	.paditem6 {visibility: hidden; display:none;}
}
/*-------- End of Responsive Design ------------------*/

/*------ background colors for debugging ------*/
.bluebg {background-color: #33aace;}
.redbg {background-color: #e0524c;}
.yellowbg {background-color: #e0ae39;}
.greenbg {background-color: #93b800;}
.graybg {background-color: #ababab;}
.darkgraybg {background-color: #373737;}				