﻿body {
  background-color: white;
  font-family: Verdana,sans-serif,Arial;
  font-size: 1.4em;
  margin: 0;
  padding: 20px;
}

img {
  border: none;
}

h1 {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2em;
}
h2 {
  color: #303030;
  font-size: 1.1em;
}

h1.attention {
  font-size: 1.2em;
  color: darkred;
  margin-bottom: 0px;
}

.header {
  max-width: 900px;
  margin: 0 auto;
}
.balls-and-line {
  margin: 0;
  padding: 0;
}
.ball {
  background-image: url(images/ball.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 11px;
}
.ball-left {
  float: left;
}
.ball-right {
  float: right;
}
.line {
  background-image: url(images/line.png);
  background-repeat: repeat-x;
  background-position: 0px 4px;
  margin: 0 14px;
}
.ball, .line {
  height: 11px;
}

.logo {
}
.logo img {
  width: 80%;
  display: block;
  margin: auto;
}


.div-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.div-row {
  display: table-row;
  text-align: center;
}
.div-col {
  display: table-cell;
} 



.menu span {
  padding-left: 30px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0px;
  margin: 0;
}
.menu a {
  display: inline-block;
}
.menu a,
.menu a:visited,
.menu span {
  color: darkblue;
  font-size: 1.0em;
  text-decoration: none;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.menu a:hover {
  text-decoration: underline;
}

.menu {
  width: 90%;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: block;
}

.container-outer {
	display: table;
	overflow: hidden;
	margin: 0 auto;
}
  
.container-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
}

.content {
  font-size: 0.85em;
  line-height: 1.3em;
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  display: block;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


.image-part {
  width: 60%;
  float: left;
}

.image-part img {
  width: 90%;
}
.clear {
  clear: both;
}

.image-row {
  width: 100%;
}
.image-row-separator {
  font-size: 1.5em;
}

.image-col {
  width: 50%;
  float: left;
}
.image-col img {
  width: 97%;
  height: auto;
}

.image-col-separator {
}

.img-cell {
  float: left;
}

.shop-info-map img {
  width: 100%;
}

.shop-info-house-1,
.shop-info-house-2 {
  width: 65%;
  float: left;
  margin-right: 5%;
}

.shop-info-house-1 img,
.shop-info-house-2 img {
  width: 100%;
}
.shop-info-address, .shop-info-contact {
  font-size: 0.85em;
}

.accommodation-url a,
.accommodation-url a:visited {
  font-size: 1.8em;
  line-height: 1.4em;
  color: blue;
  text-decoration: underline;
}
.accommodation-url a:hover {
/*  text-decoration: underline; */
}


@media screen and (max-width: 3000px) {
  body {font-size: 1.9em;}
}
@media screen and (max-width: 1300px) {
  body {font-size: 1.6em;}
}
@media screen and (max-width: 1200px) {
  body {font-size: 1.3em;}
}
@media screen and (max-width: 1100px) {
  body {font-size: 1.2em;}
}
@media screen and (max-width: 1000px) {
  body {font-size: 1.1em;}
}
@media screen and (max-width: 900px) {
  body {font-size: 1.0em;}
}
@media screen and (max-width: 800px) {
  body {font-size: 0.95em;} 
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 600px) {
  body {font-size: 0.85em;} 
  .shop-info-house-1,
  .shop-info-house-2 {
    width: 55%;
  }
}
@media screen and (max-width: 500px) {
  /*body {font-size: 0.8em;}*/ 
  .shop-info-house-1,
  .shop-info-house-2 {
    width: 50%;
  }
  .shop-info-contact a {
    font-size: 0.95em;
  }

}
@media screen and (max-width: 400px) {
  body {
    font-size: 0.7em;
  }

  .shop-info-address,
  .shop-info-contact {
    font-size: 1.3em;
  }

  .img-cell img {
    width: 160px;
  }

  .shop-info-house-1,
  .shop-info-house-2 {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
}
h1 {
  font-size: 1.7em;
}
@media screen and (max-width: 300px) {
  .img-cell img {width: 140px;	} 
}


