/* CSS Document */
#dynamiccontent {
	float: left;
	width: 100%;
}

#dynamiccontent div {
	float: left;
}

#dynamiccontent .container {
	float: none;
}

#dynamiccontent article {
	margin-bottom: 20px;
}

#dynamiccontent article:last-of-type {
	margin-bottom: 0;
}

#dynamiccontent .row {
    float: none;
}

#dynamiccontent .text{
	float: left;
	width: 300px;
	padding-right: 10px;
}
#dynamiccontent .bilder{
	width: 250px;
	float: left;
}
#dynamiccontent .bilder > img{
	width: 100%;
}
#dynamiccontent .bilder .big i{
	font-size: 20px;
	position: absolute;
	z-index: 20;
	bottom: 5px;
	right: 5px;
	color: #D60113;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
#dynamiccontent .bilder .big{
	height: 200px;
	width: 100%;
	overflow: hidden;
	background: #B0B1B3;
	margin-bottom: 20px;
	position: relative;
}
#dynamiccontent .bilder .big img {
	margin: 0 auto;
	display: block;
	position: relative;
}
#dynamiccontent .bilder .big img.quer{
	width: 100%;
	max-height: 200px;
}
#dynamiccontent .bilder .big img.hoch{
	height: 100%;
	max-width: 100%;
}
#dynamiccontent .bilder .big ul li{ display: none; position: relative;
	width:100%; height: 200px;
	text-align: center;}
#dynamiccontent .bilder .big ul li:first-child{
	display: block;
}
#dynamiccontent .bilder .small {
	width: 100%;overflow: hidden;
	background: #B1B2B4; }
#dynamiccontent .bilder .small .viewport{
	width: 200px;
	float: left;
}
#dynamiccontent .bilder .small .left,#dynamiccontent .bilder .small .right {
	width: 25px;
	float: left;
	text-align: center;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	background: #B1B2B4;
	cursor: pointer;
	-webkit-transition: background .25s;
	-moz-transition: background .25s;
	-ms-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s;
}

#dynamiccontent .bilder .small .left:hover,#dynamiccontent .bilder .small .right:hover {
	background: #cbcccd;
}
#dynamiccontent .bilder .small .left i,#dynamiccontent .bilder .small .right i{
	color: #FFFFFF;
	font-size: 20px;;
}
#dynamiccontent .bilder .small ul {
	width: calc(100% + 10px);
	margin-left: -5px;}
#dynamiccontent .bilder .small ul li{ display: inline-block;
	float: left;
	cursor: pointer;
	width: 60px; height: 40px;
	overflow: hidden; padding: 0 5px;  margin: 0px;}

#dynamiccontent .bilder .small ul li img{ width: 100%; }

#dynamiccontent .bilder ul{
	margin: 0px;padding: 0px; list-style-type: none;
}


#dynamiccontent .bild {
	margin-bottom: 20px;
}

#google_maps {
	height: 300px;
	width: 100%;
}




/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser gross
 * 
 * 1170px - 
 *************************************************************************************************/
@media only screen and (min-width: 1170px) {
}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * 
 * 960px - 
 *************************************************************************************************/
@media only screen and (min-width: 960px) {
}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * Browser schmal / Tablet Portrait
 * 
 * 768px - 
 *************************************************************************************************/
@media only screen and (min-width: 768px) {
}



/**************************************************************************************************
 * Browser normal / Tablet Landscape
 * 
 * 960px - 1169px
 *************************************************************************************************/
@media only screen and (min-width: 960px) and (max-width: 1169px) {
}



/**************************************************************************************************
 * Browser schmal / Tablet
 * 
 * 768px - 959px
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}



/**************************************************************************************************
 * Browser schmal / Tablet Portrait
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 959px
 *************************************************************************************************/
@media only screen and (max-width: 959px) {
}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
	#dynamiccontent .text, #dynamiccontent .bilder{
		width: 100%;
	}
	#dynamiccontent .bilder .small .viewport {
		width: calc(100% - 50px);
	}
	#dynamiccontent .bilder .small ul li {
		padding: 0 calc(calc(100% - 180px) / 6);
	}
	#dynamiccontent .bilder .big img.quer{
		width: auto;
		max-width: 100%;
	}
}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {
}
