body * {
  //font-family: "Tangerine";
  font-family: "Times New Roman";
  //font-size: 3vw;
  //color: #004D40;
  color: black;
}


.cyclameColor {
  color: #004D40;
}

.choirColor {
  color: #B90D09;
}

/*body > *:not(#cookieModal) {
  filter: blur(3px);
}*/

.error {
  color: #FF0000;
}

h1.center {
  color: #004D40;
  text-align: center;
}
h2.center {
  color: #004D40;
  text-align: center;
}
h3.center {
  color: #004D40;
  text-align: center;
}
h4.center {
  color: #004D40;
  text-align: center;
}

h3.centerSecondary {
  color: #C2185B;
  text-align: center;
}

.sideMenuHeader {
  
}

p.copyright {
  //font-size: 1.8vw;
  text-align: center;
  padding: 1vw 1.5vw;
}

p.center {
  text-align: center;
  //padding: 1vw 1.5vw;
}

span.center {
  margin-left: auto; 
  margin-right: auto;
}


.sessionTimer {
  display: inline;
}

.scrollTable {
  display: block; 
  white-space: nowrap; 
  overflow-x: scroll; 
  width: 100%; 
  margin-left: auto; 
  margin-right: auto;
}

.standardLabelInput {
  margin-left: 5%;
  margin-right: 5%;
}

.standardInput {
    width: 84%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    padding: 3%;
  }


.standardInputNumber {
  margin-bottom: 10px;
  width: 84%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 3%;
}

.standardFormCenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.standardFormLeft {
  display: table;
  margin-right: auto;
}

.standardInputSelect {
  display: block;
  margin: 0 auto;
}



ul.menu {
  opacity: 1.0;
  position: sticky;
  top:0vw;  
  list-style-type: none;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding:0.1vw;
  text-align: center;
  overflow:hidden;
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

ul.submenu {
  opacity: 1.0;
  position: sticky;
  top:0vw;  
  list-style-type: none;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding:0.1vw;
  text-align: center;
  overflow:hidden;
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.menu::after {
  content: "";
  clear: both;
  display: table;
}


li {
  text-align:left;
}
li.horizontal {
  display:inline-block;
  padding:0px 10px;
}
li a{
  display:inline-block;
  text-align:center;
  padding: 0.4vw 1.6vw;
  text-decoration: none;
}
li a:hover:not(active) {
  background-color: #004D40;
  color:white;
}

li.passive {
  //font-size: 1.0vw;
  background-color: #004D40;
  color:white;
}

.active {
  background-color: #004D40;
  color:white;
}



.link-button {
  background: none;
  border: none;
  //color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  //font-family: serif;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

th {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

th.thDummy {
  padding: 0;
}

th.right {
  text-align: right;
}

th.left {
  text-align: left;
}

th.center {
  text-align: center;
}

table td, table td * {
    vertical-align: top;
}

td.ok{
  color: green;
}
td.notok{
  color: red;
}

td {
  padding-left: 8px;
  padding-right: 8px;
}

td.right{
  text-align: right;
}
td.left{
  text-align: left;
}
td.center{
  text-align: center;
}
td.tablebutton {
  width: 1.0rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.tableData {
}



.tableDataMonoSpace {
  font-family: monospace;
  font-size: 1.1rem;
}

.tableDataMonoSpaceBreak {
  font-family: monospace;
  font-size: 1.1rem;
  word-break: break-word;
}

.tableDataClick {
  text-decoration: underline;
  cursor: pointer;
}

/*
  20250407
  for displaying text like policies and terms
*/
.col-container {
    /*display: table; TODO change back to this*/
    display: table;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/*
  20250407
  for displaying tables that are scrollTable
*/
.col-container-flex {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.col-block {
    display: table;
    width: 100%;
}
.col100 {
    display: table-cell;
    position: relative;
    width: 100%;
    /*border: 2px solid green;*/
}
.col90 {
    display: table-cell;
    position: relative;
    width: 90%;
    /*border: 2px solid green;*/
}
.col80 {
    display: table-cell;
    position: relative;
    width: 80%;
    /*border: 2px solid green;*/
}
.col75 {
    display: table-cell;
    position: relative;
    width: 75%;
    /*border: 2px solid green;*/
}
.col70 {
    display: table-cell;
    position: relative;
    width: 70%;
    /*border: 2px solid green;*/
}
.col45 {
    display: table-cell;
    position: relative;
    width: 45%;
    /*border: 2px solid green;*/
}
.col50 {
    display: table-cell;
    position: relative;
    width: 50%;
    /*border: 2px solid green;*/
}
.col40 {
    display: table-cell;
    position: relative;
    width: 40%;
    /*border: 2px solid g
    reen;*/
}
.col35 {
    display: table-cell;
    position: relative;
    width: 35%;
    /*border: 2px solid green;*/
}
.col33 {
    display: table-cell;
    position: relative;
    width: 33.3%;
    /*border: 2px solid green;*/
}
.col30 {
    display: table-cell;
    position: relative;
    width: 30%;
    /*border: 2px solid green;*/
}
.col20 {
    display: table-cell;
    position: relative;
    width: 20%;
    /*border: 2px solid green;*/
}
.col10 {
    display: table-cell;
    position: relative;
    width: 10%;
    /*border: 2px solid green;*/
}
.col5 {
    display: table-cell;
    position: relative;
    width: 5%;
    /*border: 2px solid green;*/
}

.colBackgroundImage {
    width: 100%;
    background-position: center center; 
    background-repeat:no-repeat; 
    background-size:100%;  
    margin: 2%;
    /*border: 2px solid green;*/
}

.teaserInnerContainer {
  height:100%; 
  display: flex; 
  justify-content: flex-end; 
  flex-direction: column; 
  //border: 2px solid white;
}

.colImageTeaser1Container {
    display: table-cell;
    position: relative;
    aspect-ratio: 2/3;
    //-webkit-animation: fadeIn 1s;
    //animation: fadeIn 1s;
    width: 30%;
    margin: 1.5%;
    height: 60%;
    background-size: 100%;
    /*border: 2px solid green;*/
}

.colImageTeaser2Container {
    display: table-cell;
    position: relative;
    aspect-ratio: 2/3;
    //-webkit-animation: fadeIn 1s;
    //animation: fadeIn 1s;
    width: 30%;
    margin: 1.5%;
    height: 60%;
    background-size: 100%;
    /*border: 2px solid green;*/
}

.colImageTeaser3Container {
    display: table-cell;
    position: relative;
    aspect-ratio: 2/3;
    //-webkit-animation: fadeIn 1s;
    //animation: fadeIn 1s;
    width: 30%;
    margin: 1.5%;
    height: 60%;
    background-size: 100%;
    /*border: 2px solid green;*/
}

.colImageTeaser1Title {
  text-align: center; 
  background-color: rgba(255,255,255,0.6);
}

.colImageTeaser2Title {
  text-align: center; 
  background-color: rgba(255,255,255,0.6);
}

.colImageTeaser3Title {
  text-align: center; 
  background-color: rgba(255,255,255,0.6);
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.colTableContent {
    display: table-cell;
    position: relative;
    width: 75%;
    /*border: 2px solid green;*/
}

input.marginBottom {
  margin-bottom: 10px;
}


img.imageIconLeftSvg {
  width: 1.0rem;
  //vertical-align: text-top;
  //padding: 0vw;
  float: right; 
  //clear: both;
}

img.imageIconRightSvg {
  width: 1.0rem;
  //vertical-align: text-top;
  //padding: 0vw;
  float: left; 
  //clear: both;
}

img.imageIconLeftRelative {
  cursor: pointer;
  width:  1.0rem;
  //padding: 0vw;
  float: right; 
  //clear: both;
}
img.imageIconRightRelative {
  cursor: pointer;
  width:  1.0rem;
  //padding: 0vw;
  float: left; 
  //clear: both;
}

img.sortAsc {
  cursor: pointer;
  width: 1.0rem;
}

img.sortDesc {
  cursor: pointer;
  width: 1.0rem;
}

object.sortAsc {
  cursor: pointer;
    width: 1.0rem;
}

object.sortDesc {
  cursor: pointer;
    width: 1.0rem;
}

// old
input.imageIconLeft {
  //width: 3.5vw;
  width:  32px;
  padding: 0vw;
  float: right; 
  clear: both;
}

// old
input.imageIconRight {
  //width: 3.5vw;
  width:  32px;
  padding: 0vw;
  float: left;
  clear: both;
}

input:focus {
  outline: none !important;
  border:1px solid #004D40 !important;
  box-shadow: 0 0 10px #d1d5db;
}

button.imageButton {
  border: none;
  background: none;
}

img.imageIcon {
  cursor: pointer; 
  width:  1.0rem;
  padding: 0vw;
}
input.imageIconLeftRelative {
  width:  1.0rem;
  padding: 0vw;
  float: right; 
  clear: both;
}
input.imageIconRightRelative {
  width:  1.0rem;
  padding: 0vw;
  float: left; 
  clear: both;
}


input.standardSubmit {
  background-color: #004D40;
  color: #fff;
  cursor: pointer;
  //width: 50%; 
  padding: 0.3rem;
  margin-left: auto; 
  margin-right: auto; 
  display: table;
}

input.standardCancelSubmit {
  background-color: #004D40;
  color: #fff;
  cursor: pointer;
  width: 100%; 
  //padding: 1%;
  margin: 2%;
  display: table-cell;
}

input.submit {
  background-color: #004D40;
  color: #fff;
  cursor: pointer;
  width: 100%
}
input.buttonStyle {
  padding: 0.3rem;
  background-color: #004D40;
  color: #fff;
  cursor: pointer;
}

form.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

form.left {
  display: table;
  margin-right: auto;
}

select.popUpList {
  background-color: transparent;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  //padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

button {
  background-color: #004D40;
  color: white;
  cursor: pointer;
}

button.center {
  
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

button.centerHorizontal {

  margin: 0;
  padding: 0.3rem;
  position: absolute;
  left: 50%;
  
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.triangle-buttons {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: transparent;

    /* Spacing */
    padding: 0.5rem;
}

.triangle-buttons__triangle {
    border-style: solid;

    /* Size */
    height: 0px;
    width: 0px;
}

.triangle-buttons__triangle--t {
    border-color: transparent transparent #d1d5db;
    border-width: 0 0.5rem 0.5rem;
}
.triangle-buttons__triangle--b {
    border-color: #d1d5db transparent transparent;
    border-width: 0.5rem 0.5rem 0;
}



div.sortAsc {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 0.8rem solid #004D40;
}
div.sortDesc {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.8rem solid #004D40;
}

.inputInvisible {
	display: inline-block;
	width: 0;
	height: 0;
	float: right;
	border-top: 0.5rem solid transparent;
	border-right: 1.0rem solid #004D40;
	border-bottom: 0.5rem solid transparent;
}

.inputVisible {
	display: inline-block;
	width: 0;
	height: 0;
	float: right;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 1.0rem solid #004D40;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #004D40;
  width: 30%;
}

input.modalButtonLeft {
  background-color: #004D40;
  color: #fff;
  cursor: pointer;
  width: 50%;
  float: right; 
  margin-right: 8px; 
  padding: 0.3rem;
  display: block;
}

input.modalButtonRight {
  background-color: #004D40;
  color: #fff;
  cursor: pointer;
  width: 50%;
  float: left; 
  margin-right: 8px; 
  padding: 0.3rem;
  display: block;
}

/* The Close Button */
.close {
	cursor: pointer;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}


/* 
key popUp Menu 
*/
.keyPopUp {
  position: relative;
  //display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual keyPopUp */
/*.keyPopUp .keyPopUpMenu {*/
.keyPopUp .keyPopUpMenu {
  visibility: hidden;
  //width: 160px;
  background-color: #FFFFFF;
  color: #004D40;
  border-color: #004D40;
  border: 1px solid #004D40;
  text-align: center;
  //border-radius: 6px;
  padding: 8px 8px;
  position: absolute;
  z-index: 100;
  //bottom: -125%;
  right: 0.0rem;
  //margin-left: -80px;
}

/* Popup arrow */
/*.keyPopUp .keyPopUpMenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/

/* Toggle this class - hide and show the keyPopUp */
.keyPopUp .show {
  //background-color: #FFFFFF;
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.infoImagePopUp {
  max-width:1.5rem; 
  float: right; 
  cursor: pointer;
}

.infoPopUp {
  visibility: hidden;
  width: 90%;
  background-color: #FFFFFF;
  color: #004D40;
  border-color: #004D40;
  border: 1px solid #004D40;
  //text-align: center;
  margin-top: 0.3rem;
  padding: 5%;
  position: absolute;
  z-index: 125;
  right: 0.0rem;
}


.menuPopUpMenu {
  visibility: hidden;
  position: absolute;
  z-index: 150; /* Sit on top */
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0); /* Black w/ opacity */
}

.show {
  //background-color: #FF0000;
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.menu-container {
  display: table;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #004D40;
  border-color: #004D40;
  border: 1px solid #004D40;
}

/* Add animation (fade in the keyPopUp) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* autocomplete */
.autocomplete {
  position: relative;
  display: inline-table;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 2px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #c43e00 !important; 
  color: #ffffff; 
}

/*
  collapsible start
*/
.collapsible {
  background-color: #fff;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  //font-size: 15px;
  font-size: 1.1rem;
}

/*.active, .collapsible:hover {
  background-color: #555;
}*/

.content {
  padding: 0 18px;
  margin-left: 18px;
  display: none;
  overflow: hidden;
  text-align: justify;
  //background-color: #f1f1f1;
}

iframe.fill {
  width: 100%;
  height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}



/*
  collapsible end
*/

div.screenLarge {
  display: inline;
}

div.screenSmall {
  display: none;
}

.featureHeader {
  margin-top: 2.0rem; 
  margin-bottom: 0.5rem;
}

.moduleHeader {
  margin-top: 2.0rem; 
  margin-bottom: 0.5rem;
}

.moduleTable {
  margin-left: auto; 
  margin-right: auto;
}

.moduleFeatureIcon {
  width: 5.0rem; 
  padding-top: 1.0rem; 
  padding-bottom: 1.0rem;
}

.moduleFeatureTitle {
  vertical-align: middle;
}



.policyContent {
  padding: 0 18px;
  margin-left: 18px;
  text-align: justify;
}

.policyBullet {
  margin-left: 18px;
}



/*
 very large screens
 */
@media only screen and (min-width: 1200px) {
	/*.col-container {
    display: flex;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }*/
  .col-container {
    display: table;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-container-flex {
    display: flex;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 700px) {
  .col-container {
    display: table;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-container-flex {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .menu-container {
    display: table;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    color: #004D40;
    border-color: #004D40;
    border: 1px solid #004D40;
  }
  
  .standardLabelInput {
    margin-left: 5%;
    margin-right: 5%;
  }

  .standardInput {
    width: 88%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
    padding: 1%;
  }
  
  .modal-content {
    padding: 5%;
    width: 80%;
  }
  
  .standardInputNumber {
    margin-bottom: 10px;
    width: 88%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 1%;
  }
  
  input.standardCancelSubmit {
    background-color: #004D40;
    color: #fff;
    cursor: pointer;
    width: 100%; 
    margin: 2%;
    display: table-cell;
  }

  .standardFormCenter {
    width: 80%;
    display: block;  
  }
  
  .colTableContent {
    width: 100%;
    /*border: 2px solid green;*/
  }
  
  .sideMenuHeader {
    text-align: center;
  }
  
  .standardFormLeft {
    width: 100%;
  }
  
  input.modalButtonLeft {
    width: 100%;
  }

  input.modalButtonRight {
    width: 100%;
  }

  /*h1.center {
    color: #0000FF;
    text-align: center;
  }*/
  div.screenLarge {
    display: none;
  }

  div.screenSmall {
    display: inline;
  }
  
  .featureHeader {
    margin-top: 2.0rem; 
    margin-bottom: 0.0rem;
  }
  
  .colImageTeaser1Container {
    display: table-cell;
    position: relative;
    aspect-ratio: 2/3;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 50%;
    height: 100%;
    background-size: 100%;
    /*border: 2px solid green;*/
  }

  .colImageTeaser2Container {
    display: table-cell;
    position: relative;
    aspect-ratio: 2/3;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 50%;
    height: 100%;
    background-size: 100%;
    /*border: 2px solid green;*/
  }

  .colImageTeaser3Container {
    display: none;
    position: relative;
    aspect-ratio: 2/3;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    width: 0%;
    height: 100%;
    background-size: 100%;
    
    /*border: 2px solid green;*/
  }
}
