/* 	author: 	Ronny Pawel
	date: 		2018-03-16
	purpose: 	PITSID CSS md - tablet width <= 992px	*/



/* media query tablet START */	
@media (max-width: 991.98px){

/* container */
.container {
    max-width: 750px !important;
}



/* logo */
.image.banner{
	padding: 15px 10px 10px 0px;
	width: 65%;
}

.image.logo{
	padding: 1rem 1rem 1rem 0rem;
	width: 25%;
}

.container.logo{
	height: 140px;
}

/* navbar */

#main-navbar{
	z-index: 1030;
}

/* navbar */
.navbar-nav{
	margin-left: 1rem;
}


/* ASIDE */

#page-13 aside div:nth-child(2){
	font-size: .7rem;
}

aside h3{
	font-size: 1rem !important;
}

aside h4,
aside .ce-textpic p{
	font-size: 0.8rem !important;
}

aside a{
	font-size: 0.8rem !important;
}

aside{
	font-size: 0.8rem !important;
}

aside.col-md-3.pt-5{
	padding-left: 1rem !important;
}

/* breadcrumb */
nav.breadcrumb a.breadcrumb-item,
nav.breadcrumb span.breadcrumb-item.active{
	font-size: .8rem !important;
}

/* header */

h1.display-1{
	font-size: 1.5rem !important;
}

h3{
	font-size: 1.3rem !important;
}

h3{
	font-size: 1.2rem !important;
}

h4{
	font-size: 1.1rem !important;
}

h5{
	font-size: 0.9rem !important;
}

/* NAV */

/* #main-navbar{ */
	/* padding-left: 0px !important; */
/* } */

/* #navbarToggler{ */
	/* padding-left: 1rem !important; */
/* } */



/* LANDING-PAGE start */



/* flexslider new start*/
#flexslider-1 .caption-text .caption-body p:first-child,
#flexslider-851 .caption-text .caption-body p:first-child,
#flexslider-857 .caption-text .caption-body p:first-child,
#flexslider-858 .caption-text .caption-body p:first-child{
	font-size: 1.2rem;
	line-height: 1.2rem;
}
/* flexslider new end */


/* slider / carousel start */

/* carousel certain devices */
.carousel.slide .carousel-caption p:first-child{
	font-size: 1rem;
	line-height: 1.5rem;
}

/* certain services - slider caption */
.carousel.slide .carousel-inner .carousel-item p{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.carousel-control-prev-icon{
	width: 40px !important;
	height: 40px !important;
}

.carousel-control-next-icon{
	width: 40px !important;
	height: 40px !important;
}

/* learn more */
.carousel.slide .carousel-caption .slider-text p:last-child a{
	font-size: 0.8rem;
}

/* /* Automatic Printing Plate Bender APB */ */
/* .carousel.slide .carousel-inner .carousel-item:nth-of-type(1) p{ */
	/* max-width: 270px; */
/* } */

/* /* Register Measuring System LUCHS IV */ */
/* .carousel.slide .carousel-inner .carousel-item:nth-of-type(2) p{ */
	/* max-width: 190px; */
/* } */

/* .carousel.slide .carousel-inner .carousel-item:nth-of-type(2) p:lang(en){ */
	/* max-width: 260px; */
/* } */

/* /* Opening Force Gauge PEEL CONTROL */ */
/* .carousel.slide .carousel-inner .carousel-item:nth-of-type(3) p{ */
	/* max-width: 190px; */
/* } */

/* .carousel.slide .carousel-inner .carousel-item:nth-of-type(3) p:lang(en){ */
	/* max-width: 190px; */
/* } */

#page-1 .media-body,
#page-2 .media-body{
	padding-left: 55px;
}

#page-1 .col-xl-9.col-lg-9.col-md-12.col-12,
#page-2 .col-xl-9.col-lg-9.col-md-12.col-12 {
    padding-left: 0.8rem;
}

/* slider / carousel end */

/* LANDING-PAGE end */

/*** NEWS ***/
/* list */
#page-10 .news .list-unstyled .img-fluid.mr-3,
#page-13 .news .list-unstyled .img-fluid.mr-3,
#page-2 .news .list-unstyled .img-fluid.mr-3,
#page-1 .news .list-unstyled .img-fluid.mr-3{
	width: 100px !important;
}

/*** indexed search ***/
.tx-indexedsearch-browsebox.pagination{
	display: block;
	padding-left: 0rem;
}

/* new contact div */

#page-1 .col-xl-3.col-lg-3{
	display: none;
}

#page-1 .col-xl-9.col-lg-9{
    max-width: 100%;
}

#page-1 .col-xl-9.col-lg-9{
    padding-left: 0.8rem !important;
}

}
/* media query END */	