/*** NAVIGATION ***/

.navleft { padding-right: 50px; text-align: left; width: 260px; }
.navright { width: calc(100% - 260px); }

.flex2r {
	display: flex;
	flex-direction: row;
}

#subnav {
width: 210px;
height: auto;
background-color: var(--xlightblue);
padding: 20px;
line-height: 120%;
}

#subnavheader {
width: 100%;
border: none;
font-weight: var(--medium);
font-style: normal;
text-decoration: none;
padding-bottom: 5px;
display: none;
border-bottom: 1px solid var(--anthracite);
}

#subnavlist {
width: 100%;
font-weight: var(--medium);
font-style: normal;
color: var(--blue);
text-decoration: none;
}

.sublinkactiveh {
	font-weight: var(--medium);
	font-style: normal;
	color: var(--orange);
	margin-bottom: 4px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid var(--anthracite);
}

.sublinkactive, .sublinkactive2 {
	font-weight: var(--normal);
	font-style: normal;
	color: var(--orange);
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sublinkactive {
	padding-left: 0px;
}

.sublinkactive2 {
	padding-left: 16px;
}

a.sublink, a.sublink2 {
	font-weight: var(--normal);
	font-style: normal;
	color: var(--blue);
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.sublink {
	padding-left: 0px;
}

a.sublink2 {
	padding-left: 16px;
}

a.sublink:hover, a.sublink2:hover {
	color: var(--orange);
}

a.sublinkh {
	font-weight: var(--medium);
	font-style: normal;
	color: var(--blue);
	margin-bottom: 4px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid var(--anthracite);
}

a.sublinkh:hover {
	color: var(--orange);
}


/*** ADMIN ***/

.tabletr, .tableth {
	border-bottom: 1px solid var(--lightgrey);
	height: 25px;
	padding-bottom: 5px;
	text-align: left;
}

.tabletr:hover {
	background-color: var(--xlightblue);
}

.msection {
border: 1px solid var(--blue); padding: 20px;
}


a.helplink:after {
display: inline-block;
width: 24px;
height: 24px;
border: 1px solid var(--blue);
border-radius: 50%;
line-height: 24px;
text-align: center;
margin-left: 10px;
content: '?';
color: var(--blue);
}

a.helplink:hover:after {
border: 1px solid var(--orange);
color: var(--orange);
}

a.link {
outline: none;
}


/*** ADMIN ENTRY ***/

.adminentry, .adminentry2 {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 0px 0px 10px;
}

.adminentry-cell {
display: block;
padding: 10px 10px 0px;
line-height: 120%;
}

.adminentry:hover {
background-color: rgba(200,200,200,0.2);
}


/*** FILTER ***/

.semfilters {
display: flex;
flex-wrap: wrap;
}

.sfpop {
margin-bottom: 10px; 
}

.fxwib {
display: inline-block;
padding-top: 10px;
margin-right: 10px;
padding-left: 10px;
width: 120px;
}

.field { margin-right: 10px; }

a.flagselect {
display: inline-block;
margin: 0px 10px;
font-weight: var(--normal);
color: var(--lightgrey);
padding-left: 30px;
height: 24px;
width: 44px;
text-decoration: none;
}

.flag-de {
background: url('../images/icon-de.png') left center no-repeat;
background-size: 24px;
}

.flag-at {
background: url('../images/icon-at.png') left center no-repeat;
background-size: 24px;
}

.flag-ch {
background: url('../images/icon-ch.png') left center no-repeat;
background-size: 24px;
}

.flag-it {
background: url('../images/icon-it.png') left center no-repeat;
background-size: 24px;
}

a.flagselect.selected {
font-weight: var(--semibold);
color: var(--grey);
}

.cfilter {
display: inline-block;
margin-top: 10px;
}

.freset { width: auto; text-align: right; padding-top: 10px; margin: 0px 0px 0px 50px; flex-grow: 1; }
a.fresetlink { display: inline-block; padding-left: 30px; background: url('../images/close.png') left 0px center no-repeat; background-size: 16px; height: 20px; line-height: 20px; color: var(--lightgrey); text-decoration: none; font-size: 16px;   }
a.fresetlink:hover { background: url('../images/close.blue.png') left 0px center no-repeat; background-size: 16px; color: var(--orange); }

.fs1-hide, .fs2-hide, .fs3-hide { display: none !important; }

/*** VARIOUS ***/

.one-full { width: 100%; display: block; }

.one-full.msection, .one-half.msection { z-index: 5; position: relative; }

.crm-cont .wrap-right {
width: auto;
float: right;
}

.standard { font-size: 1em !important; }

.xxsmall { font-size: 0.7em; line-height: 0.85em; }

.crmbutton {
display: inline-block;
white-space: nowrap;
font-weight: var(--semibold);
color: var(--white);
background-color: var(--blue);
text-decoration: none;
line-height: 100%;
padding: 7px 12px;
font-size: 14px;
border: 0;
outline: none;
}
.crmbutton:hover { background-color: var(--orange); }

.fieldsmall {
border-radius: 5px;
padding: 8px;
font-size: 0.8em;
font-style: normal;
font-weight: 500;
color: var(--anthracite);
display: block;
height: 32px;
}
select.fieldsmall { padding: 5px 6px; }

a.aelink {
text-decoration: none;
color: var(--anthracite);
}


/*** RESPONSIVE ***/

@media only screen and (max-width: 1175px) {
.freset { padding-bottom: 10px; }
}

@media only screen and (max-width: 1024px) {
.adminentry { border-bottom: 1px solid var(--xlightblue); }
}


@media only screen and (max-width: 990px) {
	/* VARIOUS */
		.crm-cont { display: none !important; }
}


@media only screen and (max-width: 940px) {
	/* FILTER */
		.cfilter { margin: 0 0 10px 120px; }
		.sfpop .cfilter { margin: 10px 0 0; }
}


@media only screen and (max-width: 768px) {
	/* NAVIGATION */
		.flex2r { flex-direction: column-reverse; }
		.navleft { width: auto; padding-top: 30px; }
		.navright { width: 100%; }
	/* ADMIN */
		.msection { padding: 15px; }
	/* FILTER */
		.fxwib { width: 110px; }
		.cfilter { margin: 0 0 10px 110px; }
}


@media only screen and (max-width: 720px) {
	/* FILTER */
		.filterort { margin-left: 120px; }
}


@media only screen and (max-width: 480px) {
	#subnav {width: 100%;}
	/* NAVIGATION */
		.navleft { width: auto; padding-top: 20px; }
	/* ADMIN ENTRY */
		.adminentry-cell { padding: 6px 6px 0px; line-height: 110%; }

}


@media only screen and (max-width: 440px) {
	/* FILTER */
		.semfilters { flex-direction: column; }
		.fxwib { padding-top: 0; padding-bottom: 10px; }
		.filterort { margin-left: 0; }
		.cfilter { margin: 0 0 10px 0; }
}