/* line 1, ../sass/demo.scss */

/* line 8, ../sass/demo.scss */
* {
  box-sizing: border-box;
}

/* line 12, ../sass/demo.scss */
a {
  color: #4ab19a;
}

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 17px;
  height: 13px;
  border: 0px none #fff;
  margin-right: 5px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 32, ../sass/demo.scss */
.container .gallery3 a img {
  float: left;
  width: 17px;
  height: 13px;
  border: 0px none #fff;
  margin-right: 5px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 32, ../sass/demo.scss */
.container .gallery4 a img {
  float: left;
  width: 17px;
  height: 13px;
  border: 0px none #fff;
  margin-right: 5px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  /*transform: scale(1.05);*/
  transform: scale(1);
  /*z-index: 5; */
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  /*width: 40%;*/
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}

/*)
img {
  width: 200px;
  transition: transform 0.5s;
}
img:hover {
  transform: scale(2);
}*/

/*.bildwechsel { width:17px; height:13px; background:url("../img/icon_image2.png"); }
.bildwechsel:hover { width:200px; height:150px; background:url("../img/architects_lakeside_ebensee_4.jpg"); transform: scale(2); } */