

/**************Navbar**************/
.navbar-brand img {
	max-height: 50px;
}
.navbar {
	justify-content: space-between;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #914782; 
}

.bg-light {background-color: transparent;
}  
.dropdown-menu {
	border: thin solid rgb(91, 13, 75);
}   
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #914782;
}
.dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background-color: #914782;
}
.dropdown-item {
	padding: .25rem 1rem;
	background-color: white;
	transition-property: background-color;
	transition-duration: 1s;}

.dropdown-divider{border: thin solid rgb(91, 13, 75);
}

.aquatech {
color:#914782;
}

.breadcrumb-item {
	color: #212529;
	font-size: 0.9rem;}

.breadcrumb-item  a {
	color: #212529;
	font-size: 0.9rem;
	text-decoration: underline;
	background-color: }

.breadcrumb-item a:hover{
	font-size: 0.9rem;
	color: #914782;
	text-decoration: none;
	background-color: transparent;
}
.breadcrumb {
	justify-content:center;
	background-color: #F8F9FA;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "";
}
/**************End Navbar**************/


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

header .row  {
	min-height: 50vh;
	background-image: url(../img/chemra-header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: ;
	align-items: center;
	background-position: center center;

}

header .slogan{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	min-height: 50vh;
	margin-top: 76px;  
	line-height: 2.2rem;
}

h1{
	font-size: 1.6rem;
	color: #914782;
	margin-bottom: 1.2rem;
	text-align: left;
}
h2{
	font-size: 1.2rem;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

h3{
	Font-size: 1.1rem;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;

}
.color{color: #914782;
}

::marker {color: #914782;
}
.retrait {
	margin-left:20px;
	margin-bottom: 5px;
}

/**************media queries**************/
@media only screen and (min-width: 0px) and (max-width: 765px) {
	.intro {border-right: none; margin-left: 0px;}
}
@media only screen and (min-width: 0px) and (max-width: 765px) {
	.media-body {text-align:left;}
}
@media only screen and (min-width: 0px) and (max-width: 765px) {
	.media span {display:none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 765px) 
{.media-body {margin-left: 0px; margin-top: 24px;}
}

@media screen and ( max-width: 765px) {
        .a {
            order: 1;
        }
        .b {
            order: 3;
        }
        .c {
            order: 2;
        }              
    }
@media screen and (min-width: 601px) {
	div.slogan {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 600px) {
	div.slogan {
		font-size: 1.5rem;
	}
}
@media (min-width: 1600px) {
	.container{
		min-width: 1800px;
	}
}
@media (min-width : 1400px) {
header .row {min-height:40vh}
	}

@media (min-width : 1400px) {
header .slogan{min-height:40vh}
}


/**************HR**************/
.yellow {
        border-top: 1px solid #ffda18;
	width: 320px;
	text-align: left;
    }

.violet {border-top: 1.5px solid rgba(145, 71, 130, 0.58);
	width: 300px;
	margin-bottom: 4px ;
	margin-left: 0px:
		text-align: left;
}
/**************End HR**************/
#content .row{
	margin-top: 32px;
}
#imprint .row{
	margin-top: 192px;
}
#content a{
	color: black;
	-webkit-transition: color 0.5s linear;
	text-decoration: underline;
	background-color: transparent;
}

#content a:hover{
	color: #6a325f;
	text-decoration: none;
	background-color: transparent;

}
#market a{
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
#market a:hover{
	color: black;
	text-decoration: none;
	background-color: transparent;
}
#service a{
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
#service a:hover{
	color: black;
	text-decoration: none;
	background-color: transparent;
}
#legal 
p
{margin-bottom: 0;	
}


#legal a{
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
#legal a:hover{
	color: black;
	text-decoration: none;
	background-color: transparent;
}
#locations 
p
{margin-bottom: 0;	
}
#locations a{
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
#locations a:hover{
	color: black;
	text-decoration: none;
	background-color: transparent;
}

.headquarter:hover{
	background-color: #f4f4f7;
	border-radius: 1.2rem;}


.offices {
	border-left-color: #914782;
	border-left-style: outset;
	border-left-width: thin;
}
.offices:hover{
	background-color: #f4f4f7;
	border-radius: 1.2rem;}

#figcaption a{

	color: #6c757d;
	text-decoration: underline;
}
#figcaption a:hover{

	color: #6c757d;
	text-decoration: none;
}

.success {
	font-size: 1.2rem;
	font-style: oblique;  
	font-weight: 500;
	color: #914782;  
}

.img-fluid { max-width: 100%;  
	height: auto;
}
.responsive {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.trademarks {    
	font-size: .9rem;
} 

.intro {
	padding-right: 30px;	
	border-right-color: #914782;
	border-right-style:solid;
	border-right-width: thin;
}

.media span{
	color:#914782;
	font-size: 2.58rem;
	width: 3rem;
	text-align: center;
}

.media-body {
	border-left-color:;
	border-left-style:;
	border-left-width:;
	margin-left: 15px;
}
.media:hover{
	background-color: #F8F9FA;
	border-radius: 1.2rem;
}


.carousel-caption {
	position: relative;
	left: 0;
	top: 0;
}
.carousel-indicators li {
	background-color: #914782 !important;
	background-color: rgba(145, 71, 130, 0.33) !important;
}

.carousel-indicators .active {
	background-color: #914782 !important;
}
.carousel-control {font-size: 20px;}

@media screen and (max-width: 576px) {
	.carousel-caption h5 {
		font-size: 1rem;
	}
}
/**************Product tables**************/
#adsorbents a{
	color: black;
	text-decoration: underline;
}
#adsorbents a:hover{
	color: black;
	text-decoration: none;
	background-color: transparent;
}

#catalysts  td,  th {
	border: 1px solid #ffda18;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.4;
	white-space: nowrap;
	vertical-align: middle;
}
#catalysts th {
	background-color: rgb(252, 218, 103);
	border: 1px solid #ffda18;
	vertical-align: middle;
	font-weight:500;
}
#catalysts ul {
	padding-left: 12px;
}

#adsorbents  td,  th {
	border: 1px solid #439A30;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
	white-space: nowrap;
}
#adsorbents th {
	background-color: #439A30;
	color: #fff;
	border: 1px solid#439A30;
	vertical-align: middle;
	font-weight:400;
}

#chromatographic  td,  th {
	border: 1px solid #DB022C;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
	white-space: nowrap;
}
#chromatographic th {
	background-color: #DB022C;
	color: #fff;
	border: 1px solid #DB022C;
	vertical-align: middle;
	font-weight:400;
}
.order {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: thin;
	border-radius: .9rem;
	background-color: #f0f0f0; 
}

#iwt  td,  th {
	border: 1px solid #2778D1;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.4;
	white-space: nowrap;
	vertical-align: middle;
}
#iwt th {
	background-color: #2778D1;
	color: #fff;
	border: 1px solid #ABD9E7;
	vertical-align: middle;
	font-weight:400;
}
.notes  {
	font-size: .9rem;
	margin-top: .5rem;
	font-weight:350;
}

.footnote {
	font-size: .9rem;
}

/**************Footer**************/

footer{
	background-color: #009CAC;
	color:#fff;
	padding-top:2rem;
	padding-bottom:1.5rem;
	font-size:.8rem;
}

footer a{
	color:#fff;	
	transition:all .2s ease-in-out;
	text-decoration:underline;
}
footer a:hover{
	color:#fff;
	text-decoration:none;
}


/*Utility Rules for images. Scalable class makes images scale with window size.*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 3px;
	border: 1px solid #222;
}
.rounded {border-radius: 30px;}