
body {
	background-color: #ccc;
	background-position: center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	color: #fff;
}
body a {
	color: #fff;
}
img.big {
	float: left;
}

.toprow,
.footrow {
	background-color: rgba(0, 0, 0, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000); 
	
	height: 30px;
	width: 100%;
	position: absolute;
}

.maincont {
	margin: 0 10%;
	width: 80%;
	min-width: 890px;
	height: 100%;
	position: relative;

}

.leftcol {
	background-image: url(gfx/site_pirastro_logo.png);
	background-size: 207px;
	width: 207px;
	height: 100%;
	margin-left: 3px;
}
.logo {
	width: 207px;
	height: 119px;
	display: block;
	padding-top: 64px;
}


.content {
	position: absolute;
	top: 30px;
	left: 240px;
	right: 0;
	bottom: 30px;
}
#autoclick,
#nyroHistory {
	display: none;
}

#accordion {
	position: absolute;
	bottom: 7px;
	right: 0;		/*[W]*/
}
#accordion h3 {
	width: 623px;
	height: 40px;
	margin: 3px 0 0;
	padding-left: 27px;
	line-height: 40px;
	font-size: 2.4em;
	font-family: HandScript;
	/*font-weight: normal;*/
	
	color: #fff;
	
	background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000); 
}
#accordion .teaser {
	width: 650px;
	height: 210px;
	
	color: #222;
		
	background-color: rgba(255, 255, 255, 0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0ffffff, endColorstr=#c0ffffff);
}

#accordion input {
	color: #222;
}

#pager {
	position: absolute;
	right: 0;
	padding-right: 20px;
	display: none;
}
.ui-state-active #pager {
	display: inline;
}
#pager .bullet {
	text-decoration: none;
	font-size: 0.6em;
	margin: 0 3px;
	color: #fff;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
#pager .bullet.activeSlide {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}

#newsteaser .boxcontent {
	display: inline-block;
	height: 195px;
	width: 190px;
	margin: 10px 0 0 20px;
	overflow: hidden;
	vertical-align: top;
}
#newsteaser a.boxcontent,
#newsteaser a.short,
#newsteaser .title a {
	color: #222;
}
#newsteaser a.boxcontent:hover {
	text-decoration: underline;
	color: #555;
}
#newsteaser .title {
	text-transform: uppercase;
	height: 3em;
	overflow: hidden;
}
#newsteaser .date {
	font-size: 0.8em;
	height: 1.5em;
	/*line-height: 1em;*/
	padding-bottom: 5px;
}
#newsteaser .short {
	/* width: 190px; */
	padding-top: 5px;
}

.search, 
.lang, 
.login,
#bottomnav {
	position: absolute;
	height: 30px;
	line-height: 30px;
}
.search {
	top: 0;
	right: 0;
}
.search .txtbtn {
	font-family: myriad-pro, MyriadPro-SemiExt, Arial;
	font-size: 1em;
	border: none;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.lang {
	width: 70px;
	bottom: 0;
	text-align: right;
}
.lang a {
	margin: 0 5px;
}
.lang div {
	display: inline;
	white-space: nowrap;
	position: absolute;
	right: 0;
}
.lang a.active,
.lang :hover a:hover,
.login a:hover,
#bottomnav a:hover,
.search input.txtbtn:hover  {
	opacity:1;
	filter: Alpha(opacity=100);
}
.lang a,
.login a,
#bottomnav a,
.search input.txtbtn,
.lang :hover a {
	opacity:0.75;
	filter: Alpha(opacity=75);
}
.login {
	bottom: 0;
	left: 133px;
}
.socials {
	position: absolute;
	bottom: 0;
	left: 120px;
	display: flex;
	z-index: 100;
}
.socials a {
	display: flex;
}
.socials img{
	height: 31px;
	opacity: 0.75;
}
.socials img:hover, img:active, img:focus {
	opacity: 1;
}

#bottomnav {
	bottom: 0;
	right: 0;
}
#bottomnav a {
	margin-right: 15px;
}
#navigation ul {
	background: url(gfx/site_nav_line_middle.png) repeat-y;
}
#navigation a {
	text-shadow: #000 3px 3px 8px;
}
#navigation .nyro.open,
#navigation li.open,
#navigation li:hover {
	background: url(gfx/site_nav_line_arrow.png) no-repeat left center;
}
#navigation.transp {
	opacity:0.75;
	filter: Alpha(opacity=75);
}

.lightNav {
	top: 0;
	left: 67px;
	height: 26px;;
	padding: 15px 3px 0;
	font-size: 0.9em;
	border-bottom: 1px solid #555;
}
.lightNav a {
	font-size: 1.1em;
	padding: 0 3px;
}
.lightNav a:first-child {
	padding-left: 0;
}
.lightSubNav {
	top: 42px;
	left: 0;
	padding: 0 70px;
	height: 36px;
	line-height: 36px;
}
.lightNav,
.lightSubNav {
	width: 700px;
	background-color: #fff;
}
.lightSubNav a {
	height: 100%;
	display: inline-block;
	margin-right: 15px;
}
.lightSubNav .current,
.lightSubNav:hover a:hover  {
	background: url(gfx/arrow_down_darkgrey.png) center top no-repeat;
}
.lightSubNav:hover .current {
	background: none;
}
.whiteBlock {
	left: 0;
}
.whiteRight {
	/*right: 0;*/
	left: 773px;
}
.whiteRight,
.whiteBlock {
	top: 0;
	width: 67px;
	height: 42px;
	background-color: #fff;
}
.lightNav .navClose {
	float: right;
	display: inline-block;
	min-height: 18px;
}
.lightNav #histBack,
.lightNav #histForw {
	padding: 0;
	width: 17px;
	cursor: pointer;
}
.lightNav #histBack.off,
.lightNav #histForw.off {
	cursor: auto;
}
.lightNav #histBack {
	background: url(gfx/pir_zurueck_button_active.png) right center no-repeat;
	background-size: 17px 18px;
}
.lightNav #histBack.off,
.lightNav .hist:hover #histBack {
	background-image: url(gfx/pir_zurueck_button_inactive.png);
	background-size: 17px 18px;
}
.lightNav #histForw {
	background: url(gfx/pir_vor_button_active.png) right center no-repeat;
	background-size: 17px 18px;
	margin-left: 10px;
}
.lightNav #histForw.off,
.lightNav .hist:hover #histForw {
	background-image: url(gfx/pir_vor_button_inactive.png);
	background-size: 17px 18px;
}
.lightNav div.hist {
	display: inline;
}
.lightNav .hist span {
	right: 55px;
	top: 14px;
	font-size: 1.1em;
}
.lightNav .hist span,
.CloseButton span,
.nyroModalCloseButton span {
	display: none;
	position: absolute;
}
.CloseButton span,
.nyroModalCloseButton span {
	right: 117px;
	color: #555;
	z-index: 57;
	white-space: nowrap;
}
.lightNav .hist:hover span,
.CloseButton:hover span,
.nyroModalCloseButton:hover span {
	display: inline-block;
}
.lightNav .hist:hover a.off + span {
	display: none;
}


.lightContent {
	padding: 78px 60px 14px 70px;
	width: 700px;
}


.lightContent a {
	color: #999;
}
.lightContent a:hover {
	color: #555;
	text-decoration: underline;
}
.lightContent .diapager a:hover {
	text-decoration: none;
}



.nyroModalBg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 49;
	background-image: url(gfx/pixel.gif);
}
.CloseButton,
.nyroModalCloseButton {
	background-image: url(gfx/pir_close_button_active.png);
	background-size: 17px 18px;
	top: 15px;
	/*right: 8px;*/
	left: 814px;
	width: 17px;
	height: 18px;
	z-index: 55;
	display: inline-block;
}
.CloseButton:hover,
.nyroModalCloseButton:hover {
	background-image: url(gfx/pir_close_button_inactive.png);
	background-size: 17px 18px;
}
.nyroModalCont {
	margin: 42px 0;
	width: 840px;
	background-color: #fff;
	z-index: 50;
	overflow: hidden; /* comundus - 27-02-2018 - use overflow: hidden instead of auto - this avoids that the standard scrollbar of the browser is used */
}
/* comundus - 27-02-2018 - add style for modal when javascript is deactivated */
.nyroModalBg.fake .nyroModalCont {
	overflow: auto;
}
/* comundus - 27-02-2018 - end of change */
.nyroModalCont,
/*.nyroModalCont a,	*/
.nmReposition,
.nmReposition a {
	color: #555;
}
.nmReposition a:hover {
	text-decoration: none;
}
.nmReposition {
	position: absolute;
	z-index: 51;
}
noscript .nyroModalCont {
	position: absolute;
	overflow: auto;
	top: 0;
	bottom: 0;
}
.CloseButton {
	position: absolute;
}
.nyroModalBg .center {
	height: 100%;
	width: 840px;
	margin: 0 auto;
	position: relative;
}



.lightSubNav #lnk-top {
	text-transform: uppercase;
}
.product table.choices .c1,
.product table.choices .ckp {
	width: 40px;
}
.product table.choices .c2 {
	width: 230px;
}
.product table.choices .c3,
.product table.choices .c4 {
	width: 80px;
}
.product table.choices .c5 {
	width: 160px;
}
.product table.choices .c6 {
	width: 70px;
}
.product table.choices th,
.misclist table.variation th,
#haendlersuche table.result th {
	text-align: left;
	/*font-weight: normal;*/
	border-bottom: 2px solid #ccc;
}
.product table.choices td,
.misclist table.variation td,
#haendlersuche table.result td {
	height: 25px;
	border-bottom: 1px solid #ccc;
}
.product table.choices th,
.product table.choices td {
	padding: 0 0 0 8px;
	vertical-align: middle;
}
.product table.choices th.mi,
.product table.choices td.mi {
	text-align: center;
	padding: 0;
}
.product table.choices th.re,
.product table.choices td.re{
	text-align: right;
	padding: 0 8px 0 0;
}
.product table.choices tr:hover td,
.product table.choices tr.hit td,
.misclist table.variation tr:hover td,
#haendlersuche table.result tr:hover td {
	background-color: #eee;
}
.product table.choices img {
	vertical-align: bottom;
	padding: 1px 0;
}
.product img.left {
	left: 0;
	position: absolute;
	/*top: 108px;*/
	padding-top: 30px;
}
.product #nav-top {
	margin-top: 50px;
	position: relative;
	left: 370px;
	width: 330px;
	min-height: 320px;
}
.product #nav-desc,
.product #nav-choices,
.product #nav-data,
.product #nav-links,
.product #nav-long,
.product #nav-stat {
	clear: left;
	margin-top: 20px;
	padding: 30px 0 20px;
	border-top: 1px solid #555;
}
.product #nav-data {
	margin-top: 30px;
	padding-bottom: 5px;
}
.product #nav-data img {
	margin-bottom: 13px;
}
.product .inneranchor {
	top: -15px;
	position: relative;
}
.product h2.desc {
	position: relative;
	top: -10px;
}
.product #nav-data #rosin,
.product #nav-data #pdf,
.product #nav-data #statement {
	width: 200px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.product #nav-data h3 {
	margin: 5px 0;
}
.product #nav-data #rosin,
.product #nav-data #pdf {
	margin-right: 50px;
}
/*
.product #nav-data a,
.product #nav-data a:hover,
.product #nav-data a h3,
.product #nav-data a:hover h3,
.product #nav-links a,
.product #nav-links a:hover {
	color: #555;
	text-decoration: none;
}
*/
.product #nav-links {
	line-height: 1.4em;
}
.product #nav-links a,
.product #nav-links .spacer {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 220px;
	text-transform: uppercase;
	min-height: 10px;
}
.product #nav-links a:nth-child(3n),
.product #nav-links .spacer:nth-child(3n) {
	margin-right: 0;
}
.product #nav-long,
.paragraph .nav-long {
	cursor: pointer;
	padding-bottom: 10px;
}
.product #teaser-long {
	padding-top: 10px;
}
.product .statements .link {
	display: inline-block;
	margin-bottom: 5px;
}
.product .statements span {
	color: #999;
}
/* Leerzeilen */
.product .intro ul {
	margin-top: 20px;
}
.product > table {
	margin-bottom: 20px;
}

.statement {
	/*height: 480px;*/
	width: 700px;
	position: relative;
}
.statement.gallerie {
	/*height: 450px;*/
	width: 700px;
	overflow: auto;
	position: relative;
	/*border-bottom: 1px solid #555;*/
	padding-bottom: 30px;
}
/* CR 2016-10-06 */
.statement  #qualform {
    text-align: center;
    margin-bottom: 20px;
}
.statement .gallerie .leftbox,
.statement .gallerie .centerbox,
.statement .gallerie .rightbox {
	display: inline-block;
	vertical-align: top;
}
.statement .gallerie .centerbox {
	text-align: center;
}
.statement .gallerie .rightbox {
	text-align: right;
}
.statement .gallerie.c3 .leftbox,
.statement .gallerie.c3 .centerbox,
.statement .gallerie.c3 .rightbox {
	width: 33%;
}
.statement .gallerie.c4 .leftbox,
.statement .gallerie.c4 .centerbox,
.statement .gallerie.c4 .rightbox {
	width: 25%;
}
.statement .gallerie .artist {
	display: inline-block;
	width: 90%;
	padding-bottom: 17px;
	text-align: center;
	position: relative;
}
.statement .gallerie .artist,
.statement .gallerie .artist:hover {
	text-decoration: none;
}
.statement .gallerie .artist img {
	max-width: 100%;
}
.statement .gallerie .artist .artistname,
.statement .gallerie .artist .credit {
	color: #555;
	text-align: center;
}
.statement .gallerie .artist .artistname {
	/*font-size: 1.6em;*/
	margin-top: -5px;
	line-height: 16px;
}
.statement .gallerie .artist .credit {
	font-size: 0.8em;
	line-height: 14px;
}
.statement #qualform .dropdown,
.statement #qualform select {
	background-image: url(gfx/dropdown_links.png), url(gfx/dropdown_mitte.png), url(gfx/dropdown_rechts.png);
	background-position: 0 top, 17px top, 139px top;
	background-size: 20px, 122px 24px, 31px;
	background-repeat: no-repeat;
	
	border: 0;
	width: 200px;
	height: 24px;
	margin-top: -3px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.statement.gallerie .grey {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
}
.statement.gallerie .artist:hover .grey {
	visibility: hidden;
}
.statement .infobar {
	display: none;
	position: absolute;
	left: 0;
	/*top: 460px;*/
	text-transform: uppercase;
}
.statement .infobar .credit,
.advert .credit,
.advertisment-list .credit,
.cr18-single .credit {
	color: #ccc;
	font-size: 0.8em;
	display: inline;
	text-transform: none;
}
.statement.gallerie .jspHorizontalBar {
	background-color: #fff;
	bottom: 10px;
}
.stat .box-left,
.art-img.box-left,
.cr18-single .cr18-img {
	margin-left: -70px;
}
.stat .box-right,
.stat .cnt-right,
.art-img.box-right,
.art-img.cnt-right {
	float: right;
}
.stat .box-right,
.art-img.box-right {
	margin-right: -70px;
}
.stat div.clear {
	clear: right;
	margin-bottom: 20px;
}
.stat .instlink {
	display: inline-block;
	padding-bottom: 5px;
}
.stat .linkback {
	display: inline-block;
	padding-top: 10px;
}
.article div.clear {
	clear: both;
}
.stat.top,
.cr18-single {
	margin-top: -36px;
}

.lightContent .listbox .title {
	/*font-size: 1.6em;*/
	/*line-height: 1em;*/
	text-transform: uppercase;
}
.lightContent .listbox {
	margin-bottom: 25px;
}

.stringfinder table.filter {
	table-layout: fixed;
	border-spacing: 0;
	width: 700px;
}
.stringfinder table.filter .cap1 {
	width: 90px;
}
.stringfinder table.filter .sel1,
.stringfinder table.filter .cap2 {
	width: 150px;
}
.stringfinder table.filter .sel2 {
	width: 200px;
}
.stringfinder table.filter .misc {
	width: 110px;
}
.stringfinder table.filter .drop {
	overflow: hidden;
}
.stringfinder table.filter td {
	padding: 2px 0;
}
.stringfinder table.filter th {
	/*font-weight: normal;*/
	padding: 2px 10px 2px 0;
	text-align: right;
}
.pdf-gen .pdf-form {
	position: relative;
}
.stringfinder .drop150,
.stringfinder .drop200 {
	overflow: hidden;
}
.pdf-gen .drop select,
.stringfinder .drop150 select,
.stringfinder .drop200 select {
	padding-top: 3px;
}
.pdf-gen .drop input.dropdown,
.stringfinder .drop150 input.dropdown,
.stringfinder .drop200 input.dropdown {
	padding: 0 12px;
}
.pdf-gen .drop select,
.pdf-gen .drop input.dropdown,
.stringfinder .drop150 select,
.stringfinder .drop200 select,
.stringfinder .drop150 input.dropdown,
.stringfinder .drop200 input.dropdown {
	border: 0;
	height: 24px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	background-repeat: no-repeat;
	background-color: transparent;
}
.stringfinder .drop150 select,
.stringfinder .drop150 input.dropdown {
	width: 180px;
	
	background-image: url(gfx/dropdown_links.png), url(gfx/dropdown_mitte.png), url(gfx/dropdown_rechts.png);
	background-position: 0 top, 17px top, 119px top;
	background-size: 20px, 102px 24px, 31px;
}
.pdf-gen .drop select,
.pdf-gen .drop input.dropdown,
.stringfinder .drop200 select,
.stringfinder .drop200 input.dropdown {
	width: 230px;
	
	background-image: url(gfx/dropdown_links.png), url(gfx/dropdown_mitte.png), url(gfx/dropdown_rechts.png);
	background-position: 0 top, 17px top, 169px top;
	background-size: 20px, 152px 24px, 31px;
}
.pdf-gen select.halter option,
.pdf-gen select.wirbel option,
.pdf-gen .drop .dropdownOpt,
.stringfinder select.halter option,
.stringfinder select.wirbel option,
.dropdownOpts.halter .dropdownOpt,
.dropdownOpts.wirbel .dropdownOpt {
	width: 308px;
	height: 21px;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
}
.pdf-gen select.halter option,
.pdf-gen .halter .dropdownOpt,
.stringfinder select.halter option,
.dropdownOpts.halter .dropdownOpt {
	background-position: 203px 50%, 267px 50%;
}
.pdf-gen select.wirbel option,
.pdf-gen .wirbel .dropdownOpt,
.stringfinder select.wirbel option,
.dropdownOpts.wirbel .dropdownOpt {
	background-position: 222px 50%;
}
.stringfinder td.img {
	height: 24px;
	background-repeat: no-repeat;
}
.stringfinder td.img.sh {
	background-position: 5px 50%, 69px 50%;
}
.stringfinder td.img.we {
	background-position: 24px 50%;
}
.stringfinder td input.btn {
	float: right;
}
.stringfinder .noresult {
	/*margin: 20px 0;*/
	height: 200px;
	padding: 100px 0;
}
.stringfinder div.pdfgen {
	padding-top: 20px;
	border-top: 1px solid #555;
}



#haendlersuche {
	min-height: 380px;
	/*position: relative;*/
}
#haendlersuche form {
	margin-bottom: 20px;
	line-height: 1.8em;
}
#haendlersuche .results {
	width: 400px;
	min-height: 280px;
}
#haendlersuche h1,
#haendlersuche p.desc,
#haendlersuche #plzSearch {
	width: 370px;
}
#haendlersuche .rad {
	float: right;
	margin-top: -2px;
	line-height: 22px;
}
#haendlersuche input.full {
	width: 230px;
}
#haendlersuche .dropdown {
	width: 90px;
	height: 24px;
	overflow: hidden;
	display: inline-block;
	vertical-align: -6px;
}
#haendlersuche .dropdown select {
	border: 0;
	width: 120px;
	height: 24px;
	outline: none;
	float: left;
	padding-top: 4px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	/*background-image: url(gfx/dropdown.jpg);*/
	
	background-image: url(gfx/dropdown_links.png), url(gfx/dropdown_mitte.png), url(gfx/dropdown_rechts.png);
	background-position: 0 top, 17px top, 59px top;
	background-size: 20px, 42px 24px, 31px;
	background-repeat: no-repeat;
}
#haendlersuche #plzSearch table th {
	/*font-weight: normal;*/
	text-align: right;
	padding-right: 8px;
}
#haendlersuche span.pin {
	background-image: url(gfx/marker_list.png);
	display: inline-block;
	height: 32px;
	width: 21px;
	padding: 3px 21px 0 0;
	color: #000;
	/*font-weight: bold;*/
	text-align: center;
	margin-left: 21px;
	cursor: pointer;
}

#haendlersuche #nav-map,
#haendlersuche #nav-result {
	clear: both;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #555;
}
#map_canvas {
	height: 450px;
	width: 700px;
	background-color: #ccc;
}
#haendlersuche img.map {
	float: right;
	margin-bottom: 20px;
}
#haendlersuche p.empty {
	margin-bottom: 30px;
	/*font-weight: bold;*/
}
#haendlersuche table.result th,
#haendlersuche table.result td {
	padding: 5px 0 5px 8px;
	vertical-align: top;
}
#haendlersuche table.result .re {
	text-align: center;
	padding: 5px 0 5px 0;
}
#haendlersuche table.result .c4 {
	width: 80px;
}
#haendlersuche table.result .c1 {
	width: 180px;
}
#haendlersuche table.result .c2,
#haendlersuche table.result .c3 {
	width: 220px;
}



.lightContent p,
.lightContent li {
	padding-bottom: 5px;
}
.fix td,
.fix th,
.product td,
.product th,
.paragraph .fix td,
.paragraph .fix th {
	width: 338px; 
	padding: 0 24px 3px 0;
}
.product td,
.product th,
.paragraph td,
.paragraph th {
	vertical-align: top;
}
.fix td:last-child,
.fix th:last-child,
.product td:last-child,
.product th:last-child,
.paragraph .fix td:last-child,
.paragraph .fix th:last-child {
	padding-right: 0;
}
.product table,
table.rosinlist,
table.misclist,
.paragraph table.fix,
table.fix,
table.result {
	border-spacing: 0;
	width: 700px;
	table-layout: fixed;
}
.fix td th,
.fix td td,
.product td td,
.product td th,
.paragraph .fix td td,
.paragraph .fix td th {
	width: auto; 
	padding: 0;
}
table.fix table,
.product table table,
.paragraph table.fix table {
	table-layout: auto;
	width: 100%;
}


.product .intro h2 {
	padding-bottom: 5px;
}
.article .links a {
	display: inline-block;
	margin-right: 50px;
}
.alltabs {
	margin-top: 20px;
	padding: 30px 0 20px;
	border-top: 1px solid #aaa;
}

table.rosinlist td,
table.misclist td {
	width: 350px;
	border-top: 1px solid #aaa;
	padding: 30px 0;
}
table.rosinlist td.img,
table.misclist td.img {
	text-align: center;
}
table.rosinlist tr:first-child td,
table.misclist tr:first-child td {
	border-top: none;
}
table.rosinlist a.about,
table.misclist a.about {
	margin-top: 5px;
	display: inline-block;
}
table.variation {
	margin: 15px 0;
	border-spacing: 0;
	width: 350px;
	table-layout: fixed;
}
table.variation th,
table.variation td {
	padding: 0 0 0 8px;
	border-top: none;
}
.variation .c1 {
	width: 260px;
}
.variation .c2 {
	width: 90px;
}



.event_registration{
	padding-top: 1em;
}
.event_costs{
	padding-top: 1em;
}
.event_infos{
	vertical-align: top;
}		
.event_infos .infoLabel {
	padding-top: 1em;
	/*font-weight: bold;*/
}
ul.event_location_links_external {
	padding-left: 0;
	list-style: none;
	margin-top: 15px;
}
ul.event_location_links_external li:before {
	content: " ";
}

.newslettersubscription-buttons {
	margin-top: 20px;
}
.newslettersubscription-error {
	color: #f00;
}
.newslettersubscription-email {
	position: relative;
}
.newslettersubscription-email input {
	position: absolute;
	left: 120px;
}
.newslettersubscription-radio input {
	margin-left: 120px;
}
.newslettersubscription-form div {
	padding: 4px 0;
}


.pdf-gen .auswahl,
.pdf-gen .abschnitt {
	position: relative;
	border-top: 1px solid #aaa;
}
.pdf-gen .auswahl p,
.pdf-gen .abschnitt p {
	padding: 10px 0;
	position: relative;
}
.pdf-gen .auswahl span.option,
.pdf-gen .auswahl span.caption,
.pdf-gen .abschnitt span.option,
.pdf-gen .abschnitt span.caption {
	display: inline-block;
	width: 175px;
	padding: 10px 0;
}
.pdf-gen .auswahl span.option.xwidth,
.pdf-gen .abschnitt span.option.xwidth {
	width: 350px;
}
.pdf-gen .auswahl span.option.all,
.pdf-gen .abschnitt span.option.all {
	position: absolute;
	top: 0;
	left: 350px;
}
.pdf-gen .filter.hide {
	text-align: right;
	padding-bottom: 15px;
}
.pdf-gen .filter.show {
	padding-bottom: 5px;
}
.pdf-gen .filter.show input {
	float: right;
}
.pdf-gen .btn.reset {
	position: absolute;
	right: 0;
	margin-top: -2px;
}
.pdf-gen .intro td,
.pdf-gen .footer td {
	width: 350px;
	vertical-align: top;
}
.pdf-gen .intro td.image,
.pdf-gen .footer td.image {
	text-align: right;
}
.pdf-gen .drop {
	position: absolute;
	top: 7px;
	left: 175px;
	
	overflow: hidden;
	width: 200px;
}
.pdf-gen .caption.halter {
	background-repeat: no-repeat;
	background-position: 385px 50%, 449px 50%;
}
.pdf-gen .caption.wirbel {
	background-repeat: no-repeat;
	background-position: 404px 50%;
}
.pdf-gen .recap td {
	padding-right: 20px;
}

a.neuheit {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #555;
	color: #555;
}
a.neuheit.neuall {
	border-top: none;
	padding: 20px 15px;
	margin: 0 -15px;
}
a.neuheit.neuall img {
	margin-right: 30px;
}
a.neuheit.neuall p.title {
	text-transform: uppercase;
}
a.neuheit:hover {
	text-decoration: none;
	background-color: #eee;
}
a.neuheit h3 {
	margin-top: 10px;
}
a.neuheit img {
	float: left;
}

#noscript {
	padding: 10px;
	color: #f00;
	background-color: #fff;
	position: relative;
	z-index: 55;
}
.content #noscript {
	margin-top: 250px;
	background-color: rgba(255, 255, 255, 0.75);
}
.nyroModalCont #noscript {
	margin: 20px 60px;
}

/* Product NoData */
.nodata #lnk-data,
.product.nodata #nav-data,
.product.nodata .choices .c1,
.product.nodata .choices th:nth-child(1),
.product.nodata .choices td:nth-child(1),
.product.nodata .choices .c3,
.product.nodata .choices th:nth-child(3),
.product.nodata .choices td:nth-child(3),
.product.nodata .choices .ckp,
.product.nodata .choices th:nth-child(4),
.product.nodata .choices td:nth-child(4),
.product.nodata .choices .c4,
.product.nodata .choices th:nth-child(5),
.product.nodata .choices td:nth-child(5),
.product.nodata .choices .c5,
.product.nodata .choices th:nth-child(6),
.product.nodata .choices td:nth-child(6),
.product.nodata #nav-links a:not(.indv) {
	display: none;
}
.product.nodata table.choices .c2 {
	width: 630px;
}

/* Advertisment CR18 */
.cr18-list,
.advertisment-list {
	margin: 0 -10px;
	padding-bottom: 30px;
}
.cr18-list .tile,
.advertisment-list .tile {
	float: left;
	text-align: center;
	display: block;
	width: 240px;
	height: 305px;
}
.cr18-list .tile .img,
.advertisment-list .tile .img {
	height: 240px;
	display: block;
	position: relative;
	padding: 0;
}
.cr18-list .tile .img img,
.advertisment-list .tile .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cr18-list .tile .desc,
.advertisment-list .tile .desc {
	margin: 0 10px;
	padding: 0;
	color: #555;
}
.cr18-list .tile .credit,
.advertisment-list .tile .credit {
	display: block;
	margin: 0 10px;
	padding: 0;
	font-size: 0.8em;
}

.cr18-single .prev,
.cr18-single .next,
.advert .prev,
.advert .next,
.stat .prev,
.stat .next {
	position: absolute;
	display: block;
	width: 390px;
	top: 72px;
	background-image: url(gfx/pixel.gif);
}
.cr18-single .gall,
.stat .gall {
	width: 780px;
	height: 30px;
	margin-left: -40px;
	position: absolute;
	background-image: url(gfx/pixel.gif);
}
.cr18-single .prev,
.advert .prev,
.stat .prev  {
	margin-left: -40px;
}
.cr18-single .next,
.advert .next,
.stat .next {
	margin-left: 350px;
}
.cr18-single .btn,
.advert .btn,
.stat .btn {
	width: 30px;
	height: 30px;
	display: block;
	position: fixed;
	top: 50%;
}
.cr18-single .next .btn,
.advert .next .btn,
.stat .next .btn {
	background-image: url(gfx/bildnav_next.png);
	background-size: 30px;
	margin-left: 360px;
}
.cr18-single .prev .btn,
.advert .prev .btn,
.stat .prev .btn {
	background-image: url(gfx/bildnav_prev.png);
	background-size: 30px;
}
.cr18-single .next:hover .btn,
.advert .next:hover .btn ,
.stat .next:hover .btn {
	background-image: url(gfx/bildnav_next-mo.png);
	background-size: 30px;
}
.cr18-single .prev:hover .btn,
.advert .prev:hover .btn,
.stat .prev:hover .btn {
	background-image: url(gfx/bildnav_prev-mo.png);
	background-size: 30px;
}

.cr18-single .gall .btn,
.stat .gall .btn {
	background-image: url(gfx/bildnav_gal.png);
	background-size: 30px;
	position: relative;
	margin: 0 auto;
	top: 0;
}
.cr18-single .gall:hover .btn,
.stat .gall:hover .btn {
	background-image: url(gfx/bildnav_gal-mo.png);
	background-size: 30px;
}
 /* comundus - 06-03-2020 - define three classes for image mouseover effect*/
img.pirastro-zoom-one:hover {
    transform: scale(1.5, 1.5);
    z-index: 1000;
}
img.pirastro-zoom-two:hover {
    transform: scale(2, 2);
    z-index: 1000;
}
img.pirastro-zoom-three:hover {
    transform: scale(2.5, 2.5);
    z-index: 1000;
}
/*
ALM 2017-03-16
Chrome Fix - wrong calculated form height.

comundus 27-02-2018
removed max-height - when form is higher then 1300px then the content can not been shown

#emailform {
    max-height: 1300px;
}
*/
DIV#cookieDisclaimer {
    top: 30px !important;
}
