﻿/***************************************
* zusätzliches Stylesheets für ...
* 
* Entwickler: 		Heike von König
* Firma: 		  	nteam GmbH
* Erstellt: 	  	
*
***************************************/


/***************************************/
/* Bildergalerie Webpart */

.ntm_ImageGalery {
	background-color: rgb(204,204,204);
}
.ntm_PreviewImages a {}
.ntm_PreviewImages span.ntm_PImg {}
.ntm_PreviewImages span.ntm_PImgTitle {}

/* Bilderslide */
.ntm_DivCycler { 
	position		: relative;
	height			: 400px; 
	width			: 100%;
}
.ntm_DivCycler > div {
	position		: absolute;
	left			: 0;
	top				: 0;
	display			: block;
	max-width		: 98%;
	padding			: 4px 4px 4px 4px;
	box-shadow		: 2px 2px 6px 0px rgba(0,0,0,0.34);
}
.ntm_DivCycler img {
	width			: 100%;
}
.ntm_DivCycler .ntm_CyclerTitle {
	margin			: 0; 
	padding			: 4px 0 4px 0;
	font-size		: 1.25em;
	color			: #444;
}
.ntm_DivCycler .ntm_CyclerComments  {
	margin			: 0; 
	padding			: 0;
	color			: #666666;
}


/***************************************/
/* Bilder Cubes */

.ntm_Bild {
	display			: inline-block;
	float			: left;
	width			: 15.3%;
	margin-right	: 1.55%;
	margin-bottom	: 10px;
	height			: 98px;
	text-align		: center;
	overflow		: hidden;
}
.ntm_Bild.ntm_Instagram.square img {
	height			: 140px;
	max-height		: none;
	margin-top		: -20px;
	margin-left		: -20px;
}


.dfwp-list li.dfwp-item:nth-child(6n+0) .ntm_Bild {
	margin-right	: 0%;
}
.ntm_Bild img {
	max-height		: 98px;
}
.ntm_Image {}
