/*
 * BAG AG Copyright (c) 2025. All Rights Reserved.
 * This script is property of BAG AG. All Rights Reserved. No redistribution allowed without explicit permission from its creator or the company itself.
 */


/* Utilisation */
body {
	font-family: 'Noto Sans', sans-serif;
	background-color: transparent;
	font-weight:300;
}


*{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, .news h3 {
	font-weight:700;
}

img {
	border: 0 none;

}
#headerBox {
	height: 110px;
	padding-left: 10px;
}
#logoBox {
	height: 110px;
	width: 410px;
}
#contentBox {
	#padding-left: 10px;
}
#contentBox .content {
	padding-top: 8px;
}
#footerBox {
	color: #8c8c8c;
	padding-left: 10px;
	padding-top: 20px;
}
h1 {
	border-bottom: 1px solid #a29e9c;
	color: #444;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top:-1px;
}
h2 {

	color: #444;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin-top:-1px;
}
p {
	margin-bottom: 1em;
}
p, ul, li, tr, td {
	color: #666666;
}
label {
	color: #515151;
	display: block;
	vertical-align:middle;
	display: table-cell;
}
input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
	width:100%;
	border-radius: 3px;

}

.display_input_error_active {
	visibility: visible;
	width: 50%;
	color:red;
}

.display_input_error_inactive {
	visibility:hidden;
	float:left;
	width: 50%;
}

textarea {
	height: 75px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #f8f8f8;
	resize: none;
	width:100%;
}

input:focus {
	border: 1px solid #333333;
}
#submit_button {
	background-color: #b5b6b8;
	border: 0 none;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	padding: 4px;
}
#submit_button:hover {
    background-color: #666666;
}

select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
	border-radius: 3px;
}

p.pages {
	padding-bottom: 20px;
	padding-top: 20px;
}
p.pages span {
	margin-right: 10px;
}
p.pages a {
	color: #969696;
	text-decoration: none;
}
p.pages a:hover {
	color: #004a99;
}


/**** tables **/

table {  margin: 20px;
	padding:15px;
}
table, td { border: 1px #ccc solid; padding:15px;}

table {
	border-collapse: collapse;
	width: auto;
}

table td {
	vertical-align: top;
	text-align: left
}

/******************/

.bigTitle{
	font-weight:400;
	font-size:14px;
	color:rgb(0,0,0);
}

.midTitle{
	font-weight:400;
	font-size:12px;
	color:rgb(0,0,0);
}

.weakLabel {
	font-size:1em;
	color:rgb(100,100,100);
}

.weakLabel_active {
	font-size:1em;
	color:#ff5e00;
	padding-left:2px;
}
.strongLabel {
/*	font-weight:bold;;*/
/*	font-size:11px;*/
/*	color:rgb(100,100,100);*/
}

.labelInfo {
/*	font-weight:bold;*/
	font-size:11px;
	color:#ff5e00;
}
.labelClickable {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}

/* For Header... when not selected... in black without text deco.*/
.labelClickable2 {
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

.data{
	font-weight:300;
	font-size:14px;
	color:rgb(0,0,0);
}

.sel{
	border:1px solid rgb(150,150,150);
	font-weight:300;
	font-size:1em;
	color:rgb(0,0,0);
	width:100%;
}

.ipt{
	border:1px solid rgb(150,150,150);
	font-weight:300;
	color:rgb(0,0,0);
	padding:5px;
}

#ipt_name_a,
#ipt_name_b {
	width:100%;
	padding: 5px;
}
#ipt_name_tol_a,
#ipt_name_tol_b {
	width: 15px;
	float:left;
}

.rdo{
	 height:14px;
	 vertical-align:middle;
}

.txt_enabled{
	border:1px solid rgb(150,150,150);
	background-color: rgb(250,250,250);
	
	font-weight:300;
	font-size:11px;
	color:rgb(150,150,150);
	width:250px;
	height:100px;
}

.txt_disabled{
	border:1px solid rgb(150,150,150);
	background-color: rgb(200,200,200);
	font-weight:300;
	font-size:11px;
	color:rgb(150,150,150);
	width:250px;
	height:100px;
}

.chk{
	height:11px;
	vertical-align:middle;
}

.sel_short{
	border:1px solid rgb(150,150,150);
	float:left;
	font-weight:300;
	font-size:11px;
	color:rgb(0,0,0);
	width:100px;
}

.sel_veryshort {
	border:1px solid rgb(150,150,150);
	font-weight:300;
	font-size:11px;
	color:rgb(0,0,0);
	width:70px;
}

.bouton {
	align:center;
	cursor: pointer;
	width:200px;
	background-color:  #c79e5e;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	padding: 4px;
}

.bouton:hover {
	background-color: #c79e5e;
}

.hrefBtn{
	border:1px solid rgb(150,150,150);
	font-weight:300;
	font-size:11px;
	color:rgb(220,20,20);
	text-decoration:none;
	padding:3px;
	height:24px;
}

.link{
	font-weight:300;
	font-size:1em;
	color:rgb(220,20,20);
	text-decoration:none;
}

.paginationCounter_active{
	font-weight:400;
	text-decoration:none;
	color:#ff5e00;
	cursor:pointer;
}

.paginationCounter_inactive{
	font-weight:300;
	text-decoration:none;
	color:black;
	cursor:pointer;
}

#detailContent {
	float:left;
	display:block;
	overflow:visible;
	font-weight:300;
	font-size:13px;
	z-index:10;
	background-color:white;
}

#pagination{
	/*font-weight:300;*/
	/*font-size:1.5em;*/
	/*padding:25px;*/
}

#paginationPages{
	text-align:center;
}

#footer{
	margin-top:5px;
	background-color:#efefef;
	height:2px;
}

.clearing {
	clear:both;
}

/* Project galery_concept */

#formular, #search_word_panel {


	font-weight:300;
	z-index:10;
	background-color:#ffffff;
	display:block;

/*	-moz-box-shadow: 10px 10px 5px 0px #eeeeee;
	-webkit-box-shadow: 10px 10px 5px 0px #eeeeee;
	-o-box-shadow: 10px 10px 5px 0px #eeeeee;
	box-shadow: 10px 10px 5px 0px #eeeeee;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee, Direction=134, Strength=5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 3px;
 */
}

#shadowing
{
	visibility: hidden;
	display: flex;
	z-index: 10;
	position:fixed;
	width:100%;
	height: 100%;
	overflow: scroll;
	/*flex-wrap: wrap; /* Optional. only if you want the items to wrap */
	justify-content: center; /* For horizontal alignment */
	/*align-items: center; /* For vertical alignment */

	/*visibility:hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	overflow: scroll;

	text-align: center;*/
}



.main_box_container{
	margin-left: 15px;
	margin-right: 30px;
	/*
	display:block;
	padding:0px 5px;
	margin:15px;
	width:430px; 
	float:left;
	background-color:#fcfcfc;
	min-height:240px;
	border:1px solid #e3e3e3;
	*/
}

.image_container{
	overflow:hidden;
	display:block;
	min-height:0px;
	position:relative;
	padding:0px 0px 0px 0px;
}

.teaser_container {
	overflow-block: clip;
	display: block;
	min-height: 10px;
	height: 300px;
	position: relative;
	text-align:left;
	background-color:white;

}

.title_container {
	overflow-block: auto;
	display: block;
	min-height: 100px;
	position: relative;
	text-align:left;
	background-color:white;
	margin:20px;
}



.typ_link {
	font-size:1.27em;
	overflow:hidden;
	display:block;
	min-height:80px;
	position:relative;
	padding:0px 0px 0px 0px;
}



#search_panel {
	position: fixed;
	top: 10%;
	width: 8em;
	margin-top: -2.5em;
	z-index:10;
}


/** Livingdocs Pfiele */

.card__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.right-arrow {
	border:solid 1px red !important;
	display:block;

	position: absolute;

	right:30px;
}


.arrow-up {

	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid black;

	margin: 7px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-top: 10px solid black;
	margin: 7px;

}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;

	border-left: 60px solid green;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right:10px solid blue;
}



.card--clickable .btn::after, .card--clickable a::after {

	border-width: 2px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	--tw-border-opacity: 0;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.btn--icon-only {
	padding-left: .625em;
	padding-right: .625em;
}

@media (min-width: 1024px) {
	.btn, .btn--base {
		line-height: 1.5rem;
	}
}
.btn, .btn--base {
	line-height: 1.25rem;
}
@media (min-width: 1280px) {
	.btn, .btn--base {
		font-size: 1.125rem;
	}
}

@media (min-width: 1280px) {
	.btn, .btn--base {
		min-height: 48px;
	}
}

.btn {
	align-items: center;
	border-radius: .125rem;
	display: inline-flex;
	line-height: 1.25;
	padding-left: 1rem;
	padding-right: 1rem;
	text-decoration-line: none;

}



/*-------------- pfiele*/

.fleche {
	color: #10a0cb;
	position: absolute;
	display: inline-block;
	padding: 1em;
	background: none;
}

.fleche::before {
	content: '';
	width: 1.5em;
	height: 1.5em;
	display: block;
	border-top: 5px solid #cccccc;
	border-right: 5px solid #cccccc;

}

.page_number {
	background-color: #2f4356;
	background-position: -21px 50%;
	background-position-x: -21px;
	background-position-y: 50%;
	background-repeat: no-repeat;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: none;
	border-top-width: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;

	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
	min-width: 40px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: capitalize;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: linear;
	vertical-align: baseline;
}
.page_number_current {
	background-color: #2f4356;
	background-position: -21px 50%;
	background-position-x: -21px;
	background-position-y: 50%;
	background-repeat: no-repeat;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: none;
	border-top-width: 0px;
	box-sizing: border-box;
	color: rgb(255, 0, 0);
	cursor: pointer;
	display: inline-block;

	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
	min-width: 40px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: capitalize;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: linear;
	vertical-align: baseline;
}



.droite::before {
	transform: rotate(45deg);
}

.gauche::before {
	transform: rotate(225deg);
}

@media screen and (max-width: 600px) {
	
	
	
	.sel{
		border:1px solid rgb(150,150,150);
		font-weight:300;
		font-size:1em;
		color:rgb(0,0,0);
		width:170px;
		height:auto;
	}
	
	
	
}
	
