@import url("/fonts.css");
#headerCenter {
  justify-content: center;
}
#headerRight {
  text-align: right;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
#headerBottom {
  text-align: center;
}
/** 
    @activeSpecial: gives links special decoration on active-state
        options: 
 	   'grow-underline': underline grows under text of active link   
*/
.teaser {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .teaser {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .teaser {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    padding-right: 30px;
  }
}
.teaser > img {
  max-width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  margin: 2em auto;
}
.teaser footer {
  text-align: center;
  margin-top: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .teaser footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-bottom: 30px;
  }
}
.teaser footer a {
  background: #1482cc;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 2px;
  font-weight: bold;
  color: white;
  transition: 0.3s;
}
.teaser footer a:hover {
  text-decoration: none;
  background: #299cea;
}
.teaser footer a:after {
  content: " »";
}
.teaser > * {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .news > .contentBox {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .news > .contentBox {
    gap: 30px;
  }
}
.news > .contentBox > .teaser {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .news > .contentBox > .teaser {
    width: 50%;
  }
}
body > section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body > section > * {
  max-width: 992px;
  margin: auto;
}
body > section:nth-child(odd) {
  background: #eee;
}
/******* optional Hilfs-Mixins *******/
/****** special classes *****/
.jumbotron {
  height: 160px;
  background-size: cover;
  background-position: center center;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    height: 450px;
    font-size: 1.3rem;
  }
}
/****** standard-css */
* {
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.contentBox > h1,
.contentBox > h2,
.contentBox > h3,
.contentBox > h4,
.contentBox > h5,
.contentBox > h6 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 30px;
  }
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  /*	
TODO wofür ist das nochmal gut?
@media @lg{
	    max-width: none;
	}
*/
}
.floatLeft {
  margin-right: 20px;
}
.floatRight {
  margin-left: 20px;
}
iframe {
  width: 100%;
  height: 400px;
}
.fullWidth {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.error {
  color: red;
}
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.contentPadding,
article,
form {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 30px;
  }
}
html,
body {
  height: 100%;
}
.pageWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
main {
  flex: 1 0 auto;
}
#headerTop {
  display: flex;
  align-items: center;
  min-height: 45px;
}
@media (min-width: 768px) {
  #headerTop > * {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.container,
main > *,
.contentBox > *,
.headerWrapper > header,
.footerWrapper > footer,
section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}
.paddingContainer {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .paddingContainer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .paddingContainer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .paddingContainer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .paddingContainer {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paddingContainer {
    padding-left: calc(50% - 466px);
    padding-right: calc(50% - 466px);
  }
}
.contentBox {
  width: 100%;
  max-width: 100%;
}
main > section {
  width: 100%;
  max-width: 100%;
}
.burger {
  min-width: 24px;
  margin-left: auto;
  min-height: 2.5rem;
  position: relative;
  top: -2px;
}
.burger .line {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  html > body.hasBurger nav:not(.noburger) {
    display: none;
  }
  .burgerNav a.active {
    background: #1482cc;
  }
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.burgerNav h2 {
  text-align: left;
}
.burgerNav .nestingIndicator {
  background: #1482cc;
}
.burgerNav .nestingIndicator + .nestingIndicator {
  background: #1482cc;
}
.burgerNav h2.expanded[data-nesting-level='1']:after {
  background-color: #1482cc;
}
.burgerNav h2.expanded[data-nesting-level='1']:after + nav {
  color: #1482cc;
}
.burgerNav h2.expanded[data-nesting-level='2']:after {
  background-color: #1482cc;
}
.burger {
  width: 3.2rem;
  height: 100%;
}
.burgerNav .nestingIndicator + .nestingIndicator {
  background-color: #40a7ec;
}
html {
  font-family: Roboto, "Helvetica Neue", Arial, Sans, sans-serif;
  font-size: 15px;
}
body {
  min-height: 100vh;
  color: #444;
  background: white;
}
body.insideFrame .portalMenuPlaceholder {
  width: 2.875rem;
}
body.insideFrame .burgerMenuItems nav > * {
  left: 20%;
}
html:not(.burgered) body.insideFrame .burgerMenuItems {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.headerWrapper {
  background: #fff;
  flex-shrink: 0;
}
.headerWrapper header {
  display: block;
  padding: 0px 10px 0px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .headerWrapper header {
    display: flex;
    padding: 0px 20px 0px 20px;
  }
}
@media (min-width: 992px) {
  .headerWrapper header {
    padding: 0px 30px 0px 30px;
  }
}
.headerWrapper header > * {
  display: flex;
  align-items: center;
}
.logo {
  margin: 0 1em 0 0;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .logo {
    margin: 0 1em 0 0;
  }
}
@media (min-width: 992px) {
  .logo {
    left: 0;
    margin: 0 2em 0 0;
  }
}
.logo > img {
  height: 30px;
  max-width: none;
  max-height: 100%;
}
@media (min-width: 768px) {
  .logo > img {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .logo > img {
    height: 60px;
  }
}
nav a {
  text-decoration: none;
  color: inherit;
}
nav a:hover,
nav a:active {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
.headerWrapper nav {
  display: flex;
  align-items: stretch;
  height: 100%;
  white-space: nowrap;
}
.headerWrapper nav a {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  padding: 0 1em;
  position: relative;
  transition: 0.2s;
}
.headerWrapper nav a.over,
.headerWrapper nav a.active {
  color: #49abed;
  background-color: transparent;
}
.headerWrapper nav a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #49abed;
  top: calc(50% + 1em);
  transition: 0.2s;
}
.headerWrapper nav a.active {
  text-decoration: none;
}
.headerWrapper nav a.active:after {
  width: 100%;
}
.headerWrapper nav .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
.headerWrapper nav .dropdown > a.active {
  background: transparent;
  color: #49abed;
}
.headerWrapper nav .dropdown > a.over {
  background: transparent;
  text-decoration: none;
  color: #49abed;
}
#headerBottom {
  text-align: center;
}
@media (min-width: 768px) {
  #headerBottom nav {
    display: inline-flex;
  }
  #headerBottom nav a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
  }
}
#headerTop {
  padding-right: 0;
}
.headerWrapper {
  background: #111;
}
.headerWrapper nav {
  font-size: 1.1em;
  margin-right: 11rem;
}
.headerWrapper nav > a {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.headerWrapper nav > a.active:after {
  left: 0.9em;
  width: calc(100% - 1.8em);
}
.headerWrapper nav > a:after {
  height: 4px;
}
@media (min-width: 992px) {
  .headerWrapper nav > a:after {
    top: 4.2em;
  }
}
main > nav,
nav.secondary {
  max-width: 100%;
  background: #181818;
  color: #fff;
  position: relative;
  text-align: center;
}
main > nav > a,
nav.secondary > a,
main > nav .dropdown > a,
nav.secondary .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
main > nav > a.active,
nav.secondary > a.active,
main > nav .dropdown > a.active,
nav.secondary .dropdown > a.active {
  background: white;
  color: #444;
}
main > nav > a.over,
nav.secondary > a.over,
main > nav .dropdown > a.over,
nav.secondary .dropdown > a.over {
  background: white;
  text-decoration: none;
  color: #444;
}
main > nav {
  z-index: 10;
}
main > nav > a {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  transition: 0.5s;
  border-top: 0;
  padding-bottom: 0.6rem;
}
main > nav > a.icon {
  padding-left: 0.9rem;
}
main > nav > a.active {
  background: linear-gradient(to bottom, #1482cc 5px, white 6px) !important;
  border-bottom-color: white;
}
main > nav > a.active:before {
  filter: brightness(0) invert(25%);
}
main > nav > a.over {
  border-bottom-color: white;
}
main > nav > a.over:before {
  filter: brightness(0) invert(20%);
}
main > nav > a:before {
  filter: brightness(0) invert(100%);
  transition: 0.5s;
}
.sites:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/web.svg);
}
.teampresence:before {
  background-image: url(/media/team-work-logo.svg);
}
.calls:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/phone.svg);
}
.letters:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/feather.svg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #393939;
  margin-left: auto;
  margin-right: auto;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
.columns {
  padding: 0;
  gap: 30px;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .columns > * {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .columns {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.columns.reverse {
  flex-direction: row-reverse;
}
.columns > * {
  margin-left: 7px;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .columns > * {
    margin: 0;
  }
}
body {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.4;
  word-spacing: 0.15em;
}
@media (min-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.15rem;
  }
}
article img,
.phrase img,
div.text img {
  margin-bottom: 15px;
  margin-top: 5px;
}
article time,
.phrase time,
div.text time {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}
article:after,
.phrase:after,
div.text:after {
  content: '';
  display: block;
  clear: both;
}
article > img:first-child {
  display: block;
  box-sizing: content-box;
  margin-left: -10px;
  margin-top: -10px;
  width: calc(100% + 10px * 2);
  top: 0;
}
@media (min-width: 768px) {
  article > img:first-child {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 20px * 2);
  }
}
@media (min-width: 992px) {
  article > img:first-child {
    margin-left: -30px;
    margin-top: -30px;
    width: calc(100% + 30px * 2);
  }
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
a {
  color: #137cc3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form {
  max-width: 800px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-right: 30px;
  }
}
form .row {
  display: flex;
  justify-content: space-between;
}
form .row > * {
  flex: 1;
}
form .row > .field {
  margin-left: 1em;
  margin-right: 1em;
}
form .row > .field:first-child {
  margin-left: 0;
}
form .row > .field:last-child {
  margin-right: 0;
}
form .row > .FileField > input[type='file'] + label > button {
  margin-top: 0;
}
form footer {
  text-align: center;
}
.row {
  /* in rows the vertical margins don't collapse, so apply only margin-top */
}
.row .field {
  margin-bottom: 0;
  margin-top: 4em;
}
.field {
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}
input {
  font-size: inherit;
}
input[type='text'],
input[type='email'],
input[type='number'],
select {
  outline: 0;
  width: 100%;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
select:focus {
  box-shadow: inset 0 -1px #444;
  border-color: transparent;
}
textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
textarea:focus {
  box-shadow: -1px 1px #444 inset, 1px -1px #444 inset;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  display: inline-block;
  min-height: 2em;
}
input[type='checkbox'] + label::before,
input[type='checkbox'] + label::before,
input[type='radio'] + label::before,
input[type='radio'] + label::before {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=radio] + label::before {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background-color: #1482cc;
  border-color: #1482cc;
  transition: 0.2s;
}
input[type='radio']:checked + label::before {
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox'] + label::before {
  width: 18px;
  height: 18px;
}
input[type='checkbox']:checked + label::before {
  box-shadow: none;
  background-image: url(//cdn.justedit.com/material-design/ic_check_18px.svg/fff);
  background-position: center center;
  background-repeat: no-repeat;
}
input,
textarea,
button,
select,
.buttons .option {
  padding: 8px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #444;
  border-radius: 3px;
  font-size: inherit;
  font-family: inherit;
}
label {
  padding-left: 7px;
  color: #444;
  line-height: 1.2;
}
label:not([for]) {
  display: block;
  color: inherit;
}
label > .text:empty {
  display: none;
}
input[type="text"]:required ~ label:after,
input[type="email"]:required ~ label:after,
textarea ~ label:after,
input[type="file"]:required ~ label > .text:after {
  content: ' *';
}
button,
.buttons .option,
input[type='submit'] {
  background-color: #1482cc;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding: 10px 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  border-color: #1273b5;
  line-height: 1.2;
}
button:hover,
.buttons .option:hover,
input[type='submit']:hover {
  background-color: #1691e3;
  transition: 0.5s;
}
.helperText,
.word-counter,
.thumbnail > .text {
  margin: 7px;
  font-size: 0.95em;
  color: #888;
}
.word-counter {
  float: right;
}
.errorText:not(:empty) {
  font-size: 0.95em;
  padding: 7px;
  color: red;
}
.helperText:not(:empty) + .errorText {
  padding-top: 0;
}
.thumbnail {
  background: #f2f2f2;
}
.thumbErrorText {
  color: red;
}
.buttons > label {
  position: absolute;
}
.buttons .option {
  position: relative;
}
.buttons .option:after {
  content: '\00a0';
  font-size: 0.9rem;
  width: 1px;
  line-height: 1.2;
}
.buttons .option > input {
  display: none;
}
.buttons .option > label {
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.buttons .option > label:before,
.buttons .option > label:after {
  display: none !important;
}
.buttons .option > input:checked + label {
  background-color: #299cea;
}
.splitWidget > * {
  display: inline;
  margin: 0 1px 0 0;
  border-radius: 0 !important;
  vertical-align: middle;
}
.splitWidget > * > *:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.splitWidget > * > *:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  margin-right: 0;
}
.ComboField > select {
  color: inherit;
}
.ComboField > input[type] {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 14px);
}
.field {
  position: relative;
}
input[type] {
  margin-bottom: 0;
}
input[type='text'],
input[type='email'],
input[type='number'],
select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
input[type='text'] + label,
input[type='email'] + label,
input[type='number'] + label,
textarea + label,
select + label,
.splitWidget + label,
.buttons > label {
  position: absolute;
  top: 0;
  left: 7px;
  padding-left: 0;
  padding-top: 7px;
  width: 100%;
  transition: 0.2s;
  transform-origin: left top;
}
textarea {
  margin-top: 0.5rem;
}
textarea + label {
  margin-top: 0;
}
input[type='text']:focus + label,
input[type='text'].hasContent + label,
input[type='text'][data-has-value='true'] + label,
input[type='email']:focus + label,
input[type='email'].hasContent + label,
input[type='email'][data-has-value='true'] + label,
input[type='number']:focus + label,
input[type='number'].hasContent + label,
input[type='number'][data-has-value='true'] + label,
select:focus + label,
select[data-has-value='true'] + label,
select.hasContent + label,
.ComboField > label {
  transform: translateY(-1.6rem) scale(0.95);
}
textarea:focus + label,
textarea.hasContent + label,
textarea[data-has-value='true'] + label,
.splitWidget + label,
.buttons > label {
  transform: translateY(-2rem) scale(0.95);
}
input[type='text']:focus + label,
input[type='email']:focus + label,
input[type='number']:focus + label,
textarea:focus + label,
select:focus + label {
  color: #1482cc;
}
input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type='file'] + label {
  padding: 0;
  display: block;
  cursor: pointer;
}
input[type='file'] + label > .text {
  padding-left: 7px;
}
input[type='file'] + label > button {
  display: block;
  width: 100%;
  pointer-events: none;
  margin: 0;
  margin-top: 0.5em;
}
input[type='file']:focus + label {
  color: #1482cc;
}
input[type='file']:focus + label > button {
  border: 1px dashed #1482cc;
}
input[type='file'] + label:hover > button {
  background-color: #1691e3;
  transition: 0.5s;
}
select {
  font-family: inherit;
  font-size: inherit;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  /* FF has unusual height calculation */
  padding-top: 0;
  padding-bottom: 0;
  height: calc(1.2em + 8px + 8px);
}
select:focus,
select[data-has-value="true"] {
  color: inherit;
}
select ~ .arrow {
  padding: 8px 7px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
  background: url(//cdn.justedit.com/materialdesignicons/chevron-down.svg/444) center center no-repeat;
  transform-origin: center center;
  transition: 0.2s;
  pointer-events: none;
}
select ~ label {
  pointer-events: none;
}
select:focus ~ .arrow {
  transform: rotate(180deg);
}
select:focus {
  outline: none;
}
option {
  outline: none;
}
label {
  color: #444;
}
.field,
form > .text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
form > .text {
  margin-bottom: 0.5rem;
}
input[type="text"],
input[type="email"],
textarea {
  display: block;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: inset 0 -1px #1482cc;
  border-color: #1482cc;
}
.pageWrapper button[type="submit"] {
  display: block !important;
  font-weight: bold;
  transition: 0.5s;
  max-width: 600px;
  margin: auto;
  margin-top: 1rem;
  padding-left: 4rem !important;
  padding-right: 3rem !important;
}
.pageWrapper button[type="submit"]:hover {
  color: white;
  background-color: #1691e3;
  border-color: #444;
}
.pageWrapper button[type="submit"]:hover:before {
  filter: brightness(0) invert(100%) !important;
}
.pageWrapper button[type="submit"]:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/send.svg);
}
.footerWrapper {
  flex-shrink: 0;
  font-size: 0.9em;
  background: #202020;
  color: white;
}
.footerWrapper > footer {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .footerWrapper > footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footerWrapper > footer {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .footerWrapper > footer {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .footerWrapper > footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .footerWrapper > footer {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .footerWrapper > footer {
    padding-right: 30px;
  }
}
.footerWrapper a {
  display: inline-block;
  padding: 10px;
  color: white;
}
.footerWrapper a.over,
.footerWrapper a.active {
  color: white;
  text-decoration: none;
  background: #1482cc;
}
.footerWrapper h1,
.footerWrapper h2,
.footerWrapper h3,
.footerWrapper h4 {
  color: white;
}
h1,
h2,
h3 {
  font-family: Rosario, sans-serif;
  font-weight: 700;
  color: #393939;
}
h1.colored,
h2.colored {
  color: #137cc3;
}
em {
  font-style: normal;
  color: #1482cc;
}
.serious > h1 {
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  text-align: left;
}
@media (min-width: 992px) {
  .serious > h1 {
    text-align: left;
  }
}
h1 {
  text-align: center;
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  text-align: center;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  div,
  p {
    line-height: 1.5;
  }
}
.agb tr:nth-child(even) {
  background: none;
}
.agb td {
  vertical-align: top;
}
.agb td:first-child {
  min-width: 2rem;
}
td {
  padding: 6px 10px;
}
.icon.phone > a {
  color: white;
  text-decoration: none;
}
.icon.phone:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/phone.svg/fff);
}
.icon.mail {
  color: white;
}
.icon.mail > * {
  display: inline;
}
.icon.mail:before {
  background-image: url(//cdn.justedit.com/material-design/ic_email_24px.svg/fff);
  margin-right: 4px;
}
.icon.mail:after {
  user-select: all;
}
.icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin-right: 6px;
  background-size: 100% 100%;
}
.headerWrapper {
  z-index: 10;
  /* prevents nav from being covered by animation in FF83 */
  transform-style: preserve-3d;
}
.headerWrapper #headerTop {
  display: flex;
  background-color: #202020;
}
@media (min-width: 768px) {
  .headerWrapper #headerTop > .logo {
    display: none;
  }
}
.headerWrapper #headerTop > * {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.headerWrapper .icon {
  display: none;
}
@media (min-width: 768px) {
  .headerWrapper .icon {
    display: inline-block;
  }
}
.headerWrapper > header {
  display: flex;
  min-height: 3.5rem;
}
@media (min-width: 768px) {
  .headerWrapper > header {
    min-height: 6rem;
  }
}
@media (min-width: 992px) {
  .headerWrapper > header {
    min-height: 8rem;
  }
}
.headerWrapper nav {
  font-weight: 400;
}
.headerWrapper nav a {
  border-bottom: 4px solid transparent;
  padding-top: 4px;
  line-height: 3.5rem;
}
.headerWrapper .social-media-bar {
  margin-left: auto;
  display: none;
}
.headerWrapper .social-media-bar > a {
  width: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48px;
  border-bottom: 0;
}
.headerWrapper .social-media-bar .facebook {
  background-image: url("//cdn.justedit.com/materialdesignicons/facebook-box.svg/393939");
}
.footerWrapper {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  font-weight: 500;
  z-index: 2;
}
.footerWrapper table {
  border-spacing: 0;
  border-collapse: collapse;
}
.footerWrapper td {
  padding: 0;
}
.footerWrapper a {
  padding: 20px;
}
.footerWrapper > footer > .columns {
  text-align: justify;
}
@media (min-width: 768px) {
  .footerWrapper > footer > .columns {
    display: flex;
    justify-content: space-between;
  }
}
.footerWrapper > footer > .columns > div {
  display: inline-block;
  flex: auto;
  vertical-align: top
            ;
}
.footerWrapper nav > a {
  color: #6fbcf1;
  text-decoration: none;
  font-weight: 500;
  padding: 0;
  display: inline;
}
.footerWrapper nav > a:after {
  content: "\A";
  white-space: pre;
}
.footerWrapper nav > a.active,
.footerWrapper nav > a.over {
  background-color: transparent;
  color: #6fbcf1;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footerWrapper .icon {
    position: relative;
    padding-left: 32px;
  }
  .footerWrapper .icon:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
  }
}
.footerWrapper h3 {
  margin-top: 1rem !important;
}
.footerWrapper .place:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/map-marker.svg/fff);
  top: 2px;
}
.footerWrapper .legal:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/scale-balance.svg/fff);
}
.footerWrapper .contact:before {
  background-image: url(//cdn.justedit.com/materialdesignicons/human-greeting-variant.svg/fff);
  background-position: 0 60%;
}
@media (min-width: 768px) {
  .footerWrapper .contact {
    margin-top: 0.3em;
  }
}
.contentBox.starWarsBg {
  background-image: url(/media/decoration/matrix.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#content > nav a {
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 4px;
  text-decoration: none;
}
#content > nav a:not(:first-child) {
  margin-left: 1px;
}
#content > nav a.active,
#content > nav a.over {
  background: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
main,
#content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main > nav,
#content > nav {
  width: 100%;
}
main > *,
.contentBox > * {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  main > *,
  .contentBox > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.contentBox {
  padding: 0 !important;
  background: white;
}
.jumbotron {
  font-family: Rosario;
  z-index: 1;
}
@media (min-width: 992px) {
  .jumbotron {
    font-size: 1.5rem;
  }
}
.jumbotron.home {
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 52%;
  font-size: 2rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  position: relative;
  height: 300px;
  background-image: url(/media/home-jumbotron-bg-s-opt.jpg);
  background-position-y: 100%;
}
@media (min-width: 768px) {
  .jumbotron.home {
    background-image: url(/media/home-jumbotron-bg-md-opt.jpg);
    height: 400px;
  }
}
@media (min-width: 992px) {
  .jumbotron.home {
    height: 600px;
    justify-content: center;
    font-size: 3rem;
    /*
        background-size: 70% auto, 100% 10px, cover;
        background-position: 115% bottom, bottom;
        */
  }
  .jumbotron.home > .container {
    width: 992px;
    text-align: left;
  }
}
.jumbotron.home .slogan {
  font-family: Rosario;
  line-height: 1.2;
  font-size: 1.1em;
  color: #393939;
  text-shadow: none;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: white;
  text-align: center;
}
.jumbotron.home .intro {
  margin-bottom: 0.8rem;
  text-align: center;
  font-family: Rosario;
  font-weight: 500;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .jumbotron.home .intro {
    margin-top: 10px;
  }
}
.translucent-bright {
  background: rgba(255, 255, 255, 0.92);
}
@media (min-width: 768px) {
  .translucent-bright {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}
.jumbotron.webdesign {
  background-image: url(/media/decoration/responsive-webdesign.jpg);
}
.webdesign-success {
  background-image: url('/media/decoration/rocket.svg'), url('/media/decoration/rocket-bg.svg');
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: left 2000px, center center;
}
.webdesign-success > h1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .webdesign-success > h1 {
    margin-left: auto;
    margin-right: auto;
  }
}
.webdesign-success > article {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}
@media (min-width: 992px) {
  .webdesign-success > article {
    border-radius: 10px;
  }
}
.webdesign-success > article .heroText {
  background: rgba(3, 19, 30, 0.5);
  border-radius: 10px;
  text-wrap-style: balance;
  margin: auto;
  padding: 0.5rem 0.5rem;
  width: 90%;
}
@media (min-width: 768px) {
  .webdesign-success > article .heroText {
    padding: 1rem 2rem;
    width: 80%;
  }
}
.webdesign-success .text {
  max-width: 750px;
}
.ctaContactBox {
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.ctaContactBox > .phone > div {
  display: inline;
  margin-right: 0.7rem;
}
@media (min-width: 768px) {
  .ctaContactBox > .phone > div {
    margin-right: 0;
  }
}
.ctaContactBox > .phone > div:after {
  display: none;
}
.ctaContactBox > .phone > .openingHoursHint {
  display: inline-block;
}
@media (min-width: 768px) {
  .ctaContactBox > .phone > .openingHoursHint {
    margin-left: 1rem;
  }
  .ctaContactBox > .phone > .openingHoursHint:before {
    content: url(//cdn.justedit.com/materialdesignicons/arrow-left.svg/444);
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem;
    display: inline-block;
    vertical-align: middle;
  }
}
.ctaContactBox .phone,
.ctaContactBox .email {
  margin-bottom: 0.5rem;
}
.ctaContactBox .phone > .text:before {
  content: url(//cdn.justedit.com/materialdesignicons/phone.svg/2e7dc4);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.ctaContactBox .email:before {
  content: url(//cdn.justedit.com/materialdesignicons/email.svg/2e7dc4);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.ctaContactBox .toContactForm:before {
  content: url(//cdn.justedit.com/materialdesignicons/form-select.svg/2e7dc4);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.jumbotron.webapps {
  /*
    background-image: url(/media/decoration/AdobeStock_810760082-webapps-jumbo-opt.jpeg);
    */
  background-image: url(/media/decoration/puzzle-bg-left-bottom-143851414.svg), url(/media/decoration/puzzle-bg-right-top-143851414.svg), radial-gradient(circle at center, #fff, #fff 10px, #e3f2fc 50%);
  background-size: 40%, 40%, contain;
  background-repeat: no-repeat;
  background-position: left bottom, right top, center;
}
.jumbotron.webapps > .text {
  color: #555;
  text-shadow: 5px 5px 5px white, -5px -5px 5px white, -5px 5px 5px white, 5px -5px 5px white;
}
@media (min-width: 992px) {
  .jumbotron.webapps {
    height: 450px;
    background-size: 600px, 600px, contain;
  }
}
article.webapps {
  position: relative;
}
article.webapps .text {
  max-width: 800px;
}
article.webapps img {
  border-radius: 5px;
}
.jumbotron.portals {
  background-image: url(/media/decoration/portal-4-opt.jpeg);
}
.jumbotron.portals > .text {
  padding: 1rem 2rem;
  border-radius: 10px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.9);
  background: rgba(27, 76, 113, 0.4);
}
.jumbotron.cloud-solutions {
  background-image: url(/media/decoration/ai-colorized.svg), linear-gradient(to bottom, #07314c, #1691e3);
  background-size: 110%, 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 250px;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .jumbotron.cloud-solutions {
    align-items: center;
    background-size: contain, 100%;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .jumbotron.cloud-solutions {
    height: 450px;
  }
}
.jumbotron.cloud-solutions > .container {
  margin-left: 0;
  text-align: left;
  align-self: center;
}
@media (min-width: 992px) {
  .jumbotron.cloud-solutions > .container {
    margin-left: auto;
    width: 992px;
  }
}
.platform-difficult {
  background-image: url(/media/decoration/dev-illustration.svg), linear-gradient(to bottom, #062941, #40a7ec);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
}
.platform-difficult > h2 {
  font-size: 2.5rem;
}
.platform-difficult > div {
  background: rgba(255, 255, 255, 0.98);
  max-width: 550px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .platform-difficult > div {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .platform-difficult > div {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .platform-difficult > div {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .platform-difficult > div {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .platform-difficult > div {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .platform-difficult > div {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .platform-difficult > div {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .platform-difficult > div {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .platform-difficult > div {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .platform-difficult > div {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .platform-difficult > div {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .platform-difficult > div {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .platform-difficult > div {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 992px) {
  .platform-difficult {
    background-size: 1800px, cover;
  }
}
.jumbotron.contact {
  background-image: url(/media/decoration/hexagons-contact.svg), radial-gradient(circle at bottom, #fff, #fff 40%, #ececec);
  background-size: 2000px, 100%;
  background-position: top center;
  background-repeat: no-repeat;
  align-items: flex-start;
  border-bottom: 1px solid #6d6d6d;
  border-top: 1px solid #6d6d6d;
}
.jumbotron.contact > .slogan {
  align-self: center;
  color: #393939;
  text-shadow: 5px 5px 8px white, -5px -5px 8px white, -5px 5px 8px white, 5px -5px 8px white;
}
@media (min-width: 768px) {
  .jumbotron.contact > .slogan {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .jumbotron.contact > .slogan {
    align-self: flex-start;
    margin-top: 2.5rem;
  }
}
.contactForm {
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .contactForm {
    position: relative;
    margin-top: -300px;
    min-width: 600px;
    background: white;
    border-radius: 5px;
    padding-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .contactForm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 1px);
    height: 299px;
    border: 1px solid #6d6d6d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
  }
}
.grey {
  background: #e2e2e2;
}
.grey h2 {
  text-align: center;
}
iframe {
  flex: 1;
  border: 0;
  width: 100%;
  min-width: 100%;
}
.textAlign-left {
  text-align: left;
}
.textAlign-center {
  text-align: center;
}
.imgBlock {
  display: block;
  margin: auto;
}
.flexContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.homeNews {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ccc;
}
section > h1 {
  margin-left: auto;
  margin-right: auto;
}
section > h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
section:not(.plain) > h2 {
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.news {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #ddd;
  flex: 1;
  padding: 2rem 0;
}
.news > .contentBox {
  max-width: 992px !important;
  margin: auto;
  background: #ddd;
}
 > footer {
  background: #202020;
}
.cards > .text {
  background: white;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cards > .text {
    min-width: 400px;
  }
}
.cards > .text > p {
  padding: 20px 10px;
  flex: 1;
}
.cards > .text > footer {
  padding-bottom: 1.8rem;
}
.cards > .text > .image {
  height: 200px;
  background-size: cover;
}
.cards > .text > h2 {
  background: #202020;
  color: white;
  padding: 0.6em 0.3em;
  margin: 0;
}
@media (min-width: 768px) {
  .cards > .text > h2 {
    padding: 0.3em;
  }
}
@media (min-width: 992px) {
  .cards > .text > h2 {
    font-size: 1.7rem;
  }
}
.cards > .text > img {
  margin: 0;
  height: 277px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cards > .text {
    padding: 0;
  }
}
.contentBox .contentBox {
  padding: 0;
}
.contentBox {
  width: 100% !important;
  max-width: 100% !important;
}
.subtitle {
  color: white;
}
.slogan {
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .slogan {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .slogan {
    font-size: 3.3rem;
  }
}
.sloganTextShadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
/** override base.css + x */
.pageWrapper header .active,
.pageWrapper header .active:hover,
.pageWrapper header button:hover {
  background-color: inherit;
}
.pageWrapper h1 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  .pageWrapper h1 {
    margin-top: 0.5em;
    margin-bottom: 1.4em;
  }
}
.pageWrapper h2 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
@media (min-width: 768px) {
  .pageWrapper h2 {
    margin-top: 0.5em;
    margin-bottom: 1.4em;
  }
}
.pageWrapper h3 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.pageWrapper p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.pageWrapper input[type="text"],
.pageWrapper input[type="email"] {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  font-size: 16px;
}
@media (min-width: 768px) {
  .slim {
    max-width: 800px !important;
  }
}
.borderTop {
  border-top: 5px solid #eee;
}
.white {
  background: white;
}
@media (min-width: 768px) {
  .teasers {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.teaser {
  padding: 0;
  display: flex;
  max-width: 476px;
  margin: auto;
}
.teaser > article {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: white;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.teaser > article > h1,
.teaser > article > h2 {
  font-size: 1.9rem;
  background: #202020;
  color: white;
  margin: 0;
  padding: 0.5rem;
}
.teaser > article > time {
  margin: 0;
}
.teaser > article > .content {
  padding: 1rem;
}
.teaser > article > time {
  right: 0;
  padding: 0.8rem 1rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.teaser article > .text {
  margin-bottom: 0.5rem;
  flex: 1;
}
article > img:first-child {
  display: block;
  margin: auto !important;
}
@media (min-width: 768px) {
  article > img:first-child {
    max-height: 293px;
    height: 293px;
  }
}
.hero {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  width: calc(100% + 2 * 10px);
  left: -10px;
  top: -10px;
}
@media (min-width: 768px) {
  .hero {
    width: calc(100% + 2 * 20px);
    left: -20px;
    top: -20px;
  }
}
@media (min-width: 992px) {
  .hero {
    width: calc(100% + 2 * 30px);
    left: -30px;
    top: -30px;
  }
}
.hero > img {
  margin: 0;
  height: auto;
}
@media (min-width: 992px) {
  .hero > img {
    height: 662px;
  }
}
.hero + .columns {
  margin-top: 1rem !important;
}
.heroText {
  position: absolute;
  margin: auto;
  bottom: 1rem;
  width: 100%;
  font-family: Rosario;
  line-height: 1.2;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .heroText {
    font-size: 2rem;
    bottom: 2.5rem;
  }
}
time {
  text-align: right;
  line-height: 1;
}
.hidden {
  display: none;
}
.translucent {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0.5em 1em;
}
.cta,
.pageWrapper button[type="submit"] {
  font-family: Roboto;
  font-weight: 700 !important;
  background: transparent;
  border: 3px solid #202020;
  color: #202020;
  text-shadow: none !important;
  display: inline-block;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none !important;
  transition: 0.5s;
  font-size: 1.1em;
}
@media (min-width: 992px) {
  .cta,
  .pageWrapper button[type="submit"] {
    font-size: 1em;
  }
}
.cta.over,
.pageWrapper button[type="submit"].over {
  background-color: #1691e3;
  color: white;
  border-color: #444;
}
.cta.icon,
.pageWrapper button[type="submit"].icon {
  padding-left: 3rem;
  position: relative;
}
.cta.icon:before,
.pageWrapper button[type="submit"].icon:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0.6rem;
  top: calc(50% - 16px);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(20%);
  transition: 0.5s;
}
.cta.icon.over:before,
.pageWrapper button[type="submit"].icon.over:before {
  filter: brightness(0) invert(100%);
}
.webdesign:before {
  background: url(//cdn.justedit.com/materialdesignicons/web.svg);
}
.webapps:before {
  background: url(//cdn.justedit.com/materialdesignicons/hexagon-multiple.svg);
}
.cloud-solutions:before {
  background: url(//cdn.justedit.com/materialdesignicons/cloud-check-variant.svg);
}
.customer-portals:before {
  background: url(//cdn.justedit.com/materialdesignicons/atom.svg);
}
.portals ~ .text,
.portals ~ .ctaContactBox {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .portals ~ .text,
  .portals ~ .ctaContactBox {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .portals ~ .text,
  .portals ~ .ctaContactBox {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .portals ~ .text,
  .portals ~ .ctaContactBox {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .portals ~ .text,
  .portals ~ .ctaContactBox {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .portals ~ .text,
  .portals ~ .ctaContactBox {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .portals ~ .text,
  .portals ~ .ctaContactBox {
    padding-right: 30px;
  }
}
.FormPlugin {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.FormPlugin header {
  display: flex;
  align-items: center;
  background: #cfd8dc;
  color: #1482cc;
  height: 3rem;
  padding-left: 3px;
  font-weight: 500;
}
.FormPlugin > form {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.FormPlugin .page {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  max-width: 600px;
}
@media (min-width: 768px) {
  .FormPlugin .page {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .FormPlugin .page {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .FormPlugin .page {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .FormPlugin .page {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .FormPlugin .page {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .FormPlugin .page {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .FormPlugin .page {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .FormPlugin .page {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .FormPlugin .page {
    margin-top: 30px;
  }
}
.FormPlugin .RadioField > label {
  padding-left: 7px;
  margin-bottom: 7px;
}
.FormPlugin .stepsBar {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 3px;
}
.FormPlugin .stepsBar > .step {
  padding: 0 1.2em;
  position: relative;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  background-color: #1482cc;
  color: white;
}
@media (min-width: 768px) {
  .FormPlugin .stepsBar > .step {
    font-size: inherit;
  }
}
.FormPlugin .stepsBar > .step:not(:last-child) {
  border-right: 3px solid white;
}
.FormPlugin .stepsBar > .active:not(:last-child):before,
.FormPlugin .stepsBar > .active ~ .step:not(:last-child):before,
.FormPlugin .stepsBar > .active:not(:last-child):after,
.FormPlugin .stepsBar > .active ~ .step:not(:last-child):after {
  content: "";
  position: absolute;
  top: -0.2em;
  bottom: -0.2em;
}
.FormPlugin .stepsBar > .active:not(:last-child):before,
.FormPlugin .stepsBar > .active ~ .step:not(:last-child):before {
  right: -0.78em;
  border-left: 1.5em solid #eee;
  border-top: 1.7em solid transparent;
  border-bottom: 1.7em solid transparent;
  z-index: 101;
}
.FormPlugin .stepsBar > .active:not(:last-child).active:before,
.FormPlugin .stepsBar > .active ~ .step:not(:last-child).active:before {
  border-left-color: #1482cc;
}
.FormPlugin .stepsBar > .active:not(:last-child):after,
.FormPlugin .stepsBar > .active ~ .step:not(:last-child):after {
  right: -1em;
  border-left: 1.5em solid white;
  border-top: 1.7em solid #eee;
  border-bottom: 1.7em solid #eee;
  z-index: 100;
}
.FormPlugin .stepsBar > .active ~ .step {
  background-color: #eee;
  color: #444;
}
.FormPlugin .page > footer {
  display: flex;
  padding-top: 1em;
}
.FormPlugin .page > footer > *:not(:last-child) {
  margin-right: 1em;
}
.FormPlugin .page.confirmation tr:nth-child(even) {
  background: #e3f2fc;
}
.FormPlugin .DateTimeField td {
  line-height: 1.1;
  height: 3.2rem;
  padding: 0;
}
.FormPlugin .DateTimeField .dayTimeEntry,
.FormPlugin .DateTimeField td.active {
  transition: 0.3s;
}
.FormPlugin .DateTimeField .dayTimeEntry:hover,
.FormPlugin .DateTimeField td[data-date]:hover {
  background: #1691e3;
  color: white;
}
.FormPlugin .DateTimeField .dayTimeEntry.active,
.FormPlugin .DateTimeField td.active {
  background: #1482cc;
  color: white;
  outline: none;
}
.dropdown > nav {
  border: 1px solid #1482cc;
}
.dropdown > nav a {
  margin: 0 !important;
  border-radius: 0 !important;
  color: white;
  padding: 0.8em 1em 0.8em 1em;
  /*
    &:not(:first-child){
        border-top: 1px solid white !important;
    }
    */
}
.dropdown > nav a.over,
.dropdown > nav a.active {
  color: #444;
}
.dropdown > nav a.active {
  background-image: linear-gradient(to right, #457bb0 6px, white 4px) !important;
}
.deco-icon {
  text-align: center;
  align-self: center;
}
.deco-icon > img,
.deco-icon > picture {
  width: 150px;
}
@media (min-width: 768px) {
  .deco-icon > img,
  .deco-icon > picture {
    width: 200px;
  }
}
.deco-icon > img > img,
.deco-icon > picture > img {
  width: 100%;
}
article {
  overflow: hidden;
}
article .columns {
  padding: 0;
}
@media (min-width: 768px) {
  article .columns:not(:first-child) {
    margin-top: 2em;
  }
}
article > .content,
article > .text,
article > time {
  margin: 10px;
}
article h3 {
  color: #137cc3;
}
.columns.nogap {
  gap: 0;
}
.ChatPlugin > .toggleWindow {
  background-color: #0984d7;
  left: auto;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .ChatPlugin > .toggleWindow {
    right: 20px;
    bottom: 20px;
  }
}
.ChatPlugin .send {
  background-color: #0984d7;
}
.ChatPlugin > .window {
  left: auto;
  right: 0;
}
.ChatPlugin > .window > header {
  background-color: #0086e0;
}
@media (min-width: 768px) {
  .ChatPlugin > .window {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  }
}
.fontWeight-medium {
  font-weight: 500;
}
#headerTop:empty {
  display: none;
}
.stickyContactInfos {
  font-size: 1rem;
  position: fixed;
  left: 0;
  bottom: 0;
  align-items: center;
  width: 100%;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding-left: 10px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .stickyContactInfos {
    padding-left: 20px;
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .stickyContactInfos {
    padding-left: calc(50% - (992px / 2) + 30px);
  }
}
.stickyContactInfos > .phoneInfo,
.stickyContactInfos > .text {
  display: inline-block;
}
.stickyContactInfos a {
  color: white;
}
.stickyContactInfos .icon:before {
  margin-right: 0;
}
@media (min-width: 768px) {
  .stickyContactInfos .icon:before {
    margin-right: 6px;
  }
}
.stickyContactInfos .openingHoursHint {
  display: inline-block;
}
.stickyContactInfos .openingHoursHint:before {
  display: none;
}
@media (min-width: 768px) {
  .stickyContactInfos .openingHoursHint:before {
    display: inline-block;
  }
}
.stickyContactInfos .reachableInfo {
  color: #9dd2f5;
  margin-left: 0.5rem;
}
.phoneInfo {
  margin-right: 2rem;
}
.phoneInfo > .text {
  display: inline-block;
}
.phoneInfo .openingHoursHint {
  font-weight: 500;
}
@media (min-width: 768px) {
  .phoneInfo .openingHoursHint {
    margin-left: 1rem;
  }
  .phoneInfo .openingHoursHint:before {
    background-image: url(//cdn.justedit.com/materialdesignicons/arrow-left.svg/fff);
  }
}
.mailInfo {
  white-space: nowrap;
}
/*
#headerTop {
    height: 0;
    min-height: 0;
    padding: 0;
}
  
button#login {
    
    background: transparent;
    border: 2px solid white;
    position: absolute;
    margin: 0;
    font-weight: bold;
    
    height: 2.7rem;
    top: 0.4rem;
    right: 4.5rem;
    
    padding-left: 3rem;
    padding-right: 15px;
    background-image: url(//cdn.justedit.com/materialdesignicons/login.svg/fff);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 0.5rem 50%;
    transition: 0.5s;
}

button#login:hover {
    background-color: @clrSelected;
}

@media(min-width: 768px) {
    
    button#login {
        height: 3rem;
        top: 1.5rem;
        right: 1rem;
        padding-left: 3.4rem;
        padding-right: 20px;
    }
}

@media(min-width: 992px) {
    
    button#login {
        left: ~"calc(50% + 315px)";
        top: ~"calc(4rem - 1.5rem)";
        right: auto;
    }
}
*/
.alignItems-center {
  align-items: center;
}
@media (min-width: 992px) {
  .pageColumnBackground {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(to right, #CDDDE8 0, #CDDDE8 calc(50% - (992px / 2)), white calc(50% - (992px / 2)), white calc(50% + (992px / 2)), #CDDDE8 calc(50% + (992px / 2)));
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 100vh;
  }
}
.pageColumnBackground ~ * {
  position: relative;
  z-index: 1;
}
.pageColumnBackground ~ * > h1 {
  text-align: left;
  margin-bottom: 2rem;
}
.pageColumnBackground ~ * > .text {
  margin: 0;
}
@media (min-width: 992px) {
  .pageColumnBackground ~ article {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.hero.teamwork {
  height: 400px;
  width: 100%;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero.teamwork > .hero-bg {
  height: 400px;
  width: 100%;
  background: url(/media/decoration/AdobeStock_1277102884-teamwork-hero.jpeg);
  transform: scale(-1, 1);
}
.hero.teamwork > .hero-text {
  position: absolute;
  color: white;
  left: 60px;
  bottom: 40px;
  font-size: 3rem;
  font-family: Rosario;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.hero.teamwork .hero-big {
  font-size: 4rem;
}
.hero.teamwork:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/media/team-work-logo.svg);
  left: 60px;
  top: 50px;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100%;
  filter: brightness(0) invert(100%);
  z-index: 2;
}
.subline {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-family: Rosario;
  font-weight: 500;
}
.emphasized-box {
  background: #F5F5F5;
  padding: 50px;
  width: 890px;
  border-radius: 4px;
  font-size: 14pt;
}
.emphasized-box h2 {
  color: #1482cc;
}
.hero-icon {
  width: 10rem;
}
h2.emphasized {
  color: #1482cc;
  margin-top: 0;
}
.iconed-text {
  margin-top: 2rem !important;
  display: flex;
  align-items: center;
}
.iconed-text img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 1.8rem;
}
.iconed-text h3 {
  margin-top: 0;
  color: #444;
}
.subline .emphasized {
  color: #1482cc;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
}
.flex-2 {
  flex: 1.5;
}
