@font-face {
  font-family: 'HelveticaRoundedBold';
  src: url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/HelveticaRoundedBold/HelveticaRoundedBold.eot?#iefix");
  src: url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/HelveticaRoundedBold/HelveticaRoundedBold.eot?#iefix") format("eot"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/HelveticaRoundedBold/HelveticaRoundedBold.woff2") format("woff2"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/HelveticaRoundedBold/HelveticaRoundedBold.woff") format("woff"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/HelveticaRoundedBold/HelveticaRoundedBold.ttf") format("truetype"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/HelveticaRoundedBold/HelveticaRoundedBold.svg#HelveticaRoundedBold") format("svg");
}

@font-face {
  font-family: "ZHAW Glyphicons";
  src: url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.eot");
  src: url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.woff2") format("woff2"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.ttf") format("truetype"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.woff") format("woff"), url("https://www.zhaw.ch/typo3conf/ext/zhaw_package_www/Resources/Public/Fonts/ZhawGlyphicons/zhaw_glyphicons-webfont.svg#ZHAW Glyphicons") format("svg");
}

button {
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
}

header {
  background-color: #0064a6;
  color: #ffffff;
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: normal;
  margin-top: 0px;
}

h1,
h2 {
  text-align: center;
}

header a {
  color: #ffffff;
  text-decoration: none;
}

header a:hover {
  outline: none;
}

brand {
  display: inline-block;
  font-size: 2.5rem;
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

lead {
  display: block;
  font-size: 3rem;
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #8a8a8a;
  margin-top: 35px;
  margin-bottom: 38px;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

pre {
  overflow: auto;
  max-height: 25rem;
}

/* Snackbar for quick Display */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* Forms */
form {
  background-color: #e0e0e0;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 37px;
}

form button[type=submit] {
  font-size: 1.8em;
  width: 50%;
  position: absolute;
  left: 25%;
}

legend {
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  color: #8a8a8a;
}

label,
legend,
fieldset {
  display: block;
  margin-bottom: .5rem;
  border: none;
}

label {
  margin-top: 35px;
}

textarea,
select,
input {
  width: 100%;
  color: #0064a6;
  padding: 6px 10px;
  font-size: 2rem;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
}

textarea:focus,
select:focus,
input:focus {
  border: 1px solid #0064a6;
  outline: 0;
}

input,
textarea {
  border: none;
}

input:focus,
textarea:focus {
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #0064a6;
}

section {
  overflow: auto;
}

/* Glyphicons */
.glyphicon {
  position: relative;
  display: inline-block;
  font-family: "ZHAW Glyphicons";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-circle {
  border-radius: 50%;
  margin: 0 auto;
}

.glyphicon-circle-white {
  background-color: #ffffff;
}

.glyphicon-circle-lightgrey {
  background-color: #e0e0e0;
}

.glyphicon-circle-40 {
  width: 40px;
  height: 40px;
}

.glyphicon-circle .glyphicon {
  text-align: center;
  top: 0;
  width: 100%;
}

.glyphicon-circle-40 .glyphicon {
  line-height: 40px;
}

.glyphicon-close:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-phone:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-map:before {
  content: "\e007";
}

.glyphicon-envelope:before {
  content: "\e008";
}

.glyphicon-twitter:before {
  content: "\e010";
}

.glyphicon-instagram:before {
  content: "\e011";
}

.glyphicon-youtube:before {
  content: "\e012";
}

.glyphicon-facebook:before {
  content: "\e013";
}

.glyphicon-linkedin:before {
  content: "\e016";
}

.glyphicon-xing:before {
  content: "\e017";
}

.glyphicon-blog:before {
  content: "\e022";
}

.glyphicon-chevron-left:before {
  content: "\e071";
}

.glyphicon-arrow-right:before {
  content: "\e074";
}

.glyphicon-chevron-down:before {
  content: "\e078";
}

.glyphicon-triangle-down:before {
  content: "\e084";
}

.glyphicon-zhaw:before {
  content: "\e900";
}

/* Sakura.css v1.3.1
 * ================
 * Minimal css theme.
 * Project: https://github.com/oxalorg/sakura/
 */
/* Body */
html {
  font-size: 62.5%;
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  font-size: 2rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.25;
  max-width: 58em;
  margin: auto;
  color: rgba(0, 0, 0, 0.85);
  background-color: #ffffff;
  padding: 15px;
}

@media (max-width: 684px) {
  body {
    font-size: 1.7rem;
  }
}

@media (max-width: 382px) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HelveticaRoundedBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 38px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

h1 {
  font-size: 4.6rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
  margin-top: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 2.5rem;
}

small,
sub,
sup {
  font-size: 75%;
}

hr {
  border-color: #0064a6;
}

a {
  text-decoration: underline;
  color: #0064a6;
}

a:hover {
  outline: 2px dotted #333333;
  outline-offset: 2px;
}

ul {
  padding-left: 1.4em;
  margin-top: 0px;
  margin-bottom: 2.5rem;
}

li {
  margin-bottom: 0.4em;
}

blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 0.8em;
  border-left: 5px solid #0064a6;
  margin-bottom: 2.5rem;
  background-color: #e0e0e0;
}

blockquote p {
  margin-bottom: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 2.5rem;
}

/* Pre and Code */
pre {
  background-color: #e0e0e0;
  display: block;
  padding: 1em;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 2.5rem;
}

code {
  font-size: 0.9em;
  padding: 0 0.5em;
  background-color: #e0e0e0;
  white-space: pre-wrap;
}

pre > code {
  padding: 0;
  background-color: transparent;
  white-space: pre;
}

/* Tables */
table {
  text-align: justify;
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 0.5em;
  border-bottom: 1px solid #e0e0e0;
}

/* Buttons, forms and input */
textarea {
  width: 100%;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #0064a6;
  color: #ffffff;
  border-radius: 1px;
  border: 1px solid #0064a6;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button[disabled],
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  cursor: default;
  opacity: .5;
}

.button:focus:enabled, .button:hover:enabled,
button:focus:enabled,
button:hover:enabled,
input[type="submit"]:focus:enabled,
input[type="submit"]:hover:enabled,
input[type="reset"]:focus:enabled,
input[type="reset"]:hover:enabled,
input[type="button"]:focus:enabled,
input[type="button"]:hover:enabled {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  outline: 0;
}

input[type="checkbox"]:focus {
  outline: 1px dotted #0064a6;
}
