/**

Dunkelgrau	Schrift/header/footer				#3c3c3b
Rot			Pucest/trennlinie					#c2172a    //  #A2231D
Hellgrau	Balken Tabelle/vertikale Linien		#e6e6e6


Main Width: 1002px;
**/

@font-face 
{
    font-family: 'Noto sans';
    src: url('../font/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'Noto sans';
    src: url('../font/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body
{
	margin:0px;
	font-family:'Noto sans';
	font-size:12px;
	color:#3c3c3b;
	background-color:#3c3c3b;
}

/*pucest-colors*/
.grey-one {
	color: #2e2d2c;	
}
.grey-two {
	color: #415050;	
}
.grey-three{
	color: #415050;	
}
.grey-four{
	color: #D4D4D4;	
}
.red {
	color:#A2231D;
}
.redbg {
	background-color:#A2231D !important;
}

/*resets*/
.nomargin {
	margin:0 !important;
}
.nopadding {
	margin:0 !important;
}
.nopaddingbottom{
	padding-bottom:0px !important;
}
.nopaddingtop{
	padding-top:0px !important;
}
.reset{
	margin:0;
	padding:0;
}

/***************************************************** schrift **/

h1, h2, h3, h4, p 
{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

h1,h2 { font-size:13px; color:#A2231D; }
h2 { font-weight:normal; }
h3 { font-size:12px; }
h4 { font-size: 16px; color:#A2231D}
p { line-height:1.5em; }

a
{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#A2231D;
}

a:hover { text-decoration:underline; }

sup { line-height:1em }

.bold {
	font-weight:bold;
}
.uppercase {
	text-transform: uppercase;
}
.impact {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.r_smaller {
	font-size:50%;
	vertical-align: super;
}



/***************************************************** listen **/

ul { padding-left:15px; margin-top:0; }
ul li { list-style-position:inside; }

.list-check.fa-ul {}
.list-check.fa-ul li{
	margin-bottom:0.5rem;
}
.list-check.fa-ul li .fa-li{
	left: -3em;
    width: 3em;
}
.list-check.fa-ul li .fa-check{
	font-size: 1.25em;
}

.ul_nomargin {
	margin: 0.75em 0;
}
.ul_nomargin li
{
	list-style-position: inherit !important;
}

/***************************************************** header **/

#header_container
{
	background-image:url(../img/header.jpg);
}

#header
{
	width:1000px;
	margin:auto;
	padding:25px 0px;
}

#content_container
{
	margin:auto;
	width:1000px;
	padding:0px 9px;
	background-image:url(../img/content_bg.png);
}

/***************************************************** Login Header */
#loggedin
{
	background-color:rgba(255,255,255,0.80);
	float:right;
	padding:2px 5px;
	margin-top:-13px;
	width:400px;
}

/***************************************************** MENU **/
#menu
{
	margin:auto;
	padding-bottom:4px;
	margin-bottom:15px;
	background-image:url(../img/schatten.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu a
{
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#3c3c3b;
	line-height:36px;
}

#menu a:hover, #menu a.active
{
	background-color:#A2231D;
	color:#FFF;
}

/*scrollToNavigation*/
.scrollToNavigation {
	margin:2em 0;
	padding: 0 2em;
	z-index: 1;
	width: 100%;
}
.scrollToNavigation a{
	background-color:#68a92f;
	color:#FFFFFF;
	padding: 0.3em 0.8em;
    font-size: 1.0em;
	text-transform: uppercase;
}
.scrollToNavigation a:hover{
	background-color:#2e2d2c;
	text-decoration:none;
}

/*makeSticky*/
.fixed{
	position:fixed;
	top:0;
	background-color:#FFFFFF;
	margin-top:0em;
	padding: 0.75em 1.2em;
	width:auto;
}

/*buttons*/
a.readmore-button{
	background-color:#415050 !important;
	border:1px solid #2e2d2c;
	color:#FFFFFF;
	padding: 0.3em 0.8em;
    font-size: 1.0em;
	float:right;
	text-transform: uppercase;
	margin-top:0.8em;	
}

a.readmore-button:hover{
	background-color:#2e2d2c !important;
	text-decoration:none;
}

/********************************************SUBMENU**/

#menu ul, #menu ul li, #submenu ul, #submenu ul li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#aktuell
{
	padding-left:20px;
	margin-bottom:15px;
}

#submenu
{
	width:165px;
	margin-right:10px;
	margin-bottom:30px;
	padding:0px 11px 0px 10px;
	float:left;
	border-right:1px solid #e6e6e6;
}

#submenu ul li
{
	display:block;
	padding:1px;
	margin:.5em 0em;
}

#submenu a
{
	padding:3px 0px 3px 10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	background-color:#FFF;
	color:#3c3c3b;
	display:block;
}

#submenu > ul > li:hover, #submenu > ul > li.active
{
	background-image:url(../img/submenu_bg.png);
	background-repeat:repeat-y;
}

#submenu > ul > li:hover > a, #submenu > ul > li.active > a
{
	background-color:#EEE;
}

#submenu > ul > li > ul > li
{
	margin:0px;
	padding-left:10px;
	font-size:10px;
	background-color:#FFF;
}

#submenu > ul > li > ul > li > a
{
	font-size:10px;
	font-weight:normal;
	padding-left:15px;
	margin-left:-10px;
	color:#686868;
}

#submenu > ul > li > ul > li > a:hover, #submenu > ul > li > ul > li > a.active
{
	color:#3c3c3b;
	background-color:#DDD;
}

#menu a, #submenu a
{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/********************************************FOOTERMENU**/
#footer #footermenu ul{
	margin-top: 17px;
}

#footer #footermenu ul li{
	display: block;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

/********************************************** SITE TOPICS */

#submenu h1:first-child
{
	background-color:#e6e6e6;
	line-height:25px;
	padding: 0px 10px;
	margin-bottom:1em;
}

#content h1:first-child, #content.trennlinie h1:first-child
{
	margin: 0px -10px 1em -10px;
}




/********************************************content **/

.date_left
{
	width:120px;
	float:left;
}

.news
{
	width:100%;
	float:left;
	padding-bottom: 0.5em;
	position: relative;
}


#bg_image{
	/*background-image:url(../img/beton_bg_light.jpg);*/
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	border:6px solid #A2231D;
	border-right:none;
	border-left:none;
}

table.registry tr td
{
	padding-right:20px;
}

#content
{
	width:960px;
	min-height:500px;
	margin-bottom:30px;
	float:left;
	padding:0px 20px;
}

#content ul li
{
	list-style-position:inside;
}


#content.trennlinie
{
	width:770px;
	padding:0px 10px 0px 11px;
}

div.produkte a
{
	width:142px;
	float:left;
	margin-left:-10px;
	margin-right:30px;
	margin-bottom:30px;
	color:#3c3c3b;
	font-weight:bold;
}

div.produkte a img
{
	width:140px;
	height:140px;
	display:block;
	margin-bottom:10px;
	opacity:0.85;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.bild
{
	width:170px;
	height:135px;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
	margin-right:20px;
}

.beschreibung
{
	width:170px;
	margin-right:20px;
	margin-bottom:15px;
	float:left;
	font-size:10px;
}

.beschreibung > div
{
	margin-bottom:10px;
}

div.produkte a:hover img { opacity:1.0; }
div.produkte:nth-child(6n+0) a { margin-right:-10px; }

.bilder
{
	height:135px;
	margin-right:16px;
	margin-bottom:16px;
	float:left;
}

.ohne
{
	margin-right:0px;
}

.line
{
	margin:2em 0px 1em 0px;
	border:none;
	border-top:1px solid #A7A7A7;
	clear:both;
}

.line-no-margin
{
	border:none;
	border-top:1px solid #A7A7A7;
	clear:both;
}



/********************************************content news **/
.news-container, .container {
	width:775px;
	margin: 0 auto;
}
.news-container h2 {
    font-size: 250%;
    font-weight: bold;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #415050;	
    margin-bottom: 30px;
	margin-bottom: 15px;
}
.news-container h3 {
    font-size: 180%;
    font-weight: bold;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #415050;	
    margin-bottom: 30px;
	margin-bottom: 15px;
}
.news-container h4 {
	margin-top:1em;
}
.news-container h2 sup,
.news-container h3 sup{
	font-size: 18px;
    padding-left: 2px;
}

.news-container .intro {
	background-color: #b3d5d2;
	padding:1em;
}
.news-container .intro .intro-article {
	font-size: 20px;
    line-height: 25px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.news-container .article-container {
	color:#000000;
	font-size:1rem;
	width: 80%;
	margin: 0 auto;
}

/********************************************content social media **/
.shareArticle {
	width: 90%;
	text-align: right;
	padding: 1em;
}
.shareArticle a {
    margin: 0 0.25em;
    padding: 0px;
    text-decoration: none;
    color: #A2231D;
    font-size: 3em;
}

/********************************************content verschleißschutzevent **/
.container.verschleissschutzevent .intro{
	position:relative;
}
.container.verschleissschutzevent .intro .img-stoerer{
	position:absolute;
	right: 25px;
	top: 610px;
	width: 250px;
	border: 10px #A2231D solid;
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.container.verschleissschutzevent .intro h2{
	background-color: #415050;
    color: #FFFFFF;
    padding: 0.5em;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.verschleissschutzevent .scrollToNavigation {
	padding:0;
	
}
.verschleissschutzevent .scrollToNavigation a{
	padding: 1em 0.75em;
	font-size: 1.1em;
	font-weight: bold;
}
/*makeSticky*/
.verschleissschutzevent .scrollToNavigation.fixed{
	position:fixed;
	top:0px;
	background-color:#FFFFFF;
	margin-top:0em;
	padding:1em 0 1.2em 0;
	width: 100%;
	z-index: 100;
}

/********************************************content verschleißschutzseminar **/
.container.verschleissschutzseminar {
	
}
.container.verschleissschutzseminar .img-header {
	background-color: #A2231D;
	margin-bottom: 1em;
}
.container.verschleissschutzseminar .img-header img {
	border:2px solid #A2231D;
	width: 99.5%;
}
.container.verschleissschutzseminar .img-header h1,
.container.verschleissschutzseminar .img-header h2{
	margin: 0;
	color: #FFFFFF;
}
.container.verschleissschutzseminar .img-header h1 {
	font-size:2.4em;
	padding: 0.5em 0.75em 0em 0.75em;
}
.container.verschleissschutzseminar .img-header h2 {
	font-size:1.8em;
	padding: 0em 1em 0.75em 0.75em;
	text-align: right;
}

.container.verschleissschutzseminar h1.subline {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 3.5em;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0.25em;
	padding-bottom: 0.3em;
	color:black;
	background-image: url(../img/beton_bg.jpg);
	background-repeat: no-repeat;
	background-position:0 -190px;
}
.container.verschleissschutzseminar h2 {
	font-weight:bold;
	color: #000000;
	font-size:120%;
}
.container.verschleissschutzseminar h4 {
	text-transform: uppercase;
}

.container.verschleissschutzseminar .box-content{
	font-size:120%;
	line-height:130%;
}
.container.verschleissschutzseminar .box-content-redbg{
	padding-right: 0;
}

.container.verschleissschutzseminar ul {
	padding-left:0;
}
.container.verschleissschutzseminar ul li {
	margin-bottom: 1em;
	list-style: none;
}
.container.verschleissschutzseminar table th,
.container.verschleissschutzseminar table td {
	vertical-align: top;
}


/********************************************content wettbewerb **/
.container.promopage .teilnahmebedingungen {
	font-size:80%;
}

/********************************************content promopage **/
.container.promopage {
	font-size:1.45em;
}
.container.promopage .header{
	padding:2em 2em 1.3em 2em;
	background-image: url(../img/wettbewerb/pucest_anwenderwettbewerb_bg.jpg);
	background-repeat: no-repeat;
}
.container.promopage .header img{
	width: 100%;
}
.container.promopage .wrapper{
	padding:2em;
	background-repeat: no-repeat;
	background-position:left 0;
}
.container.promopage h1 {
	font-size:4em;
	line-height: 0.8em;
	color:#c30f28;
}
.container.promopage h2,
.container.verschleissschutzevent h2{
	font-size:2.0em;
	margin-top: 1em;
}

/********************************************content images **/
.bg-image{
	background-image: url(../img/seminare/seminar-einladung-anmeldung-pucestino.png);
	background-repeat: no-repeat;
	background-position: 48px 70px;
	background-size: 75%;
	position: relative;
	width: 100%;
}

.thumbnail {
	width: 280px;
	border:1px solid #D4D4D4;
}
.thumbnail-left, .img-left {
	float: left;
	margin:0 10px 10px 0;
}
.thumbnail-right, .img-right {
	float: right;
	margin:0 0 10px 10px;
}


.img-container-full, 
.img-container-full img, 
.col-1 img, 
.col-2 img,
.col-3 img
{
	width: 100%;
}

.img_copyright {
	float:right;
	padding-top:0.02em;
	padding-bottom:0.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
	font-size: 70%;
	margin-top: 0.5em;
}

.galery .galery-thumbs {
	text-align:center;
}
.galery .galery-thumbs a:hover{
	text-decoration:none;
}

/*galeriy a*/
.galery .galery-thumbs a img {
	
	width: 23.5%;

	margin-right: 0.55%;
	margin-bottom: 1.5%;
	border: 1px solid #A7A7A7;
}
.galery .galery-thumbs a:last-child img {
	margin-right: 0;
}
.galery .galery-thumbs a:first-child img {
	margin-left: 0;
}

.galery .galery-thumbs.two_img a img {
	width: 48.5%;
}
.galery .galery-thumbs.three_img a img {
	width: 31.5%;
}


/********************************************content boxes**/
.box-content {
	padding-left:1.3em;
}
.box-content-padding{
	padding:0.5em;
}
.box-content-greybg, 
.box-content-redbg{
	padding:1em;
}
.box-content-greybg {
	background-color:#D4D4D4;
	font-size: 0.85em;
	line-height: 1.3em;
}
.box-content-redbg {
	background-color: #A2231D;
}
.box-content-whitebg {
	background-color: #FFFFFF;
}
.box-content-redbg, 
.box-content-redbg a,
.box-content-redbg a:visited
{
	color: #FFFFFF;
}
.box-signature {
	margin:2em 0 1em 0;
	padding-left:15%;
	font-size:0.70em;
	line-height: 95%;
}
.box-signature .signature {
	font-size:2.5em;
	font-family: 'Niconne', cursive;
	margin-bottom:8px;
}

.box-programm{
	background-color: #415050;
}
.box-programm h3{
	background-color: #A2231D; 
	color: #FFF;  
	font-weight: normal;
	padding: 0.75rem 1.0rem;
	font-size:1.5em;
}
.box-programm.content{
	padding: 1rem;
	color: #FFFFFF;
}

.box-aussteller{}
.box-aussteller .box-aussteller-logo{
	background-color:#FFF;
	margin: 0.2em;
	width: 128px;
	height: 85px;
	padding: 1em;
	float: left;
	display: flex;
    align-items: center;
    justify-content: center;
}
.box-aussteller .box-aussteller-logo img{
	margin: auto;
	max-height: 75px;
}

.box-img 
{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	min-height: 350px;
	position: relative;
}
.box-img .box-img-box{
	position:absolute;
	bottom: 20px;
	left: 20px;
	background-color: #FFFFFF;
	padding: 25px 25px 10px 25px;
	width: 75%;
}

.box-promo{
	background-repeat:no-repeat;
	background-position:right 10px;
	min-height: 200px;
	height: auto;
	position: relative;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #aeca82;
}
.box-promo-text {
	position: absolute;
	bottom: 0;
}
.box-promo-headline {
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 1.5rem;
	text-transform:uppercase;
}
.box-promo-subline {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5rem;
	color: #000000;
}
.box-promo p {
	font-size:0.8rem;
	line-height:1rem;
}


/********************************************content columns (bis 4 Spalten)**/

.row { margin:1em 0; clear:both; }
.row div:last-child {margin-right:0}

.col-1, .col-2, .col-3{ float:left; margin-right: 1em; }
.col-1{
	width: 27.57%;
}
.col-2{
	width: 47%;
}
.col-3{
	width: 65%;
}
.col-full{
	width: 100%;
}


/********************************************content katalog **/

#daten input, #auswahl select
{
	width:200px;
}

#daten tr td:nth-child(2n+0)
{
	padding-right:20px;
}

#auswahl tr td
{
	padding-right:20px;
	vertical-align:top;
}

.err
{
	background-color:#FCC
}


/********************************************content produkte **/
.table_prod tr:nth-child(2n+1) td { border-bottom:1px solid #000000; }
.table_prod tr td h2 { margin-bottom:0px; }
.table_prod tr td { vertical-align:top; }
.table_prod tr td:first-child { width:100px; }
.table_prod tr .last { text-align:right; width:200px; }


.product {
	border: 1px solid #D4D4D4;
	padding: 1.5em 1.0em 1.5em 1.5em;
	margin-bottom: 2em;
	display:inline-block;
}

.product-image-container {
	float: left;
	margin-right: 5%;
	width: 60%;
}
.product-image-container img {
	width: 100%;
}
.product-description{
	float:left;
	width: 35%;
}

.product-headline {
	border-bottom: dashed 1px;
	font-size: 2em;
	font-weight:bold;
	line-height: 1.2em;
    margin-bottom: 1em;
    padding: 1em 0 0.5em 0;
}
.product-subline {
	font-size: 80%;
	font-weight:normal;
}


.product-description ul li {
	list-style-position:inherit !important;
	margin-bottom: 0.8em;
}
.product-button-container{
	display: inline-block;
	width: auto;
	float: right;
}
.product-button-container a.product-button{
	background-color:#415050 !important;
	border:1px solid #2e2d2c;
	color:#FFFFFF;
	padding: 0.5em 1em;
    font-size: 1.2em;
}
.product-button-container a.product-button:hover{
	background-color:#2e2d2c !important;
	text-decoration:none;
}
.product-button-container a.product-button .fa, .product-button-container a.product-button .fas{
	margin-right:8px;
}

/********************************************content international **/

/*#info { width:500px; margin-bottom:-80px; }*/

#bild { position:relative; }

div.pin
{
	display:none;
	background-color:rgba(255,255,255,0.8);
	box-shadow:0px 0px 5px #6B6B6B;
	padding:7px 10px 0px 10px;
	position:absolute;
}

div.pin > div { float:left; margin-right:20px; }
div.pin img { width:92px; }

.link { float:left; margin-right:10px; }
.link:last-child { margin-right:0px; }

/********************************************Anwenderberichte */

.half { float:left; width:375px; margin-right:20px; }
.half img { width:100%; }

.third { float:left; width:240px; margin-right:15px; }
.third img { width:240px; margin-bottom:5px; }

.two_thirds { float:left; width:495px; margin-right:15px; }

.last { margin-right:0px; }

.no_margin { 
	margin-right:0px;
}
.no_margin_left {
	margin-left:0px;
}

/********************************************footer **/

#footer
{
	width:1002px;
	margin:auto;
	padding:20px 0px;
	color:#D0D0D0;
}

#footer a { color:#ffffff; }
#footer a:hover { color:#8A8A8A; }

#kontakt { float:left; margin-right:65px; }
#socialmedia {float:left; margin-right: 40px;}
#socialmedia .socialmedia_icon {font-size:3em; margin-right: 0.5em;}
#socialmedia .socialmedia_icon:last-child {margin-right: 0em;}

#footer ul { margin:0px; padding:0px; }
#footer ul li { margin-bottom:10px; list-style-type:none; display:inline-block; }
#footer ul li a { margin-right:30px; font-size:10px; }

#footer p { font-size:10px; }

.clear { clear:both; height:0px; }
.icon { width:15px; margin-bottom:-3px; }

/********************************************jQuery elements */
/* Toggle */
.box_hasToggle{
	position:unset;
}
.toggleContent{ margin:0;}
.toggleContent dd { display:none; }

.toggleContent a{
	cursor: pointer;
}
.toggleContent a::after
{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	margin-left:0.5rem;
}
.toggleContent .closed::after { 
     content: "\f078";
}
.toggleContent .open::after {
	 content: "\f077";
}
.toggleContent ul li {
	font-size:0.83rem; 
	line-height:1rem;
	margin-bottom: 0.8rem;
}

/* Accordion */
