body {
  margin-top: 46px;
  overflow-x: hidden;
}

.navbar {
  min-height: 46px;
}
.navbar .navbar-nav > li {
  margin-left: 10px;
  margin-right: 10px;
}
.navbar .navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  border-radius: 4px;
  font-weight: bold;
}
.navbar .navbar-nav > li.highlight > a {
  background-color: #ffc018;
  color: #2e6da4;
}
.navbar .navbar-brand {
  height: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: normal;
}
.navbar.navbar-default {
  background: #428bca;
  border-color: #2e6da4;
}
.navbar.navbar-default .navbar-brand {
  color: #fff !important;
  font-weight: bold;
}
.navbar.navbar-default .navbar-brand:hover {
  color: #ddd;
}
.navbar.navbar-default .navbar-toggle {
  border: none;
}
.navbar.navbar-default .navbar-toggle:hover, .navbar.navbar-default .navbar-toggle:focus, .navbar.navbar-default .navbar-toggle:not(.collapsed) {
  background-color: #2e6da4;
}
.navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar.navbar-default .navbar-nav > li.active > a:not(.nohover), .navbar.navbar-default .navbar-nav > li.active > a:hover:not(.nohover), .navbar.navbar-default .navbar-nav > li.active > a:focus:not(.nohover), .navbar.navbar-default .navbar-nav > li.open > a:not(.nohover), .navbar.navbar-default .navbar-nav > li.open > a:hover:not(.nohover), .navbar.navbar-default .navbar-nav > li.open > a:focus:not(.nohover), .navbar.navbar-default .navbar-nav > li:hover > a:not(.nohover), .navbar.navbar-default .navbar-nav > li:hover > a:hover:not(.nohover), .navbar.navbar-default .navbar-nav > li:hover > a:focus:not(.nohover) {
  color: #ddd;
}
.navbar.navbar-default .navbar-nav > li.active > a.nohover, .navbar.navbar-default .navbar-nav > li.active > a:hover.nohover, .navbar.navbar-default .navbar-nav > li.active > a:focus.nohover, .navbar.navbar-default .navbar-nav > li.open > a.nohover, .navbar.navbar-default .navbar-nav > li.open > a:hover.nohover, .navbar.navbar-default .navbar-nav > li.open > a:focus.nohover, .navbar.navbar-default .navbar-nav > li:hover > a.nohover, .navbar.navbar-default .navbar-nav > li:hover > a:hover.nohover, .navbar.navbar-default .navbar-nav > li:hover > a:focus.nohover {
  color: #fff;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #fff;
  transition: background 0.15s, color 0.15s;
}
.navbar.navbar-default .navbar-nav > li > a:focus:not(.nohover) {
  color: #ddd;
}
.navbar.navbar-default .navbar-nav > li > a:focus.nohover {
  color: #fff;
}
.navbar.navbar-default .navbar-nav > li.active > a:not(.nohover),
.navbar.navbar-default .navbar-nav > li.open > a:not(.nohover),
.navbar.navbar-default .navbar-nav > li:hover > a:not(.nohover) {
  background: #286090 !important;
}
.navbar.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
  border-top-width: 0;
  background: #428bca;
}
.navbar.navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar.navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  background: #286090 !important;
}
.navbar.navbar-default .navbar-nav > li.dropdown .dropdown-menu > li.active > a {
  background: #286090 !important;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    right: auto;
    left: -6px;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.module-info {
  text-align: center;
  margin-bottom: 4em;
  display: block;
  color: #333;
}
.module-info .glyphicon {
  font-size: 2.5em;
}
.module-info h3 {
  margin-top: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
}
.module-info:hover, .module-info:focus {
  text-decoration: none;
}
.module-info:hover h3, .module-info:focus h3 {
  text-decoration: underline;
}

.index-testimonial {
  font-style: italic;
  margin: 1em auto;
}
@media screen and (min-width: 768px) {
  .index-testimonial {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .try-text {
    display: block;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .try-text {
    margin-right: 0.5em;
  }
}

.landingpage-headline-subtext {
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.5px;
}

.landingpage-button-row {
  display: flex;
  gap: 20px;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .landingpage-button-row {
    flex-direction: column;
  }
  .landingpage-button-row > .btn {
    width: 330px;
    max-width: 100%;
  }
}

.top-background {
  background-image: url(/pages/index/desktop-and-mobile.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-top: 4em;
  padding-bottom: 4em;
}
.top-background .text-wrapper {
  max-width: 500px;
  padding: 1.5em;
  border-radius: 6px;
}
@media (max-width: 1056px) {
  .top-background .text-wrapper {
    max-width: 430px;
    padding: 1.2em;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .top-background .text-wrapper {
    max-width: 400px;
    padding: 1.2em;
    margin: 0;
  }
}

.blue-background {
  background-color: #286090;
  padding: 1em 1em;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.blue-background .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  text-align: center;
}
.blue-background .btn-call-to-action {
  vertical-align: middle;
}

.map-of-germany {
  width: 90%;
  max-width: 340px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .map-of-germany {
    margin-top: 70px;
  }
}

.rezension-box {
  border: 2px solid #286090;
  background: white;
  padding: 1.5em;
  border-radius: 6px;
  min-height: 230px;
  margin-bottom: 1.5em;
}

.carousel-inner {
  margin-left: 40px;
  margin-right: 40px;
  width: auto;
}

.carousel-control.custom-arrow-left,
.carousel-control.custom-arrow-right {
  width: auto;
  background: none;
  color: #428bca;
  font-size: 3em;
  top: 45%;
  transform: translateY(-50%);
}

.phone-and-laptop {
  background-image: url(/pages/index/desktop-and-mobile-screenshots.png);
  background-size: 420px;
  background-position: center right 80px;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .phone-and-laptop {
    background-image: none;
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .phone-and-laptop {
    background-size: 390px;
    background-position: top 50px right 20px;
  }
}

.text-darkblue {
  color: #286090;
}

.text-blue {
  color: #428bca;
}

.text-white {
  color: #f6f6f6;
}

.text-yellow {
  color: #ffc018;
}

.text-black {
  color: #000000;
}

.bg-yellow {
  background-color: #ffc018;
}

.bg-darkblue {
  background-color: #286090;
}

.bg-blue {
  background-color: #428bca;
}

.text-marker {
  padding: 0 4px;
}
.text-marker.bg-yellow {
  background-color: #ffc018;
}
.text-marker.bg-darkblue {
  background-color: #286090;
}
.text-marker.bg-blue {
  background-color: #428bca;
}
.text-marker.text-white {
  color: #f6f6f6;
}
.text-marker.text-darkblue {
  color: #286090;
}
.text-marker.text-yellow {
  color: #ffc018;
}
.text-marker.text-black {
  color: #000000;
}

.testimonial-logo {
  text-align: center;
  padding-top: 1.5em;
}
.testimonial-logo img {
  max-width: 160px;
  max-height: 120px;
}

hr.spacer {
  width: 50%;
  margin: 2em auto;
}

body {
  font-family: Roboto, verdana, arial, sans-serif;
}

.stack-item {
  text-align: center;
}
.stack-item p {
  text-align: left;
}

.text-big {
  font-size: 1.5em;
}

h1 {
  color: #428bca;
  text-align: center;
  font-weight: bold;
  margin-top: 34px;
}

h2 {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

.ci-badge {
  background: #428bca;
  color: #fff;
  border-radius: 0.2em;
  padding: 0.05em 0.2em;
}

.ci-badge-header {
  background: #fff;
  color: #428bca;
  border-radius: 0.2em;
  padding: 0.05em 0.2em;
}

.ci-badge-value {
  background: rgba(66, 139, 202, 0.8);
  color: #fff;
  border-radius: 0.2em 0.2em 0 0;
  font-weight: bold;
  padding: 0.3em 0.5em;
  text-align: center;
  margin-bottom: 0;
}

.values-container .values-content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 0.4em 0.4em;
}
.values-container .values-content .btn-default {
  display: block;
  text-align: left;
  border: none;
  background: transparent;
  text-shadow: 0 0 5px white;
}
.values-container .values-content .btn-default:hover {
  text-decoration: underline;
}
.values-container .values-content .btn-default .glyphicon {
  margin-right: 0.3em;
}

.call-to-action {
  background: rgba(66, 139, 202, 0.8);
  color: #fff;
  border-radius: 0.2em;
  padding: 0.2em 0.5em;
  font-weight: bold;
  display: inline-block;
}
.call-to-action:hover {
  color: #fff;
  background: #428bca;
  text-decoration: none;
}

.logo {
  font-weight: bold;
  color: #428bca;
}

.footer {
  margin-bottom: 0.5em;
}

.form-control {
  box-shadow: none;
}
.form-control:hover {
  outline: none;
}

.login-box {
  background: rgba(66, 139, 202, 0.8);
  position: relative;
  top: 10px;
  border-radius: 0.4em;
  padding: 0.7em 0.7em;
}
.login-box .form-control {
  margin-bottom: 0.3em;
  border-color: #2e6da4;
  background-color: rgba(255, 255, 255, 0.8);
}
.login-box .form-control:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.login-box hr {
  margin: 0.5em -0.5em;
  border-color: #2e6da4;
}
.login-box .btn-default {
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: 0 0 3px #000;
  margin-left: 1px;
}
.login-box .btn-default:hover {
  box-shadow: 0 0 5px #000;
  background-color: #2e6da4;
}

.label {
  font-weight: normal;
  font-size: 1em;
}

.top-background {
  background-position: 0% 30%;
  background-size: cover;
  background-image: url(pages/index/tum.jpg);
  padding-bottom: 5em;
}
.top-background .photo-right {
  float: right;
  margin: 1em 0 1em 1em;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .top-background .photo-right {
    width: 150px;
  }
}

.btn {
  box-shadow: 1px 1px 2px black;
  border: none;
  outline: none;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  box-shadow: 1px 1px 2px black;
  border: none;
  outline: none;
}

.btn-lg {
  font-weight: bold;
}

.btn-primary {
  background-color: #428bca;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  background-color: #4674a9;
}

.btn-darker {
  background-color: #355e8d;
  color: white;
}
.btn-darker:hover, .btn-darker:focus, .btn-darker:active, .btn-darker:active:focus {
  background-color: #2f4e74;
  color: white;
}

img.screencast {
  box-shadow: 0 0 15px #bbb;
  margin-bottom: 20px;
  margin-top: 5px;
  max-width: 100%;
}

div.quote {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .reference-logo-container {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .reference-logo-container {
    text-align: left;
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=app.css.map */
