.box 
{	box-shadow: 0 2px 4px 0 rgba(33,33,33,0.14), 0 3px 5px 0 rgba(33,33,33,0.06), 0 1px 20px 0 rgba(33,33,33,0.1);
    	height: 200px;
    	max-height: 200px;
    	border: 0;
      width: 670px;
      margin-bottom:25px;
	margin-top:25px;
}
@media only screen and (max-width: 760px)
{
.box 
{
    	height: 160px;
    	max-height: 160px;
	width:100%;
}
}
.gallery {
    -webkit-box-flex: 1;
    flex: 1 0 30%;
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 300px;
    max-width: 300px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    display : inline-flex;
}

@media only screen and (max-width: 760px)
{
.gallery {
    width: 40%;
    max-width: 40%;
}
}


.description
{
width:350px !important;
position:absolute;
padding: 10px;
}

@media only screen and (max-width: 760px)
{
.description
{
width:60% !important;
}
}

.descriptiontext
{
position:relative;
}
.headline 
{
font-family: Arial,Sans-Serif;
font-size: 16px;
font-weight: 700;
margin-bottom:20px;
width:100%;
}
@media only screen and (max-width: 760px)
{
.headline 
{
font-size: 12px;
}
}

.subheadline 
{
font-family: Arial,Sans-Serif;
font-size: 12px;
font-weight: 300;
line-height:20px;
margin-top:20px;
margin-bottom:20px;
width:100%;
}
@media only screen and (max-width: 760px)
{
.subheadline 
{
font-size: 12px;
margin-top:0px;
margin-bottom:0px;
overflow: hidden;
max-height: 60px;
}
}


.price
{
      position: absolute;
    margin-top: 150px;
    margin-left: 31px;
    text-align: center;
}

@media only screen and (max-width: 760px)
{
.price
{
	display:none;
}
}

.pricemobil
{
	display:none
}
@media only screen and (max-width: 760px)
{
.pricemobil
{
    display:block;
    height: 30px;
    margin-top: -15px;
    font-size: 12px;

}
}


.bureau
{
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 760px)
{
.bureau
{
    position: absolute;
    bottom: -9px;
    right: 0px;
    font-weight: bold;
}
}



.button4 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    background: #fbfbfa;
    background: -moz-linear-gradient(top,#fbfbfa 0,#fefbe3 99%);
    background: -webkit-linear-gradient(top,#fbfbfa 0,#fefbe3 99%);
    background: linear-gradient(to bottom,#fbfbfa 0,#fefbe3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfa',endColorstr='#fefbe3',GradientType=0);
    padding: 2px 4px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    color: #0096af;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}

[data-am-gallery] {
     -webkit-box-flex: 1;
    flex: 1 0 30%;
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 300px;
    max-width: 300px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    display : inline-flex;

/* Navigation */
}
@media only screen and (max-width: 760px)
{
[data-am-gallery] {
    width: 40%;
    max-width: 40%;
}
}

[data-am-gallery] input[type="radio"] {
  position: fixed;
  top: -9999px;
}

[data-am-gallery] input[type="radio"]:checked:nth-child(5) ~ .images .image:nth-child(5) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(5) ~ .navigation .dot:nth-child(5) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(5) ~ .navigation .dot:nth-child(5):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .images .image:nth-child(4) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .navigation .dot:nth-child(4) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(4) ~ .navigation .dot:nth-child(4):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .images .image:nth-child(3) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .navigation .dot:nth-child(3) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(3) ~ .navigation .dot:nth-child(3):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .images .image:nth-child(2) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .navigation .dot:nth-child(2) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(2) ~ .navigation .dot:nth-child(2):hover { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .images .image:nth-child(1) { opacity: 1; }

[data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .navigation .dot:nth-child(1) { background-color: #29acbb; }

[data-am-gallery] input[type="radio"]:checked:nth-child(1) ~ .navigation .dot:nth-child(1):hover { opacity: 1; }

[data-am-gallery] .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

[data-am-gallery] .navigation {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-am-gallery] .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

[data-am-gallery] .dot:hover { opacity: 0.8; }

/* Base */

}
.navtop
	{
	width:280px;
	margin-top:20px;
	}


.navlabel
	{
	width:115px;
	float:left;
	color:black;
      font-size: 12px;
      text-align: left;
	}
@media only screen and (max-width: 760px)
{
.navlabel
{
	width:190px;
	float:left;
	color:white;
      font-size: 14px;
}
}



.navinput
	{
	width:120px;
	font-familiy:'Raleway',Verdana;
      color:#797171;
	height:20px;
      padding-top: 2px;
      padding-left: 10;
      text-align:center;
	}


.Mobile-only
	{
	display:none;
	}
@media only screen and (max-width: 760px)
{
.Mobile-only
	{
	display:block;
	}
}

.content1
{
 margin-left:10px;
 margin-right:10px;
}

.h-1
{
padding-top: 15px;
    font-size: 22px;
    line-height: 100%;
}

.featurelist
{
	width:90%;
	margin-left:20px;
	margin-top:10px;
}

.featurelist td{
	padding: 0px;
	text-align:left;
}

.pricetable
	{
	width:350px;
	margin-left:10px;
	}
.pricetable th {
	background-color: #cee1f4;
	color: white;
	border-style: solid;
  	border-width: 1px;
	border-color: grey;
	padding: 5px;
}

.pricetable td {
	text-align:left;
	border-style: solid;
  	border-width: 1px;
	border-color: grey;
	padding: 5px;
}

.SNU-button {
	background:linear-gradient(to bottom, #fffadb 5%, #f7f1ca 100%);
	background-color:#fffadb;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-style:italic;
	padding:7px 34px;
	text-decoration:none;
	text-align:center;
}
.SNU-button:hover {
	background:linear-gradient(to bottom, #f7f1ca 5%, #fffadb 100%);
	background-color:#f7f1ca;
}
.SNU-button:active {
	position:relative;
	top:1px;
}

.bookprice {
	width:250px;
	margin-left:40px;
	}
.bookprice td
	{
	text-align:left;
	color: #7d7255;
	}

.mobilfix1
{
margin-left:10px;
margin-bottom:10px;
}

@media only screen and (max-width: 760px)
{
.mobilfix1
{
margin-left:0px;
margin-bottom:0px;
}
}

