.suche .suchoptionen {
	display: inline-block;
	width: 100%;
}
.suche p,.generierter-text p,.produktesenden p {
	margin: 0.5rem 0 1rem 0;
}
p.nb-info {
	margin: 0;
}

#csdRefImage {
	margin-top: -5px;
	margin-bottom: 10px;
	max-height: 150px;
	border: 0;
	transition: all 100ms;
}
#csdRefImage.clickable {
	cursor: pointer;
	border: 2px solid #ffffff;
}
#csdRefImage.clickable:hover,
#csdRefImage.clickable:focus,
#csdRefImage.clickable:active {
	border: 2px solid #b3353b;
	box-shadow: 0 0 20px #2d2d2d;
}

.suche .nb-tiles .side-option {
	padding: 2px 6px;
	border: 1px solid #eeeeee;
}

.suche .suchoptionen table {
	margin-bottom: 0;
}
.suche .suchoptionen.rahmen table {
	margin-top: 10px;
	border-collapse: collapse;
}
.suche .suchoptionen.rahmen table td {
	padding: 5px;
	border: 1px solid #eeeeee;
}
.txt_klasse,.klassen_radlast .txt_alle {
	display: none;
}

.suche table {
}
.suche :not(.rahmen) table tr td:first-child {
	width: 240px;
}
.suche table input {
	margin-left: 0;
	width: auto;
}

.suche input[type="submit"] {
	margin-left: 0;
	width: auto;
}

#nb-web .reset-filter button {
	display: block;
	margin-top: -30px;
	margin-left: 210px;
}

.page-navigation {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
}
.page-navigation p {
	display: inline;
	width: auto;
}

table.produkteliste {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 10px;
}

table.produkteliste tr {
	background-color: #222222;
}
table.produkteliste td {
	color:#fff;
	font-size:0.985em;
	margin:3px;
	font-weight:lighter;
	padding:5px;
}
#nb-web table.produkteliste tr a:not(.no-underline),
#nb-web table.produkteliste td:not(.bemerkung) a:not(.no-underline) {
	text-decoration: none;
	border: 0;
}
#nb-web table.produkteliste td:not(.bemerkung) a:not(.no-underline):hover {
	border-bottom: 1px solid #ffffff;
}
#nb-web table.produkteliste td.bemerkung a:not(.no-underline) {
	text-decoration: underline;
	border: 0;
}

table.produkteliste th {
	position: relative;
	color:#fff;
	font-size:0.9em;
	margin:3px;
	font-weight:bold;
	text-align: left; 
	background-color:#666666;
	padding:5px;
	letter-spacing: 0.05em;
	vertical-align: bottom;
}
	
table.produkteliste th.winkel {
	width: 30px;
	height: 180px;
	text-align: left;
}
table.produkteliste th.winkel > *:first-child {
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: inline-block;
	margin-bottom: 5px;
	width: 20px;
	transform: rotate(-87deg);
}
table.produkteliste th .right {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

table.figure-references td {
	height: 60px;
	vertical-align: middle;
}
table.figure-references td:first-child {
	min-width: 250px;
}

#inhalt table.produkteliste tr > * a:hover {
	color: #e2e2e2;
	text-decoration: underline;
}
.masse {
	min-width: 55px;
}
#inhalt table.produkteliste .bemerkung a {
	color: #e2e2e2;
	text-decoration: underline;
}
#inhalt table.produkteliste .bemerkung a[href],
#inhalt table.produkteliste .bemerkung a[gallery_call] {
	cursor: pointer;
}


input.mailschicken {
	width: 100%;
	box-sizing: border-box;
}

#nb-web button.text-generieren {
	margin: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.46em;
	background-color: #B3353B;
	border: 1px solid #4e4e4d;
	cursor: pointer;
	transition: border 50ms, box-shadow 50ms;
}
#nb-web button.text-generieren:hover,
#nb-web button.text-generieren:active,
#nb-web button.text-generieren:focus {
	background-color: #c3454b;
}

#nb-web button.text-generieren {
	color: #ffffff;
}

textarea#generatedTenderText {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
}
.to-clipboard:not(.hidden) {
	float: left;
	display: inline-block;
	margin-top: 15px;
	width: auto;
}
button.to-clipboard:not(.hidden) {
	margin-top: 12px;
	margin-right: 10px;
}

.produktesenden {
	margin-top:30px;
}

#nb-web input:not([type=button]):not([type=submit]),
#nb-web select:not(.width-100) {
	width: 50%;
	max-width: none;
	box-sizing: border-box;
}
#nb-web select.width-100 {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

#nb-web input#searchArticle + #searchArticleAC {
	width: 50%;
}

@media (max-width: 700px) {

	#nb-web input:not([type=button]):not([type=submit]),
	#nb-web select, #nb-web select:not(.width-100),
	#searchArticleAC {
		width: 100%;
		max-width: none;
		box-sizing: border-box;
	}
	#searchArticleAC ul li a {
		padding: 10px 8px;
	}
}


.tdcheck{
	text-align: center;	
}
.tdcheck input{
	margin: 0;
	width: auto;
}

.highlight {
	outline: 3px dotted #f4afb2;
	-webkit-animation: highlightElement 1s infinite ease;
	animation: highlightElement 1s infinite;
	transition: outline;
}


@-webkit-keyframes highlightElement {
	 0.00%, 100.00% {outline: 3px dotted rgba(0,0,0,0);}
	50.00% {outline: 3px dotted #f4afb2;}
}
@keyframes highlightElement {
	 0.00%, 100.00% {outline: 3px dotted rgba(0,0,0,0);}
	50.00% {outline: 3px dotted #f4afb2;}
}

@media (max-width: 1024px) { 
	hr {
		width:100%;
	}
	/* NOCH DESIGNEN */
	
	#respnavigation ul li{
		background-color:#5e5e5d;
		margin:0px;
		padding:0px 5px 0px 5px;
	}
	
	#respnavigation ul li ul{
		display:none;
		margin:0px;
	}
	
	#respnavigation ul li ul li{
		border-bottom:1px solid #4e4e4d;
		background-color:#6e6e6d;
		font-size:1em;
		height:30px;
		line-height:30px;
	}
	
	#respnavigation ul li ul li:hover{
		color:#fff;
	}
	
	#respnavigation ul{
		background:none;
		border:0 none;
		line-height:30px;
		list-style: none;
		margin-left:0px;
		margin-right:0px;
		text-decoration:none;
		padding:0px;
	}
	
	#socialmedia {
		font-size:1.2em;
	}
	
	#kontakt {
		width: 100%;
	}

	#searchArticleAC {
		width: 100%;
	}
	#searchArticleAC ul li a {
		padding: 10px 8px;
	}
	
	select { 
		width:100%;
	}
	
	textarea {
		width:100%;
	}
	
	#adresse {
		display:none;
	}
	
	#adresse800 {
		clear: both;
		display:block;
		margin-top:50px;
	}
	
	iframe {
		width:100%;
	}
	
	.maps {
		float:right;
		width:100%;
	}
	
	#fusszeile_klein {
		display:none;
	}
	
	.radiosucheMobile {
		display:none;
	}
	
	.selecthauptgruppe {
		width: 100%;
	}
	
	.legende {
		display:none;
	}
	
	.legendeMobile {
		display:block;
		font-size:0.8em;
		margin-bottom: 25px
	}
		
	.produkte {
    float: left;
    margin-bottom: 30px;
    margin-right: 50px;
    width: 45%;
	}
		
	.produkte_rechts {
    float: left;
    margin-bottom: 30px;
    width: 45%;
	}
		
	.produkte_unten {
    float: left;
    margin-bottom: 100px;
    margin-right: 50px;
    width: 45%;
	}

	div.cookie-banner .content {
		margin: 0 40px;
	}
}


@media (max-width: 800px) { 
	
		#respnavigation ul li {
			font-size:14px;
		}
		
		#respnavigation ul li ul li {
			font-size:14px;
		}
		
		#fusszeile {
			font-size:0.8em;
			line-height:1.2em;
			height:70px;
		}
		
		#download1 {
			width:100%
		}
			
		#download2 {
			width:100%
		}
			
		#download3 {
			margin-bottom:80px;
			width:100%
		}
		
		/*#logo {
			width:65%;
			padding:0px;
		}*/
		
		/*#kontakt {
			display:none;
		}*/
	
		/*#kontakt_klein {
			display:block;
		}*/
		
		
		#fusszeile {
			font-size:0.8em;
			height: 50px;
			line-height:5px;
			margin-top:20px;
			padding:20px 20px 25px 20px;
		}
		
		#fusszeile_klein {
			display:none;
		}
		
		.radiosucheMobile {
			display:none;
		}
}

@media (max-width: 640px) { 
			#respnavigation ul li {
				font-size:14px;
			}
		
			#respnavigation ul li ul li {
				font-size:14px;
			}
			
			/*#kontakt {
				display:none;
			}
	
			#kontakt_klein {
				display:block;
			}*/
			
			
			label {
				font-size: 14px;
			}
			
			select {
				font-size:11pt;
				margin:9px 0px 5px 0px;
				width: 100%;
			}
			#csdRefImage {
				margin-top: 0.2rem;
			}
			
			.normal {
				font-size: 14px;
			}
			
			input[type="radio"] {
				margin-left: 100px;
				margin-right:0px;
			}
			
			input[type="radio"].mann {
				margin-right: 0px;
			}
			
			p {
				font-size: 14px;
				line-height: 17px;
			}
			
			h1 {
				font-size: 1.6em;
				margin-bottom: -10px;
			}
			
			h2 {
				font-size: 1.4em;
			}
			
			h3 {
				font-size: 1.2em;
				margin: 15px 0px 5px 0px;
			}
			
			#inhalt li {
				font-size: 1.2em;
				line-height: 1.4em;
			}
			
			#download1 {
				width:100%
			}
			
			#download2 {
				width:100%
			}
			
			#download3 {
				width:100%
			}
			
			.radiosucheMobile {
				display:none;
			}
			
			input[type="radio"].nein {
				margin-left:20px;
			}
			
			input[type="radio"].ja {
				margin-left:0px;
			}
			
			label.radio {
				margin-left:40px;	
			}
}
@media  (max-width: 870px) {
	.BKl,.VL { display: none; }
}
@media (max-width: 770px) {
	.BS { display: none; }
}
@media (max-width: 760px) {
	.klassen_radlast td:not(:first-child) {
		text-align: center;
	}
	.suche .klassen_radlast table input {
		width: 100%;
	}
	.txt_klasse { display: inline; }
	.txt_belastungsklasse { display: none; }
}
@media (max-width: 670px) {
	.aufschriften,.gruppe { display: none; }
}
@media (max-width: 640px) { 
	
	#respnavigation ul li {
		font-size:15px;
	}

	h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 17px;
		margin-top:20px;
	}

	h3 {
		font-size: 14px;
		margin-top:5px;
		margin-bottom:3px;
	}

	p {
		font-size: 14px;
		margin-bottom:10px;
	}

	#inhalt ul {
		font-size: 12px;
	}

	#ref1 {
		width:100%;
	}

	#ref2 {
		margin-top:-28px;
		width:100%;
	}

	#ref3 {
		margin-top:-28px;
		width:100%;
	}

	/*#kontakt {
		display:none;
	}

	#kontakt_klein {
		display:block;
	}*/

	.kontakt_zeile {
		width:100%;
		clear:both;
		display:block;
	}

	label {
		font-size: 14px;
	}

	#ort_plz {
		margin:5px 0px 0px 0px;
		width:100%;
	}

	.plz {
		font-size: 14px;
		margin:5px 0px 5px 0px;
		width:100%;
	}

	.ort {
		font-size: 14px;
		margin:5px 0px 5px 0px;
		width:100%;
	}

	select {
		width:100%;
	}

	input[type="radio"] {
		margin: 8px 0px 5px 90px;
	}

	.normal {
		font-size: 14px;
	}

	.senden {
		margin-bottom:5px;
	}

	.produkte {
		float:left;
		margin:0px 0px 20px 0px;
		width:100%;
	}

	.produkte_rechts {
		float:left;
		margin:0px 0px 20px 0px;
		width:100%;
	}

	.produkte_unten {
		float:left;
		margin:0px 0px 20px 0px;
		width:100%;
	}

	.produkte_unten_rechts {
		float:left;
		margin:0px 0px 100px 0px;
		width:100%;
	}
	
	.klassen_radlast {
		font-size: 0.8em;
	}
}
@media (max-width: 500px) {
	table.produkteliste th,
	table.produkteliste td {
		font-size: 0.787em;
	}
	.small {
		font-size: 0.9em;
	}
}
@media (max-width: 470px) {
	
	#fusszeile_klein {
		height: 80px;
	}
	#fusszeile_klein .first-separator {
		display: none;
	}
	#fusszeile_klein .page-links {
		display: inline-block;
		width: 100%;
	}
}
@media (max-width: 410px) {
	#titelbalken,#inhalt {
		padding-left: 5px;
		padding-right: 5px;
	}
	.klassen_radlast td:first-child {
		display: none;
	}
	.klassen_radlast .txt_alle { display: inline; }
}

@media (max-width: 950px) {
	.SV,.RV { display: none; }
}
@media (max-width: 990px) {
	.ZR { display: none; }
	.suche input, .suche select { width: 100%; }
	.suche .suchoptionen .item input { width: auto; }
}
@media (max-width: 1080px) {
	.SH, .GD { display: none; }
}
@media (min-width: 1150px) {
	.figurennummer_produktename {
		display: none;
	}
}
@media (max-width: 1155px) {
	.figurennummer,
	.produktename {
		display: none;
	}
	.figurennummer_produktename {
		display: table-cell;
	}
}

@media print {
	
	table.produkteliste {
		border-collapse: collapse;
		page-break-before: always;
	}
	
	table.produkteliste tr,
	table.produkteliste th {
		background: none;
	}
	
	table.produkteliste th,
	table.produkteliste td,
	#nb-web table.produkteliste a {
		color: #000000;
	}
	#nb-web table.produkteliste a {
		border: 0;
	}
	table.produkteliste tr {
		page-break-inside: avoid;
	}
	
	table.produkteliste th,
	table.produkteliste td {
		border: 1px solid #555555;
	}
	
	table.produkteliste th.check-attr,
	.tdcheck {
		display: none;
	}
}
