@import url("jquery-ui.css");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&family=Raleway:wght@200;400;700&display=swap");


:focus { outline:0; }

.tac { text-align: center; }
.tar { text-align: right; }
.left { float: left; }
.right { float: right; }
.cll { clear: left; }

noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 90vh;
  background: rgba(0,0,0,0.9);
  color: goldenrod;
  text-align: center;
  font-size: 200%;
  margin: 0;
  padding: 10vh 0 0 0;
  }

body {
  margin: 0;
  padding: 0;
  color: black;
  background: url("zurich-blur.jpg") center no-repeat black fixed;
  background-size: cover;
  font-family: "Railway","Ubuntu","Helvetica Neue","HelveticaNeue","SegoeUI","Segoe UI","Verdana","Arial",sans-serif;
  font-size: calc(12px + .5vw);
  font-weight: 100;
}


/* LOGIN */
body#login {
  background: url("zurich.jpg") center no-repeat black fixed;
  background-size: cover;
}
#login #wrapper {
  display: flex;
  height: 100vh;
  overflow: hidden;
  }
#loginform {
  width: 40vw;
  min-width: 20em;
  margin: auto;
  background: rgba(255,255,255,0.75);
  border: none;
  padding: 3ex;
  -webkit-box-shadow: 10px 10px 20px 0px black;
  -moz-box-shadow: 10px 10px 20px 0px black;
  box-shadow: 10px 10px 20px 0px black;
  text-align: center;
}
#loginform fieldset {
  border: none;
  margin: 0;
  padding: 0;
  color: black;
  }
#loginform legend {
  font-size: 180%;
  font-family: "Poiret One";
  padding: 0 0 .5ex 0;
}
#loginform img {float: left; width: 5em; height: 5em;}
#loginform input {
  border: 1px solid silver;
  border-radius: 1ex;
  width: 60%;
  max-width: 16em;
  font-size: calc(12px + .8vw);
  }
#loginform input[type=password],
#loginform input[type=text]  {
  margin: 0 0 1ex 0;
  padding: 1ex;
  background: transparent;
  color: silver;
  transition: background 1s ease;
  }
#loginform [type=password]:focus,
#loginform [type=text]:focus {
  background: #333;
  }
#loginform input[type=submit] {
  margin: 0;
  padding: 1ex;
  border: 1px solid black;
  border-radius: 1ex;
  background: transparent;
  width: calc(60% + 2ex);
  max-width: calc(16em + 2ex);
}
#loginform input[type=submit]:hover {
  background-color: rgba(0,128,0,0.5);
  transition: background-color 1s ease-out;
}
#loginform .error {
  border: 1px solid maroon;
  font-weight: bold;
  background: wheat;
  padding: 2ex;
  margin: -1ex 0 1em 0;
}

#dsgvo {
  text-align: center;
  background: Highlight;
  color: HighlightText;
  }

header {
  background: url("images/Dolphin.png") 1ex center no-repeat white;
  background-size: contain;
  margin: 0;
  display: table;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000;
  }
header h1 {
  margin: 0;
  padding: 1ex 0 1ex 4em;
  font: inherit;
  font-family: "Poiret One";
  font-size: 125%;
  display: table-cell;
  vertical-align: middle;
  }
header nav {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
  padding: 0 1em 0 0;
  height: 100%;
  }
header nav button {
  font: inherit;
  border: none;
  background: none;
  color: black;
  position: relative;
  height: 3ex;
  text-align: right;
  }
header nav button:hover {
  cursor: pointer;
  }
header nav button img {
  width: 3ex;
  height: 3ex;
  margin: 0;
  padding: 0 1ex 0 0;
  position: absolute;
  top: 0;
  left: -3ex;
  }
header nav ul {
  position: absolute;
  right: 0;
  top: calc(5ex - 1px);
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: -5px 5px 10px -5px white;
  }
header nav ul li {
  margin: 0;
  padding: 0 1ex 3px 1ex;
  font-size: 80%;
  }
header nav ul li a {
  margin: 0;
  padding: 1ex;
  font: inherit;
  color: black;
  text-decoration: none;
  display: block;
  }
header nav ul li a:hover {
  background: #4F5D73;
  color: white;
  }

div#page {
  display: flex;
  }
#page aside {
  background: #222;
  color: white;
  white-space: nowrap;
  margin: 0;
  padding: 10vh 0 0 0;
  transition: font-size 0.2s ease-out;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 10px 10px 20px -10px black;
  height: 90vh;
  max-height: 90vh;
  overflow: scroll;
  }
#page aside.small {
  font-size: 10px;
  box-shadow: none;
  }
/* scrollbars on aside */
#page aside::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: inherit;
  }
#page aside::-webkit-scrollbar {
  width: 0;
  background-color: #444;
  }
#page aside::-webkit-scrollbar-thumb {
  background-color: black;
  border: none;
  }

#page aside button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0 0 1em 0;
  }
#page aside button img {
  max-height: 3em;
  max-width: 3em;
  }

#page aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
#page aside ul li {
  margin: 0;
  padding: 0;
  }
#page aside.small ul li {
  text-align: center;
  margin: 0;
  }
#page aside a span { position: relative; top: -2ex; }
#page aside.small a span { display: none; }
#page aside ul li a img {
  width: 3em;
  height: 3em;
  margin: 0 1ex 0 0;
  padding: 0;
  filter: grayscale(100%);
 }
#page aside ul li a.actual img { filter: none; }
#page aside.small ul li a img {
  position: static;
  display: block;
  margin: 0 auto 1ex auto;
  padding: 0;
  float: none;
  }
#page aside a {
  display: block;
  margin: 0;
  padding: 10px;
  font: inherit;
  color: white;
  text-decoration: none;
  }
@media screen and (max-width: 400px) {
  #page aside a {padding: 1ex 0;}
  }
#page aside a:hover { background: black; filter: contrast(150%); }

#page main {
  flex-grow: 1;
  font-family: Raleway;
  font-weight: 400;
  }

main section {
  background: rgba(255,255,255,0.75);
  padding: 2ex 0 2ex 3em;
  min-height: calc(100vh - 8em);
  }

main section article {
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto 2em auto;
  padding: 2ex;
  border: 1px solid white;
  }
@media screen and (max-width: 400px) {
  main section article {
    margin: 0 0 2em 0;
    border: none;
    width: auto;
    }
  }
article#toolbar {
  margin-bottom: 0;
  border-bottom: none;
  padding: 5px 2ex;
  background: #222;
  color: white;
  }
article#toolbar select {
  font: inherit;
  color: inherit;
  border: 1px solid silver;
  background: transparent;
  padding: 0 1ex;
  }
article#toolbar select * {
  color: white;
  border: none;
  background: #333;
  }
article#toolbar select[disabled] {
  color: #666;
  border: 1px solid transparent;
  background: black;
  }
article#toolbar button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 1px solid #444;
  padding: 0 1ex;
  }
article#toolbar button:hover {
  cursor: pointer;
  background: #333;
  border: 1px solid silver;
  }
article .inner { background: white; padding: 2ex;}
#dashboard .inner h3 { text-align: center; margin-bottom: 3ex; }
.fancybox-content .inner { text-align: left; }

section h2 {
  font-family: "Poiret One";
  font-weight: normal;
  font-size: 200%;
  margin: 0;
  padding: 1ex 0;
  text-align: center;
  }
section h2 img {
  position: relative;
  top: .75ex;
  }
article h3 {
  font-family: Railway;
  font-weight: 200;
  font-size: 150%;
  margin: 0;
  padding: 1ex 0;
  }

#dashboard ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  }
#dashboard ul li {
  display: block;
  width: 20vw;
  max-width: 15em;
  max-height: 15em;
  margin: 0 0 2em 0;
  padding: 0;
  }
#dashboard ul li a * {
  display: block;
  margin: 1ex auto;
  text-align: center;
  }
#dashboard ul li a:hover * { filter: contrast(125%); }
#dashboard ul li img {
  width: 12vw;
  height: 12vw;
  max-width: 100px;
  max-height: 100px;
  }

div.default {
  margin: 0;
  padding: 20vh 0;
  text-align: center;
  font-size: 3vh;
  background: #F2F1EF;
  background-size: contain;
  color: #222;
  }

footer {
  background: black;
  color: silver;
  margin: 0;
  padding: 5ex 0;
  position: relative;
  z-index: 1001;
  }

.fileicon {
  float: left;
  border: 1px solid #DDD;
  text-align: center;
  margin: 0 2em 1em 0;
  padding: 1ex;
  }
.fileicon.marked { background: Highlight; }
.fileicon img {
  width: 10ex;
  height: 10ex;
  }

button[data-rel=save] img{
  height: 5ex;
  width: 5ex;
 }

#accordion input[type=text],
#accordion input[type=password],
#accordion input[type=phone],
#accordion input[type=email],
#accordion input[type=number] {
  padding: .5ex;
  border-radius: .5ex;
  border: 1px solid silver;
  }

#profile table td { padding: 0 1em 0 0; }
#profile table td input { width: 100%; }
#profile table td.zip input { width: 3em; }
#profile input.error { border-color: red; }

#contextmenu ul {
  margin: 0;
  padding: 0;
  }
#contextmenu ul { list-style: none; }
#contextmenu ul li {
  margin: 0;
  padding: 3px 1ex;
  cursor: pointer;
  }
#contextmenu ul li:hover {
  background-color: #E9E9E9;
  color: black;
  }
details summary {
  cursor: pointer;
  padding: 1ex 0;
  }
details summary:hover { background: #DDD; }

progress {
  width: 100%;
  height: 5px;
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: top;
  }

#page a[href^='tel:'] {
  text-decoration: none;
  padding: 1ex 1ex 1ex 5ex;
  border: 1px solid transparent;
  border-radius: 2ex;
  background: url("images/phone.png") left center no-repeat;
  background-size: contain;
  transition: 0.5s background ease-in;
  color: inherit;
  }
#page a[href^='tel:']:hover,
.mobile #page a[href^='tel:'] {
  background-color: #77B3D4;
  color: white;
  transition: 0.5s background-color ease-out;
}

#formmailer {
  display: block;
  width: 66vw;
  min-width: 200px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  }
#formmailer select {
  font: inherit;
  color: inherit;
  border: 1px solid #DDD;
  background: transparent;
  padding: 1ex;
  border-radius: .5ex;
  }
#formmailer select * {
  border: none;
  background: #444;
  color: white;;
  }
#formmailer textarea {
  width: calc(100% - 2ex);
  margin-top: 2ex;
  height: 6em;
  padding: 1ex;
  font: inherit;
  border: 1px solid #DDD;
  border-radius: 1ex;
  }
#formmailer button {
  color: black;
  padding: 1ex 2ex 1ex 5ex;
  border: 1px solid transparent;
  border-radius: 2ex;
  background: url("images/mail.png") left center no-repeat #A4F060;
  background-size: contain;
  transition: 0.5s box-shadow ease-in;
  font: inherit;
  }
#formmailer button:hover {
  cursor: pointer;
  box-shadow: 0 0 2ex -1ex black;
  transition: 0.5s box-shadow ease-out;
  transition: 0.5s filter ease-out;
  }
#formmailer button:disabled {
  filter: grayscale(100%);
  box-shadow: none!important;
  }

footer { background: #222; z-index: 998;}
footer section {
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto 5em auto;
  padding: 0 0 1em 0;
  font-size: calc(10px + .2vw);
  box-shadow: inset 0 -10px 10px -10px #181818;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  }
footer article {
  width: 20em;
  margin: 1em;
}
footer article button {
  background: none;
  font: inherit;
  color: inherit;
  border: 1px solid #333;
  width: calc(80% + 2ex);
  padding: 1ex;
  }
footer article button:hover { box-shadow: 0 0 3ex -1ex black; cursor: pointer;}
footer p { margin: 0 0 1ex 0; }
footer h3 { font-family: "Poiret One"; font-size: 150%; }
footer small { font-size: 11px; }
footer a { color: inherit; text-decoration: none;}
footer a img { position: relative; bottom: -1.5ex; width: 4ex; height: 4ex; margin-right: 0.66ex; filter: grayscale(100); }
footer a:hover { text-decoration: underline; }
footer a:hover img { filter: none; }

.mobile footer article { margin-left: 2em; }


.ui-dialog { z-index: 1000 !important ;}
