/*$grau: rgba(72,72,72,0.3);*/
@font-face {
  font-family: Lato-Bold;
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: Lato-Black;
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: Lato-Medium;
  src: url("../fonts/Lato-Medium.ttf");
}
@font-face {
  font-family: Shadows;
  src: url("../fonts/ShadowsIntoLight.ttf");
}
body {
  padding-top: 70px;
}
body.SubNavActive {
  padding-top: 110px;
}

#lang_selection {
  line-height: 70px;
  transition: line-height 0.6s;
  -webkit-transition: line-height 0.6s;
}

.navbar {
  top: 0px;
  position: fixed;
  z-index: 1001;
  margin-bottom: 0px;
  width: 100%;
}

.bordered {
  border: 1px solid #07C5ED;
}

.navbar-nav > li > a.bordered {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 15px;
  -webkit-transition: padding 0, margin 0;
  transition: padding 0, margin 0;
}

.navbar-default .navbar-nav > li > a.nav-active, .navbar-default .navbar-nav > li > a:hover {
  color: #FFBB00;
}

.navbar-default {
  background-color: #FFF;
  border: 0px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 0px;
  min-height: 70px;
  -webkit-transition: min-height 0.6s;
  transition: min-height 0.6s;
}
.navbar-default .navbar-brand {
  height: auto;
  padding: 5px;
  padding-left: 15px;
}
.navbar-default .navbar-brand .logo {
  height: 60px;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.navbar-default .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-transition: margin 0.6s;
  transition: margin 0.6s;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  color: #000;
  text-transform: uppercase;
  font-family: Lato-Bold;
  line-height: 40px;
  -webkit-transition: line-height 0.6s;
  transition: line-height 0.6s;
}
.navbar-default .navbar-nav > li > .navbar-text {
  font-family: Lato-Medium;
}
body.tinyNav .navbar-default {
  min-height: 50px;
}
body.tinyNav .navbar-default .logo {
  height: 40px;
}
body.tinyNav .navbar-default .navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
body.tinyNav .navbar-default .navbar-nav > li > a, body.tinyNav .navbar-default .navbar-text {
  line-height: 20px;
}
body.tinyNav #lang_selection {
  line-height: 50px;
}
body.tinyNav .submenu {
  top: 50px;
}
body.tinyNav.logged-in .submenu {
  top: 81px;
}
body.tinyNav .navbar-nav > li > a.bordered {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

.pricing-tables-container .col-xs-4 {
  padding: 0px;
}
.pricing-tables-container .col-xs-4:last-child .pricing-table .headline {
  border-right: 0px solid #2f3033;
}
.pricing-tables-container .col-xs-4:last-child .pricing-table .content {
  border-rigth: 0px solid #BBBBBB;
}

.pricing-table {
  background-color: #EAEAEA;
  height: 317px;
  transition: transform 500ms ease 0s, background-color 350ms ease 0s;
}
.pricing-table:hover {
  z-index: 5;
  transform: scale(1.1);
  color: #FFFFFF;
  background-color: #484848;
}
.pricing-table:hover .headline .price-circle {
  border: 7px solid #07C5ED;
}
.pricing-table:hover .content .btn {
  color: #FFFFFF;
}
.pricing-table .headline {
  font-size: 17px;
  height: 105px;
  background-color: #484848;
  color: #FFFFFF;
  position: relative;
  border-right: 1px solid #2f3033;
  text-align: center;
  padding-top: 20px;
  font-family: Lato-Bold;
}
.pricing-table .headline .price-circle {
  display: table;
  font-size: 22px;
  width: 110px;
  height: 110px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 7px solid #EAEAEA;
  margin: 0px auto;
  margin-top: 10px;
  text-align: center;
  color: #000;
  transition: border-color 500ms ease 0s;
}
.pricing-table .headline .price-circle p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pricing-table .headline .price-circle .price-subline {
  font-size: 0.6em;
  color: #484848;
}
.pricing-table .content {
  height: 212px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-right: 1px solid #BBBBBB;
  font-family: Lato-Bold;
}
.pricing-table .content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.pricing-table .content ul li {
  padding: 0px 30px;
  margin: 10px 0px;
}
.pricing-table .content .price-year {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  border-top: 1px dashed #BBBBBB;
  border-bottom: 1px dashed #BBBBBB;
  padding: 5px 0px;
  font-family: Lato-Black;
  font-size: 1.1em;
}
.pricing-table .content .btn-container {
  margin-top: 10px;
  padding: 0px 30px;
}
.pricing-table .content .btn {
  width: 100%;
  border-color: #FFBB00;
  max-width: 100%;
  white-space: normal;
  border-radius: 0px;
  color: #000000;
  margin-top: 10px;
}
.pricing-table .content .btn-register {
  background-color: transparent;
}
.pricing-table .content .btn-trial {
  background-color: #FFBB00;
}

table.data-table thead {
  background-color: #c8c8c8;
}
table.data-table thead th {
  padding: 20px 18px;
  height: 100px;
}
table.data-table tr td {
  border-bottom: 2px solid #c8c8c8;
  background-color: #EAEAEA;
}
table.data-table tr.archived td {
  color: #484848;
  background-color: rgba(0, 0, 0, 0.3);
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup .head-row {
  margin-bottom: 10px;
}
.white-popup h3 {
  text-align: right;
  text-transform: uppercase;
  font-size: 17px;
  font-family: Lato-Bold;
}
.white-popup a {
  color: #017D97;
}
.white-popup a:hover {
  color: #07C5ED;
  text-decoration: none;
}
.white-popup .select-row {
  margin-top: 10px;
}
.white-popup select {
  width: 100%;
}

.error-popup {
  position: fixed;
  z-index: 10001;
  top: 0px;
  width: 30%;
  left: 35%;
}

#archiveCheck-popup {
  text-align: center;
}
#archiveCheck-popup #txt-archive-question {
  margin-top: 40px;
  font-size: 22px;
}
#archiveCheck-popup #txt-if-you-archive {
  margin-bottom: 40px;
}
#archiveCheck-popup a.btn {
  color: #000;
  font-family: Lato-Bold;
}

#help-popup {
  max-width: 1200px;
}

#contact-popup textarea {
  resize: vertical;
}

.header {
  position: relative;
  background-image: url("../images/redirect_bg.jpg");
  background-repeat: no-repeat;
}
.header .header-text {
  color: #FFFFFF;
  text-align: justify;
}
.header .parallax-container {
  height: 600px;
  position: relative;
}
.header img {
  position: absolute;
}
.header .header-title {
  color: #07C5ED;
  font-family: Lato-Bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header #txt-test-it {
  font-size: 1.2em;
  color: #07C5ED;
}

section {
  padding: 40px 0px;
}

#section-prices {
  position: relative;
  background-image: url("../images/redirect_bg_2.jpg");
  background-repeat: no-repeat;
}
#section-prices .info-arrow {
  margin-top: 340px;
}
#section-prices #ssl-badge {
  position: absolute;
}
#section-prices #paymentprovider {
  text-align: center;
}

#section-about h2 {
  text-align: center;
  color: #07C5ED;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.dashboard-header {
  height: 400px;
  background-image: url("../images/redirect_bg_2.jpg");
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.dashboard-header .stat-number {
  color: #017D97;
  text-align: center;
  font-size: 40px;
  font-family: Lato-Bold;
}
.dashboard-header .stat-container {
  text-align: center;
}
.dashboard-header .progress-container {
  margin-top: 40px;
}
.dashboard-header .progress-container .progress-bar-container {
  float: left;
  width: 80%;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.dashboard-header .progress-container .progress-bar-container .progress-bar {
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.dashboard-header .progress-container .progress-label {
  float: right;
  width: 20%;
}
.dashboard-header .account-container .txt-account-type {
  font-family: Lato-Bold;
  font-size: 25px;
  text-align: center;
  margin-top: 40px;
}
.dashboard-header .account-container .btn {
  display: block;
  max-width: 200px;
  margin: 10px auto;
}

.btn-show-hide-archived {
  @extends btn-blue;
  max-width: 250px;
  margin-top: 20px;
  color: #000000;
  font-family: Lato-Bold;
}

.imprint-wrapper {
  min-height: 100%;
  background-image: url("../images/redirect_bg_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.imprint-wrapper h1 {
  color: #017D97;
  margin-bottom: 40px;
}
.imprint-wrapper address {
  font-family: Lato-Bold;
}
.imprint-wrapper p {
  text-align: center;
}

.form-page-wrapper {
  min-height: 100%;
  background-color: #EAEAEA;
}
.form-page-wrapper label {
  margin: 10px 0px;
  line-height: 30px;
}
.form-page-wrapper .btn {
  margin: 10px 0px;
}
.form-page-wrapper .txt-shortlink {
  margin: 15px 0px;
  line-height: 45px;
  padding-left: 5px;
}

.rechnung-container {
  text-align: center;
}
.rechnung-container .txt-rechnungsdatum {
  font-family: Lato-Bold;
  font-size: 40px;
  color: #017D97;
}
.rechnung-container .btn-blue {
  max-width: 250px;
}

.konto-wrapper .select-row select {
  margin-top: 10px;
  width: 100%;
  height: 30px;
}

.login {
  max-width: 500px;
  margin-top: 150px;
}

body {
  font-family: Lato-Medium;
  padding-bottom: 50px;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
}

footer {
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  width: 100%;
  background-color: #484848;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer a {
  color: #FFBB00;
  text-transform: uppercase;
  text-align: center;
}
footer a:hover {
  color: #07C5ED;
  text-decoration: none;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.3);
}

.info-arrow {
  font-family: Shadows;
  text-align: center;
}
.info-arrow .info {
  font-size: 20px;
  display: inline-block;
  max-width: 70%;
  transform: rotate(10deg);
  color: #000000;
}
.info-arrow .arrow {
  display: inline-block;
  max-width: 29%;
}

.btn-yellow, .btn-add, .btn-gray, .btn-blue, .btn-full-yellow {
  width: 100%;
  border: 1px solid #FFBB00 !important;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.btn-full-yellow {
  background-color: #FFBB00 !important;
  color: #000;
}

.btn-blue {
  border-color: #07C5ED !important;
}

.btn-gray {
  border-color: #c8c8c8 !important;
  color: #c8c8c8;
}

a {
  transition: color 300ms;
  -webkit-transition: color 300ms;
}

.hellblau {
  color: #07C5ED;
}

.dunkelblau {
  color: #017D97;
}

.btn-add {
  max-width: 250px;
  margin-top: 20px;
  color: #000000;
  font-family: Lato-Bold;
}

.changeContainer .showMouseOver {
  display: none;
}
.changeContainer .hideMouseOver {
  display: block;
}
.changeContainer:hover .showMouseOver {
  display: block;
}
.changeContainer:hover .hideMouseOver {
  display: none;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: Lato-Bold;
}

input, textarea {
  width: 100%;
  background-color: #c8c8c8;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
  border: 0px solid #000;
  line-height: 30px;
  font-family: Lato-Bold;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

input[type=text], input[type=email], input[type=password] {
  height: 30px;
}

#contact-button {
  position: fixed;
  z-index: 10000;
  top: 20%;
  left: 0px;
  display: block;
  width: 30px;
  height: 110px;
}

.copylink {
  cursor: pointer;
}

.language-code {
  display: block;
  margin-top: 15px;
}

label {
  margin: 10px 0px;
  line-height: 30px;
}

.gray {
  background-color: #c8c8c8;
}

a.no-style {
  color: inherit;
}
a.no-style:hover, a.no-style:focus, a.no-style:active {
  color: inherit;
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
