* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}
body {
	background-color: #434343; /*#f1f1f1;*/
    color: #fdfdfd;
    font-family:  Helvetica, "Helvetica Narrow", "Lucida Grande", Arial, sans-serif;
	/*"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",*/
	/*font-family: "Helvetica Narrow","Arial Narrow";*/
	/*font-size-adjust: 0.8;*/
	font-size: 1.05em;
	font-stretch: normal;
	line-height: 1.3;
	font-weight: 100;
	/*
    font-size: 16px;
    line-height: 1.5em;*/
    position: relative;
    -webkit-text-size-adjust: none;
	scroll-behavior: smooth;
	overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin: 1em 0;
    font-size: 22px;*/
}
p {
    /*margin: 1em 0;*/
}
a,
a:link,
a:active,
a:visited,
a:hover {
    color: inherit;
    /*text-decoration: underline;*/
	/*color: #647C41;*/
	text-decoration: none;
	/*border-bottom: 1.5px dotted #344C11;*/
	font-weight: 400;
}

nav:not(.mm-menu) {
    display: none;
}

#header {
    /* position: sticky; */
    height: 50px;
    padding: 0 10px;
    top: 0;
	z-index: 999;
	font-size:1.1em;
    font-weight: 300;
    color: #fdfdfd;
    text-align: center;
	background-image: linear-gradient(to right, #272727, #686868);
	border-bottom: 0.1px solid #272727;
	transition: top 0.2s ease-in-out;
}
#header a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    padding: 15px 25px;
}
#header a:before,
#header a:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
}
#header a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 7px 0;
}
header {
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: top 0.2s ease-in-out;
	width: 100%;
	text-align: center;
}
.nav-up {
	top: -50px;
}


#content {
    padding: 150px 50px 50px 50px;
    text-align: center;
}


.link {
	cursor: pointer;
	color: #DFFFDA;	/*#447C31;*/
	text-decoration: none;
	border-bottom: 1px dotted #EFFFEA;	/*#447C31;*/
	font-style: 600;
}
.nolink {
	text-decoration: none !important;
}

.title {
	font-size:2.5em;
	font-weight: 100;
	margin: 0 auto;
	font-stretch:semi-condensed;
	margin-top: 8px;
	margin-bottom: 15px;
	/*line-height:1.3em;
	margin-top: 10px;
	margin-bottom: 15px;*/
}
.title2 {
	font-size: 1.9em;
	font-weight: 100;
	margin: 0 auto;
	font-stretch:semi-condensed;
	margin-top: 6px;
	margin-bottom: 10px;
	/*line-height:1.3em;
	line-height:1.3em;
	margin-bottom: 10px;*/
}
.title3 {
	font-size: 1.4em;
	font-weight: 100;
	margin: 0 auto;
	/*font-stretch:semi-condensed;*/
	margin-top: 5px;
	margin-bottom: 8px;
	/*line-height:1.3em;
	margin-bottom: 10px;*/
}
.title4 {
	font-size: 1.27em;
	font-weight: 100;
	margin: 0 auto;
	/*font-stretch:semi-condensed;*/
	margin-top: 3px;
	margin-bottom: 6px;
}
.condensed {
	font-stretch:semi-condensed;
	letter-spacing: 0.01em;
}

.text-narrow {
	/*font-size:1.13em;*/
	width:99%;
	max-width:880px;
	margin:0 auto;
	margin-bottom: 10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
}
.text-middle {
	/*font-size:1.13em;*/
	width:99%;
	max-width:1100px;
	margin:0 auto;
	margin-bottom: 15px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
}
.text-middle2 {
	/*font-size:1.13em;*/
	width:99%;
	max-width:1260px;
	margin:0 auto;
	margin-bottom: 15px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
}
.text-wide {
	/*font-size:1.13em;*/
	width:99%;
	max-width:1400px;	/* 1300 */
	margin:0 auto;
	margin-bottom: 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
}
.padding {
	padding: 16px;
}

.menupoint {
	font-size: 0.9em;
	padding: 5px 20px 5px 12px;
	cursor: pointer;
}
.menupoint:hover {
	background-color: #555;
}

.white {
	background-color: #676767;
	color: #fdfdfd;
}
.dark {
	background-color: #434343; /*#f1f1f1;*/
    color: #fdfdfd;
}
.middledark {
	background-color: #4e4e4e;
    color: #fdfdfd;
}
.hover:hover {
	background-color: #777!important;
	color: #fdfdfd;
}
.hover2 {
	color: gray;
}
.hover2:hover {
	color: #cfc!important;
}
.hover3 {
	color:gray; 
}
.hover3:hover {
	color: #f99;
}
.hovergreen:hover {
	color: #cfc;
}
.pointer {
	cursor: pointer;
}
.border {
	border: 0.5px solid #aaa;	/*#BBBBBB;*/
}
.round-border {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
	border: 0.5px solid #aaa;	/*#BBBBBB;*/
}

.present {
	/*max-height: 100%;*/
}

.j {
	text-align: justify;	
}
b {
	font-weight:400;
}
.b {
	font-weight:400;
}
.i {
	font-style: italic;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.o {
	vertical-align: top;
}
.m {
	vertical-align: middle;
}
.l {
	text-align: left;
}
.sm {
	font-size: 0.88em;
}
.p {
	padding: 9px;
}
.l0 {
	padding-left: 0px;
}
.red {
	color: #f99; /*red;*/
}
.green {
	color: #cfc;	/*#447C31;*/
}
.genre {
	/*display: inline-block;*/
	background-color: #4e4e4e;	/*#d4d4d4;*/
	color: #ddd;
	font-weight: 100;
	/*white-space: nowrap; */
	padding: 2px 6px 2px 6px;
	margin: 3px 5px 3px 2px;
}
.caracteristique {
	/*display: inline-block;*/
	background-color: #4e4e4e;	/*#d4d4d4;*/
	color: #ddd;
	font-weight: 100;
	/*white-space: nowrap;*/
	padding: 2px 6px 2px 6px;
	margin: 3px, 5px, 3px, 2px;
}
.nowrap {
	white-space: nowrap;
}
.grau {
	filter: grayscale(80%);
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
}

.grau:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}


/* Style the submit button */
.prof_submit {
	background-color: #516E27; /*#344C11;*/
	font-size:1.03em;
	color: #f8f8f8;	/*white;*/
	padding: 9px 9px;
	border: 0.5px solid #aaa;
	border-radius: 3px;
	cursor: pointer;
	margin:2px;
}

.prof_button {
	/*min-width: 50px; */
	font-size:1.03em;
	background-color: #95A671;
	color: #f8f8f8;	/*white;*/
	padding: 9px 9px;
	border: 0.5px solid #bbb;
	border-radius: 3px;
	cursor: pointer;
	margin:2px;
}

.preview {
	border-radius: 0px;
	max-height: 220px;
	max-width: 100%;
	margin: 10px 0px 5px 0px;
	cursor: pointer;
	border: 0.5px solid gray;
}

.topf {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=password], input[type=email], select, textarea {
  width: 100%;
  padding: 8px;
  border: 0.5px solid #bbb;
  border-radius: 1px;
  box-sizing: border-box;
  resize: vertical;
}

.req {
	color: #fcc;	/*red;*/
	/*vertical-align: super;*/
	font-size: 0.85em;
}

/* Style the label to display next to the inputs */
label {
  padding: 10px 10px 10px 0;
  display: inline-block;
}

/* Style the submit button */
.mainsubmit {
	background-color: #516E27; /*#344C11;*/
	font-size:1.03em;
	color: #f8f8f8;	/*white;*/
	padding: 9px 10px;
	border: 0.5px solid #aaa;
	border-radius: 3px;
	cursor: pointer;
	float: right;
	margin:2px;
}


.img-blocco {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.img-blocco img {
	box-sizing: border-box;
	object-fit: cover;
	padding: 7px;
	/*height: 300px;*/
	border-radius: 0px;
	/*border: 0.5px solid #777;*/
}

.phototable {
	border: collapse;
	background-color: #676767;
	color: #fdfdfd;
}

.phototable th {
	padding: 0px 12px 0px 12px;
}



.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  color: #fdfdfd; /*#777;*/
}
.stars-outer::before {
  content: '\f006 \f006 \f006 \f006 \f006';
}
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.stars-inner::before {
  content: '\f005 \f005 \f005 \f005 \f005';
  color: #fdfdfd; /*#888;*/	/*  #f8ce0b; */
}

.attribution {
  font-size: 12px;
  color: #444;
  text-decoration: none;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
.attribution:hover {
  color: #61A56A; 	/*#1fa67a;	*/
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: 0.5px solid #aaa;
  border-bottom: none;
  background-color: #b7b7b7;	/*#eaeaea;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 16px;
  transition: 0.3s;
  font-size: 1.03em;
  border-radius: 0px 9px 0px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #a0a0a0;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #d0d0d0;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0.5px solid #aaa;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}



/* Style the container */
.col_container {
  border-radius: 1px;
  /*background-color: #f2f2f2;*/
  padding: 20px;
}

.col-10 {
  float: left;
  width: 10%;
  padding: 8px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  padding: 8px;
}

/* Floating column for labels: 30% width */
.col-30 {
  float: left;
  width: 30%;
  padding: 8px;
}

/* Floating column for labels: 33% width */
.col-33 {
  float: left;
  width: 33%;
  padding: 8px;
}

/* Floating column for labels: 40% width */
.col-40 {
  float: left;
  width: 40%;
  padding: 8px;
}

/* Floating column for labels: 50% width */
.col-50 {
  float: left;
  width: 50%;
  padding: 8px;
}

/* Floating column for labels: 60% width */
.col-60 {
  float: left;
  width: 60%;
  padding: 8px;
}

/* Floating column for labels: 67% width */
.col-67 {
  float: left;
  width: 67%;
  padding: 8px;
}

/* Floating column for labels: 70% width */
.col-70 {
  float: left;
  width: 70%;
  padding: 8px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  padding: 8px;
}

.col-90 {
  float: left;
  width: 90%;
  padding: 8px;
}

/* Floating column for inputs: 100% width */
.col-100 {
  float: left;
  width: 100%;
  padding: 8px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 550px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 550px) {
	.col-100, .col-90, .col-75, .col-60 {
		width: 100%;
	}
	.col-10, .col-25, .col-40 {
		width: 100%;
		margin-top: 5px;
	}
	.mainsubmit {	/* input[type=submit] */
		width: 100%;
	}
	input[type=text], input[type=password], input[type=email], select, textarea{
	  width: 100%;
	}
	
	.thumb {
		height: 200px;		/* doesn't work, why???? */
	}
}

@media screen and (max-width: 500px) {
	.col-70, .col-67, .col-50 {
		width: 100%;
	}
	.col-33, .col-30 {
		width: 100%;
		margin-top: 5px;
	}
	input[type=text], input[type=password], input[type=email], select, textarea{
	  width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.nocol {
		display: none;
	}
}

@media screen and (max-width: 470px) {
	.nocol2 {
		display: none;
	}
}


.columns4 {
	-webkit-columns: 4 300px;
	-moz-columns: 4 300px;
	columns: 4 300px;
	
	-webkit-column-gap: 0.7em;
	-moz-column-gap: 0.7em;
	column-gap: 0.7em; 
}
.columns3 {
	-webkit-columns: 3 280px;
	-moz-columns: 3 280px;
	columns: 3 270px;
	
	-webkit-column-gap: 0.7em;
	-moz-column-gap: 0.7em;
	column-gap: 0.7em; 
}
.columns2 {
	-webkit-columns: 2 250px;
	-moz-columns: 2 250px;
	columns: 2 250px;
  
	-webkit-column-gap: 0.7em;
	-moz-column-gap: 0.7em;
	column-gap: 0.7em; 
}
.break {
	-webkit-column-span: all; 
	column-span: all;
}
.no-break {
	break-inside: avoid-column;
	page-break-inside: avoid;
}

.avatar {
	border-radius: 50%;
	font-family: roboto, arial;
	font-weight: 200;
	color: #fdfdfd;
	text-align: center;
	border: 1px solid #626262;
}

mm-burger {
	position: absolute;
	left: 12px;
	top: 12px;
}


.container {
  position: relative;
  /*text-align: center;*/
  color: white;
}

/* Bottom left text */
.bottom-left {
	color: white;
	position: absolute;
	bottom: 14px;
	left: 15px;
}

/* Top left text */
.top-left {
	color: white;
	position: absolute;
	top: 14px;
	left: 15px;
}

/* Top right text */
.top-right {
	color: white;
	position: absolute;
	top: 14px;
	right: 15px;
	text-align: right;
}

/* Bottom right text */
.bottom-right {
	color: white;
	position: absolute;
	bottom: 14px;
	right: 15px;
	text-align: right;
}

/* Centered text */
.centered {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened #header a {
	display: none;
}
.mm-navbar--tabs span {
	display: inline-block;
	margin-inline-start: 8px;
}
@media (max-width: 450px) {
	.mm-navbar--tabs span {
		display: none;
	}
}

.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#e0ffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}




.slidecontainer {
  width: 90%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height:15px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}



.imgcontainer {
	/*margin-bottom: 10px;*/
	margin: 0px 9px 22px 9px;
	position: relative;	
	overflow: hidden;
	border-radius: 0px; 
}

.imgcontainer img {
	/*display: block;*/
	transition: transform .4s;   /* smoother zoom */
	width: 100%;
	/*cursor: pointer;*/
	border-radius: 0px;  
	border: 0.5px solid #777;
}

.imgcontainer:hover img {
	transform: scale(1.013);
	transform-origin: 50% 50%;
}

.bigger {
	transition: transform .4s;   /* smoother zoom */
}
.bigger:hover {
	transform: scale(1.013);
	transform-origin: 50% 50%;
}



input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 1.2ex;
   height: 0.4ex;
   /*background: rgba(0, 0, 0, 0);*/
   /*top: 0.9ex;*/
   top: 0.95em;
   left: 0.3ex;
   border: 4px solid #cfc;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
input[type="checkbox"].red:checked + label::after {
   content: '';
   position: absolute;
   width: 1.2ex;
   height: 0.4ex;
   /*background: rgba(0, 0, 0, 0);*/
   /*top: 0.9ex;*/
   top: 0.95em;
   left: 0.3ex;
   border: 4px solid #fbb;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
input[type="checkbox"] {
   line-height: 2.1ex;
}
input[type="checkbox"] {
    position: absolute;
    left: -9999em;
}
input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: gray;
   border: 0.5px solid #bbb;
   margin-right: 0.5em;
   margin-bottom: 2px;
}



.hiddenavatar {
	position:absolute;
	max-width:22%;
	width:70px;
	right:13px;
	bottom:35px;
	z-index:110;
	border-radius:50%;	
}

.hiddenavatar2 {
	position:absolute;
	max-width:22%;
	width:70px;
	right:17px;
	bottom:39px;
	z-index:110; 	
}


.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #ddd;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 20px;
	bottom: 20px;
	padding-top: 1px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.bg_black {
	background-color:#1e1e1e;
}
.bg_gray {
	background-color:#434343;
}
.bg_white {
	background-color:#efefef;
}
.c_black {
	color:#1e1e1e;
}
.c_gray {
	color:#434343;
}
.c_white {
	-color:#efefef;
}
