@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIw.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPecZTIAOhVxoMyOr9n_E7fRMQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIw.ttf) format('truetype');
}
body,
html {
  font-family: "Titillium Web", sans-serif, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.content-header .header-wrapper {
  padding: 42px 0;
}
.content-header h1,
.content-header h2,
.content-header h3 {
  font-size: 26px;
  color: #022873;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.content-header h1 strong,
.content-header h2 strong,
.content-header h3 strong {
  font-weight: 700;
}
.content-header .checklist {
  color: #022873;
  font-weight: normal;
}
.content-header .checklist ul {
  list-style-type: none;
  padding: 0;
  margin: auto 0;
}
.content-header .checklist ul li:before {
  content: "\2713\0020";
  color: #2ca02c;
  font-weight: bold;
}
.content-header p {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 300;
}
.content-header {
  background: linear-gradient(to right, #1e5799 0%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
.content-header.blue {
  background: #07b;
}
.content-header.blue .header-wrapper {
  background: #07b;
}
.content-header.blue h1,
.content-header.blue h2,
.content-header.blue h3,
.content-header.blue p {
  color: #fff;
}
.content-header.blue ul li {
  color: #fff;
}
.content-header.blue ul li:before {
  color: #fff !important;
}
.breadcrumb-container {
  background-color: transparent;
}
.breadcrumb-container ol.breadcrumb {
  font-size: 14px;
  padding: .5rem 1rem;
  padding-left: 0;
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb-container ol.breadcrumb a {
  color: #022873;
}
ol.breadcrumb a.current {
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}
ul.checklist {
  list-style-type: none;
  padding: 0;
  margin: auto 0;
  margin-bottom: 12px;
}
ul.checklist li:before {
  content: "\2713\0020";
  color: #2ca02c;
  font-weight: bold;
}
.card-collapse .card-body p:first-of-type {
  margin-top: 0 !important;
}
/** Google captcha fix for mobile */
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.type-categorypage .neos-contentcollection .row {
  margin-bottom: 8px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
body .d-first-april {
  display: none;
}
body.first-april .d-first-april {
  display: block;
}
.modal-backdrop {
  background-color: #a3a3a3;
}
.modal-content {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.32);
  border-radius: 0;
}
.accordion .card-collapse .card-header {
  padding: 0;
}
.accordion .card-collapse,
.accordion .card-collapse .card-header {
  border-radius: 0;
}
.accordion .btn-collapse {
  padding: 12px;
  text-decoration: none;
}
.accordion .card-collapse {
  border-top: 0;
  margin-bottom: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.accordion .card-collapse .card-header i {
  transition-duration: .25s;
  padding-right: 4px;
}
.accordion .card-collapse .card-header:hover i {
  padding-right: 12px;
}
.accordion.blue .card-collapse .card-header {
  background-color: #07b;
}
.accordion.blue .card-collapse .card-header .btn-collapse {
  color: #fff;
}
.text-green,
.text-success {
  color: #07a445;
}
.min-height-100 {
  min-height: 100px;
}
.text-lg {
  font-size: 110%;
}
.text-sm {
  font-size: 90%;
}
.text-blue {
  /** @primaryColor **/
  color: #022873;
}
.container .container {
  width: 100%;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.input-outline-primary:focus {
  box-shadow: none;
  border-right-color: var(--primary);
}
.content .card h3.card-title {
  margin-bottom: 0.75rem;
}
a.card {
  text-decoration: none;
  transition-duration: .25s;
}
a.card:hover {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 992px) {
  li.breadcrumb-item {
    display: block;
    width: 100%;
    padding: 6px 0;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .pph-card {
    margin-bottom: 22px;
    height: auto !important;
  }
}
.pph-card.card-blue .card-body {
  background-size: auto 65%;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 1px #00000070;
}
.pph-card.card-blue {
  background: #021f5a !important;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
}
.pph-card.card-blue strong {
  color: #fff !important;
}
.pph-card.card-block {
  cursor: pointer;
  transition-duration: .2s;
}
.pph-card.card-block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.82);
}
.pph-card.card-block:active {
  transform: translateY(4px);
}
.pph-card.card-lightblue {
  background: linear-gradient(135deg, #c9ebff 0%, #9ac6e7 100%);
  color: #07b;
  border: 1px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.pph-card .card-title {
  font-weight: 300;
  line-height: 26px;
  text-align: unset;
}
.modal-backdrop {
  background-color: #0077bb;
  opacity: .8;
}
.no-waves .pph-card.card-blue .card-body {
  background-image: none;
}
.no-shadow .pph-card {
  box-shadow: none;
}
@keyframes smallFadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes smallFadeOut {
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.smallFadeOut {
  animation-name: smallFadeOut;
}
.smallFadeIn {
  animation-name: smallFadeIn;
}
body.type-blogentry .page-content > div > .content-block {
  background-color: unset;
  padding: 12px 0;
}
body.type-blogentry .page-content > div > .content-block:last-of-type {
  padding-bottom: 42px;
}
body.type-blogentry .content-block h2 {
  font-weight: 300;
  color: #07b;
}
body.type-blogentry .content-block h3 {
  font-weight: 300;
  color: var(--info);
}
.call-to-action {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(90deg, #022873 0, #022873 50%, #02318c 90%);
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  border: 2px solid #fff;
  font-size: 18px;
  transition-duration: .25s;
  text-shadow: none;
  font-weight: normal;
}
.call-to-action:hover {
  filter: saturate(1.5);
  border-color: #a1dbff;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.32);
  color: #ffffff;
}
.call-to-action:active {
  transform: translateY(4px);
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}
.call-to-action.sm {
  font-size: 14px;
  padding: 6px 12px;
}
.call-to-action.lg {
  font-size: 22px;
  padding: 12px 24px;
}
.call-to-action.light {
  display: inline-block;
  padding: 8px 24px;
  background: #c9ebff;
  color: #022873;
  text-align: center;
  border-radius: 0;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  border: 2px solid #fff;
  font-size: 18px;
  transition-duration: .25s;
  text-shadow: none;
  font-weight: normal;
}
.call-to-action.light:hover {
  filter: saturate(1.5);
  border-color: #a1dbff;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.32);
  color: #022873;
}
.call-to-action.light:active {
  transform: translateY(4px);
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}
.call-to-action.light.sm {
  font-size: 14px;
  padding: 6px 12px;
}
.call-to-action.light.lg {
  font-size: 22px;
  padding: 12px 24px;
}
.circled {
  border-radius: 50%;
}
.btn-outline-primary {
  border-color: #022873;
  color: #022873;
}
.input-group-append .btn-outline-primary {
  background: #fff;
  border-left-color: #02318c;
}
.content {
  padding: 62px 0;
}
.content h3 {
  font-size: 28px;
  font-weight: 300;
}
.content h3 strong {
  font-weight: 700;
}
.content p {
  font-size: 18px;
  font-weight: 300;
}
.content p:first-of-type {
  margin-top: 16px;
}
.page-content > div .content-block {
  background-color: #ffffff;
  color: #022873;
}
.page-content > div .content-block:nth-child(even) {
  background-color: #f5f5f5;
}
.page-content > div .content-block:last-of-type {
  margin-bottom: 0;
}
.page-content > div .content-block:first-of-type {
  margin-top: 0;
}
.page-content > div .content-block.light {
  background-color: #f5f5f5;
}
.page-content > div .content-block.white {
  background-color: #ffffff;
}
.page-content > div .content-block.blue {
  background: linear-gradient(to right, #022873 0%, #02318c 90%);
}
.page-content > div .content-block.blue h2 {
  color: #fff;
}
.page-content > div .content-block .content-text .neos-nodetypes-simpletext {
  line-height: 1.7em;
  font-weight: 300;
  font-size: 18px;
}
.page-content > div .content-block .content-text .neos-nodetypes-simpletext strong {
  font-weight: 700;
}
.page-content > div .content-block .content-text p strong {
  font-weight: 700;
  color: #022873;
}
.content-spacing {
  margin: 22px 0;
}
.content-wrapper {
  display: grid;
}
.content-block.margin-lg {
  margin: 22px 0;
}
.content-block.padding-sm {
  padding-top: 22px;
  padding-bottom: 22px;
}
.content-block h2.light {
  font-size: 22px;
  font-weight: 300;
}
.content-wrapper .text {
  width: auto;
  grid-column: 1;
  grid-row: 1;
}
.content-wrapper .image {
  width: 300px;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  justify-content: flex-end;
  align-items: baseline;
  padding-left: 22px;
}
.content-wrapper .image.img-300 {
  width: 300px;
}
.content-wrapper .image.img-400 {
  width: 400px;
}
.content-wrapper .image.img-500 {
  width: 500px;
}
.content-wrapper .image img {
  width: 100%;
}
.content-wrapper.half {
  grid-auto-columns: 50% 50%;
}
.content-wrapper.half .image,
.content-wrapper.half .image > img {
  width: 100%;
}
.content-wrapper.image-left .image {
  grid-column: 1;
  padding-right: 22px;
  padding-left: 0;
}
@media only screen and (max-width: 1198px) {
  .content-wrapper.image-left {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-wrapper.image-left .image {
    display: block;
  }
  .content-wrapper.image-left .image img {
    width: 25%;
  }
}
.content-wrapper.image-left .text {
  grid-column: 2;
}
.content-wrapper .image img {
  max-width: 100%;
  grid-row: 1;
}
.content-wrapper .image p {
  grid-row: 2;
  text-align: center;
  font-size: 16px;
  margin-top: 6px;
}
.content .header {
  font-family: "Titillium Web", Arial, sans-serif;
  color: #022873;
}
.content .header h2 {
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content .header h3 {
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 6px;
}
.content ul.ticklist {
  margin: 12px 0 24px 0;
}
.content ul.ticklist li {
  font-weight: 300;
  font-size: 18px;
}
.content ul.ticklist:after {
  content: ' ';
  display: block;
  clear: both;
}
.content ul {
  font-weight: 300;
  font-size: 18px;
}
@media only screen and (max-width: 1198px) {
  .content-wrapper .text {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .content-wrapper .image {
    grid-column: 1 !important;
    grid-row: 2 !important;
    height: 1fr;
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
  .content {
    padding: 12px 0;
  }
  .content-wrapper .image img {
    max-width: 100%;
    height: auto;
    max-height: unset;
  }
  .content-block {
    padding: 18px 0;
  }
  .content-block p {
    text-align: justify;
  }
  .content-block h2 {
    font-size: 22px;
    line-height: 1.3em !important;
    font-weight: normal;
  }
  .content-block h3 {
    font-size: 18px;
    line-height: 1.3em !important;
  }
  .content-block .text {
    padding: 12px 0;
  }
}
ul.content-nav {
  position: fixed;
  top: 40%;
  left: 0;
  list-style-type: none;
  padding-left: 12px;
}
ul.content-nav li {
  padding-bottom: 22px;
  cursor: pointer;
}
ul.content-nav li a {
  background-color: rgba(255, 255, 255, 0.4);
  color: #07b;
  padding: 4px 12px;
  text-decoration: none;
  transition-duration: .15s;
  opacity: 0;
}
ul.content-nav li.active a {
  opacity: 1;
}
ul.content-nav li:hover a {
  opacity: 1;
}
ul.content-nav li span.bullet {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  border: 2px solid #07b;
  background-color: #fff;
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
}
ul.content-nav li span.bullet.active {
  background-color: #07b;
}
.container.wider {
  max-width: 1320px;
}
p.text-lg {
  font-size: 110%;
}
.content-toggle .content-toggler {
  content: '';
  width: 100%;
  text-align: center;
  margin-top: -40px;
  position: relative;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.page-content > div > .content-block:nth-child(even).content-toggle .content-toggler {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
}
.content-toggle .content-toggler button {
  margin-top: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.content-toggle .content-toggler.is-open {
  content: '';
  width: 100%;
  text-align: center;
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  background-image: none;
}
.content-toggle .content-text.closed {
  max-height: 121px;
  overflow: hidden;
  transition-duration: .22s;
  transition-delay: .5s;
}
.content-toggle .content-text.open {
  max-height: unset;
  overflow: unset;
}
.content-text .neos-contentcollection .neos-nodetypes-image:first-of-type {
  margin-top: 20px;
}
.fw-300 {
  font-weight: 300 !important;
}
.type-faqarticle .content-text h3,
.type-faqarticle .content-text h4 {
  color: #022873;
  font-weight: normal;
}
.type-faqarticle .content-text h3 {
  font-size: 1.4rem;
}
.type-faqarticle .content-text h4 {
  font-size: 1.1rem;
}
.tooltip {
  max-width: 390px;
}
body,
html {
  overflow-x: hidden;
}
.card-domain .card-header {
  display: block;
  background: #021f5a;
  color: #fff;
}
.card-domain .card-header .card-title {
  font-weight: 300;
  margin: 12px 0;
}
.card-domain .card-header .card-title a {
  color: #fff;
}
.card-domain .card-header .card-title a:hover {
  text-decoration: underline;
}
.card-domain .tld-price {
  display: block;
  text-align: left;
}
.card-domain .card-body {
  background: #021f5a;
  color: #fff;
}
.card-domain .card-body hr {
  margin: 8px 0;
}
.card-domain .card-footer {
  background: #021f5a;
  color: #fff;
}
.card-domain .tld-price p {
  display: inline-block;
}
.card-domain .card-body .product-item strong {
  font-weight: bold;
}
.card-domain .card-body .product-item div.description {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .card-domain .card-body .product-item {
    display: none;
  }
  .card-domain {
    margin-bottom: 12px;
    text-align: center;
  }
}
.dsgvo-container {
  position: fixed;
  bottom: 20px;
  width: 100%;
  right: 0;
  z-index: 99999;
  animation-duration: 1s;
  animation-delay: 1s;
}
.dsgvo-inner {
  background: #f6f6f6 url(https://www.prepaid-hoster.de/_Resources/Static/Packages/Kramer.PrepaidHosterDe/Images/front/xl-wave.png) repeat-x center bottom;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.33);
  border: 3px solid #fff;
  border-radius: 6px;
  padding: 4px 20px;
  margin: 0;
}
.dsgvo-container p {
  font-weight: 300;
  text-align: justify;
}
.dsgvo-container h3 {
  font-weight: 300;
  color: #022873;
  margin-top: 12px;
  font-size: 22px;
  margin-bottom: 0;
}
.dsgvo-container h4.card-title {
  margin-bottom: 0;
}
.dsgvo-container p {
  margin-top: 12px;
  margin-bottom: 12px;
  animation-name: fadeIn;
  animation-duration: .5s;
}
footer.footer {
  background: linear-gradient(135deg, #022873 0%, #022873 50%, #02318c 100%);
  padding: 40px 0;
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.footer ul > li,
footer.footer ul > li a {
  color: #fff;
  font-weight: 300;
}
footer.footer .title {
  color: #fff;
  font-weight: 300;
  margin-bottom: 4px;
  font-size: 24px;
}
@media (max-width: 1000px) {
  footer.footer .title:not(:first-of-type) {
    margin-top: 12px;
  }
}
footer.footer .title:after {
  display: block;
  width: 28px;
  margin-top: 0px;
  margin-bottom: 8px;
  border-top: 3px solid #fff;
  content: ' ';
}
footer.secondary {
  padding: 40px 0;
  background-color: #334A5D;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
  font-size: 14px;
}
footer.secondary p {
  margin-bottom: .5rem;
}
footer.secondary a {
  color: #fff;
}
.blog-links ul li {
  display: inline-block;
  font-size: 14px;
}
.blog-links ul li:after {
  display: inline;
  content: "•";
  padding: 0 12px;
  color: #ccc;
}
.blog-links ul li:last-of-type:after {
  display: none;
}
.front {
  background: #022873;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.no-front-video .front {
  background: #0077bb;
}
.front .clouds {
  padding: 25px 0 75px;
}
.front .card {
  border-color: #022873;
  border-width: 3px;
}
@media (min-width: 1200px) {
  .front .container {
    width: 1200px;
  }
}
.front .frontclouds {
  background-image: url(/_Resources/Static/Packages/Kramer.PrepaidHosterDe/Images/CLOUD-180.png);
  background-repeat: repeat-x;
  background-size: auto 25px;
  height: 52px;
  transform: rotate(180deg);
}
.front .user-area {
  color: #000;
}
.front .register .card-header {
  background: #2263D8;
  border-bottom-color: #5D89D9;
  color: #FFFFFF;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.front .register .text-muted {
  color: #8a8a8a !important;
  font-size: 95%;
}
.front .register {
  color: #2263D8 !important;
  border: 1px solid #07b;
  border-radius: 8px;
  background: transparent;
  transition-duration: .5s;
}
.front .register:focus-within,
.front .register:hover {
  transform: rotateY(0deg) scale(1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.33);
}
.front .register .card-body-wrapper {
  border-radius: 8px;
  background: linear-gradient(to bottom, #dcecf9, #bae4fa);
}
.front .register .card-body {
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.front .register .text-muted a {
  color: #686868 !important;
  font-weight: bold;
}
.front .front-content p {
  margin-bottom: 0;
  margin-top: 32px;
}
.front .register .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #07b;
  border-radius: 12px;
}
.front .register .btn {
  border-radius: 12px;
  padding: 8px 0;
}
.front .title {
  font-size: 36px;
}
.front .subheading {
  font-size: 24px;
  font-weight: 300;
}
.front p {
  font-size: 22px;
  font-weight: 300;
}
.front ul {
  margin: 32px 0;
  font-size: 20px;
  font-weight: 300;
  padding-left: 0;
}
.front ul {
  list-style: none;
  margin-top: 10px;
}
.front ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro", Arial;
  padding-right: 8px;
}
.front .button-area {
  padding: 24px 0;
}
.front .button-area .call-to-action {
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
@media only screen and (min-width: 1198px) {
  .front .button-area.count-multiple > div {
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  }
  .front .button-area.count-multiple > div .call-to-action {
    width: 100%;
    box-shadow: unset;
  }
  .front .button-area.count-multiple > div .call-to-action:not(:last-child) {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #fff;
  }
  .front .button-area.count-multiple > div .call-to-action:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media only screen and (max-width: 1198px) {
  .front {
    height: auto;
    padding: 0;
  }
  .front .button-area.count-multiple > div {
    display: block;
  }
  .call-to-action {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .icon-element-container.icons-md .icon {
    font-size: 22px;
  }
  .icon-style-rounded .icon {
    width: 80px;
    height: 80px;
  }
  .pt-5.mt-5 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.front .social-proof-bar {
  margin-bottom: 45px;
  border: 0px solid #022873;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.front .social-proof-bar .box {
  transition-duration: .25s;
  width: 100%;
  text-align: center;
}
.front .social-proof-bar .box.half {
  width: 50%;
}
.front .social-proof-bar .box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}
.front .social-proof-bar .box a {
  color: inherit;
}
.front .social-proof-bar .box a:hover {
  text-decoration: none;
}
.front .social-proof-bar .box:hover {
  transform: scale(1.1);
}
.front .social-proof-bar .box.tooltip-inner {
  width: 390px;
}
@media only screen and (max-width: 1198px) {
  .front .social-proof-bar .box {
    font-size: 14px;
    margin-bottom: 8px !important;
  }
  .front .social-proof-bar .box strong {
    font-size: 18px;
    margin-bottom: unset;
  }
  .front .social-proof-bar .box.half {
    width: 100%;
  }
}
.front .social-proof-bar .sep {
  border-right: 1px solid #022873;
  width: 2px;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1198px) {
  .front .social-proof-bar .sep {
    display: none;
    margin-bottom: 4px;
  }
}
.image-collection img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
  opacity: 1;
  transition-duration: .55s;
  margin-bottom: 22px;
}
.image-collection .animated {
  transition-duration: .1s;
}
.image-collection img:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
  opacity: 1;
  transform: scale(1.09);
  transition-duration: .25s;
}
.image-collection {
  margin-top: 42px;
}
.image-show .img-container {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.33);
}
.image-show .text {
  padding: 8px;
}
.gameserver-product-container .benefit-box {
  font-size: 18px;
  background: linear-gradient(to right, #0077bb 0%, #26ace2 75%);
  border: 0;
  color: #fff;
}
.gameserver-product-container .benefit-box h4 {
  font-weight: 300;
}
.gameserver-product-container .benefit-box ul li {
  font-weight: 300;
}
.gameserver-product-container .benefit-box ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.gameserver-product-container .benefit-box ul li:before {
  content: '✓';
  padding-right: 12px;
}
.gameserver-product-container .card-gameserver-product-box {
  background: #07b;
  color: #fff;
  width: 50%;
  margin: 0 4px;
}
.gameserver-product-container .card-gameserver-product-box p.game-server-name {
  text-align: center;
  font-size: 14px;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-weight: 300;
}
.gameserver-product-container .card-gameserver-product-box .server-name {
  text-align: center;
  font-weight: 300;
}
.gameserver-product-container .card-gameserver-product-box .server-subtitle {
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: .5rem;
}
.gameserver-product-container .card-gameserver-product-box .quality {
  text-align: center;
}
.gameserver-product-container .card-gameserver-product-box .quality span {
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}
.gameserver-product-container .card-gameserver-product-box .quality span.fill {
  background: #fff;
}
.gameserver-product-container .card-gameserver-product-box hr {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 0.5rem 0;
}
.gameserver-product-container .card-gameserver-product-box .spec-row {
  font-weight: 300;
  font-size: 16px;
  margin: 12px 0;
}
.gameserver-product-container .card-gameserver-product-box .spec-row strong,
.gameserver-product-container .card-gameserver-product-box .spec-row > span {
  display: block;
}
.gameserver-product-container h3:first-of-type {
  font-weight: 300;
}
/** NEW PRODUCT BOXES */
.product-box-top-bg {
  background: #022873;
  padding-bottom: 12px;
}
.product-box-top {
  background-image: url(https://www.prepaid-hoster.de/_Resources/Static/Packages/Kramer.PrepaidHosterDe/Images/CLOUD-180.png);
  background-repeat: repeat-x;
  background-size: auto 25px;
}
.product-box-top h2,
.product-box-top p {
  color: #ffffff;
  font-weight: 300;
}
.product-box-top p {
  margin-bottom: 0;
}
.product-box-top-end {
  background: #022873;
  background-image: url(/_Resources/Static/Packages/Kramer.PrepaidHosterDe/Images/CLOUD-180.png);
  background-repeat: repeat-x;
  background-size: auto 25px;
  height: 52px;
  transform: rotate(180deg);
}
.select-billing-cycle {
  text-align: right;
}
.select-billing-cycle span.text {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 14px;
  padding-right: 12px;
}
.select-billing-cycle .select {
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  border-bottom: 2px solid #cdcdcd;
  background: #fff;
  display: inline-block;
  padding: 4px 10px;
  font-weight: normal;
  color: #2f2f2f;
  margin-left: 8px;
  font-size: 14px;
}
.select-billing-cycle .select.selected {
  color: #fff;
  background: #021f5a;
  border-top-color: #fff;
}
.topproductbox-tabs {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
}
.productbox-slim {
  background: #ffffff;
  user-select: none;
  font-weight: 400;
  font-size: 18px;
  transition-duration: .25s;
  transition-property: background-color, height;
}
@media (max-width: 400px) {
  .productbox-slim {
    font-size: 14px;
  }
}
.productbox-slim .toggler i {
  color: #ccc;
  font-size: small;
}
.productbox-slim .toggler i.up {
  color: #fff;
}
@media (max-width: 1100px) {
  .productbox-slim .toggler i {
    display: none;
  }
}
.productbox-slim:focus {
  outline-style: inset;
}
.productbox-slim:hover {
  background-color: #e4f9fb;
}
.productbox-slim .border-bottom {
  border-bottom: 1px solid #f5f5f5;
}
.productbox-slim .bottom > div {
  display: flex;
  flex-direction: row;
}
.productbox-slim .bottom .row .col-md-4 .box {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  transition-duration: .25s;
  transition-property: background;
}
.productbox-slim .bottom .row .col-md-4 .box .neos-nodetypes-simpletext div {
  margin: auto 12px;
}
.productbox-slim .bottom .row .col-md-4 .box:hover {
  background: rgba(255, 255, 255, 0.1);
}
.productbox-slim .bottom a.btn.add-to-cart {
  padding: 12px 16px;
  white-space: nowrap;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  transition-duration: .25s;
  transition-property: background;
}
.productbox-slim .bottom a.btn.add-to-cart:hover {
  background: rgba(255, 255, 255, 0.3);
}
.productbox-slim .bottom a.btn.add-to-cart:active {
  background: rgba(255, 255, 255, 0.4);
}
.productbox-slim .inner,
.productbox-slim .bottom {
  margin: 0 24px;
}
.productbox-slim .inner {
  display: flex;
  height: 62px;
  cursor: pointer;
  color: #003d79;
}
.productbox-slim .inner strong {
  font-weight: 700;
}
.productbox-slim .inner .cell {
  min-width: 14%;
  padding: 0 12px;
  height: 62px;
  display: flex;
  flex-direction: row;
}
.productbox-slim .inner .cell > span {
  margin: auto 0;
}
.productbox-slim .inner .cell .mobile-header {
  display: none;
}
.productbox-slim .inner .cell.features {
  padding: 4px 12px;
  flex-direction: column;
  font-size: 14px;
  line-height: 12px;
}
.productbox-slim .inner .cell.price {
  font-size: 22px;
}
.productbox-slim .inner .cell.price .price-field {
  display: flex;
}
.productbox-slim .inner .cell.price .price-field.discounted {
  background-image: url(/_Resources/Static/Packages/Kramer.PrepaidHosterDe/Images/marker.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.productbox-slim .inner .cell.price .price-field modern-price {
  margin: auto;
}
.productbox-slim .inner .cell.price .original-price.old {
  font-size: 12px;
  color: #403f3f;
  margin-right: 8px;
}
.productbox-slim .inner .cell.price .original-price.old:before {
  content: "statt";
  padding-right: 2px;
}
.productbox-slim .inner .cell.price > span {
  width: 100%;
  text-align: right;
}
@media (max-width: 1100px) {
  .productbox-slim .inner .cell {
    flex-direction: column;
  }
  .productbox-slim .inner .cell .mobile-header {
    display: block;
    margin-bottom: 4px;
  }
}
.productbox-slim.header {
  border-radius: 8px 8px 0 0;
  font-size: 14px;
}
.productbox-slim.header .inner {
  height: auto;
}
.productbox-slim.header .inner .cell {
  display: inline-block;
  height: auto;
  padding: 12px;
  text-align: left;
}
.productbox-slim .on-toggled {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .5s;
}
.productbox-slim:last-of-type {
  border-radius: 0 0 8px 8px;
}
.productbox-slim:last-of-type .border-bottom {
  border-bottom: 0 !important;
}
.productbox-slim.toggled {
  background: #022873;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.productbox-slim.toggled .inner {
  color: #fff;
}
.productbox-slim.toggled .inner .price {
  color: #fff;
}
.productbox-slim.toggled .on-toggled {
  opacity: 1;
  height: auto;
  padding: 12px 0;
  padding-bottom: 0;
}
.product-benefit-images .neos-contentcollection {
  display: flex;
}
.product-benefit-images .neos-contentcollection .card {
  border-radius: 8px;
}
.product-benefit-images .neos-contentcollection > div {
  width: 100%;
}
@media (max-width: 1100px) {
  .product-benefit-images .neos-contentcollection {
    flex-wrap: wrap;
  }
  .product-benefit-images .neos-contentcollection > div {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 1100px) {
  .topproductbox-tabs {
    margin-top: 22px;
  }
  .topproductbox-tabs .header {
    display: none;
  }
  .topproductbox-tabs .productbox-slim {
    border-radius: 8px;
  }
  .topproductbox-tabs .productbox-slim {
    margin-bottom: 22px;
  }
  .topproductbox-tabs .productbox-slim .inner {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .topproductbox-tabs .productbox-slim .inner .cell {
    height: unset;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    flex-direction: column-reverse;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.cpu,
  .topproductbox-tabs .productbox-slim .inner .cell.memory,
  .topproductbox-tabs .productbox-slim .inner .cell.storage,
  .topproductbox-tabs .productbox-slim .inner .cell.bandwidth,
  .topproductbox-tabs .productbox-slim .inner .cell.mailboxes {
    width: 50%;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.score {
    width: 100%;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.cpumanufacteur {
    display: none;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.score {
    flex-direction: row;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.score span {
    margin: auto;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.score span:nth-of-type(2) {
    margin-left: 12px;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.price {
    width: 100%;
  }
  .topproductbox-tabs .productbox-slim .inner .cell.price > span {
    margin: auto;
    text-align: center;
  }
  .product-box-top .select-billing-cycle {
    margin-left: 0 !important;
    margin-top: 12px;
  }
  .product-box-top .select-billing-cycle .select {
    width: 100%;
    margin: 0;
    padding: 8px;
    margin-bottom: 2px;
  }
  .product-box-top .bottom > div {
    display: flex;
  }
  .product-box-top .bottom .row .col {
    width: 100%;
  }
}
.product-box-v2 {
  background-color: #f4f8fb;
  color: #005382;
  padding: 22px;
  margin: 11px 0;
  border-radius: 4px;
  cursor: default;
  border: 1px solid #f4f8fb;
  transition-property: border;
  transition-duration: .5s;
}
.product-box-v2:focus {
  border: 1px solid #07b;
}
.product-box-v2 .specs-row {
  margin-bottom: 4px;
}
.product-box-v2 div.specs-row strong {
  display: inline-block;
  padding-right: 2px;
}
.product-box-v2 p.price,
.product-box-v2 p.setup {
  margin-bottom: 0;
}
.product-box-v2 p.price {
  font-size: 24px;
}
.product-box-v2 p.setup {
  font-size: 16px;
  color: #5d99bb;
}
.more-details {
  border-top: 1px solid #d4e1f1;
  background-color: #dce9f9;
  padding: 12px 0;
}
a.show-more-details {
  background-color: #dce9f9;
  margin-top: 6px;
  padding: 8px 12px;
  color: #005382;
}
a.show-more-details:hover {
  color: #005382;
  text-decoration: none;
}
div.availability.high {
  color: #268403;
}
div.availability.low {
  color: #bbc008;
}
@media screen and (max-width: 767px) {
  .product-box-v2 .mobile-space {
    margin-top: 10px;
  }
  .product-box-v2 .text-mobile-center {
    text-align: center !important;
  }
}
.iconizer-item .icon {
  font-size: 90px;
  color: #07b;
}
.iconizer-item {
  color: #07b;
  font-weight: 300;
  margin: 6px 0;
}
.iconizer-item .heading {
  font-size: 28px;
  color: #001724;
  font-weight: 500;
  margin-top: 12px;
}
.iconizer-item .text-sm .heading {
  font-size: 22px;
  color: #001724;
  font-weight: 300;
}
.iconizer-item .text {
  font-size: 18px;
  color: #001724;
}
.iconizer-item .icon.green {
  color: #2CC76A;
}
.iconizer-item .icon.red {
  color: #EF3F29;
}
.icon-style-rounded {
  text-align: center;
}
.icon-style-rounded .icon {
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border: 4px solid #f5f5f5;
  height: 130px;
  width: 130px;
  font-size: 60px;
}
.icon-element-container.icons-sm .icon {
  font-size: 26px;
  width: 60px;
  height: 60px;
}
.icon-element-container.icons-sm .heading {
  font-size: 18px;
}
.icon-element-container.icons-sm .text {
  font-size: 16px;
}
.icon-element-container.icons-md .icon {
  font-size: 48px;
}
.icon-element-container.icons-md .heading {
  font-size: 20px;
}
@media (max-width: 992px) {
  .iconizer-item .heading {
    font-size: 18px;
    font-weight: normal;
  }
  .iconizer-item .text-sm .heading {
    font-size: 16px;
  }
  .iconizer-item .icon {
    font-size: 40px;
    color: #07b;
  }
  .iconizer-item {
    margin: 12px 0;
  }
}
.topbar,
nav.navbar {
  background-color: #f2f8fd;
}
.topbar .navbar-brand,
nav.navbar .navbar-brand {
  font-family: "Roboto", sans-serif;
}
ul.navbar-nav {
  font-size: 18px;
  font-weight: normal;
}
.menu-item a.nav-link {
  color: #022873;
}
.dropdown-toggle::after {
  color: #022873;
}
ul.navbar-nav .dropdown-item {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 300;
  white-space: unset;
}
.topbar-links a {
  color: #07b;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  margin-right: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  .topbar-links a {
    display: inline-block;
    padding: 8px;
  }
}
.page--subnav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  margin-left: 4px;
}
.page--subnav li a {
  font-weight: 300;
  background-color: #fff;
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid transparent;
  font-size: 14px;
  text-decoration: none;
  transition-duration: .25s;
  opacity: 0.3;
}
.page--subnav li.active a {
  border: 1px solid #07b;
  font-weight: bold;
  opacity: 1;
}
.page--subnav:hover li a {
  opacity: 1;
}
.page--subnav li a:hover {
  color: #000;
}
.metanav-max-400 {
  max-height: 400px;
  overflow: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.22), 0 -2px 2px rgba(0, 0, 0, 0.05);
}
.metanav-max-800 {
  max-height: 800px;
  overflow: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.22);
}
.scroll4::-webkit-scrollbar {
  width: 10px;
}
.scroll4::-webkit-scrollbar-thumb {
  background: #07b;
}
.scroll4::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.dropdown-menu {
  border-radius: 0;
}
.nav-link {
  color: #262626;
}
.nav-link .title {
  font-size: 18px;
}
.nav-link .title::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.nav-link .subTitle {
  color: #808080;
}
@keyframes smallFadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.smallFadeIn {
  animation-name: smallFadeIn;
}
@keyframes smallFadeOut {
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.smallFadeOut {
  animation-name: smallFadeOut;
}
.topbar {
  padding-top: 0;
}
.topbar {
  background: #022873;
}
.topbar-links a,
.topbar-links i.fa {
  color: #fff;
}
.topbar-links a {
  padding: 6px 12px;
  font-weight: 300;
}
.topbar-links a.bordered {
  border: 2px solid rgba(0, 190, 215, 0.4);
  border-radius: 4px;
  text-decoration: none;
}
.topbar-links a.bordered:hover {
  border-color: #fff;
}
.topbar-links .dropdown-menu a {
  color: #000;
  padding: .5rem 1.5rem;
}
.category-nav ul.vertical {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.category-nav ul.vertical li {
  display: inline-block;
}
.category-nav ul.vertical li::after {
  display: inline-block;
  content: "∙";
  padding: 0 4px;
}
.category-nav ul.vertical li:last-of-type::after {
  display: none;
}
nav.navbar-default .dropdown-toggle::after {
  display: none;
}
.promo-homepage {
  color: #d0041f;
  font-size: 3rem;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .promo-homepage {
    margin: 8px 0 !important;
    margin-left: 8px !important;
    line-height: unset;
    font-size: 1.2rem;
  }
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
div.new-navigation span.badge.badge-default {
  color: #0040bb;
  background: #a4d9f9;
  font-weight: normal;
  margin-right: 4px;
}
div.new-navigation .subitem-link.card {
  border-radius: 0;
}
div.new-navigation .subitem-link.card {
  background: #eef7ff;
  border-radius: 4px;
  border-width: 2px;
}
div.new-navigation .subitem-link.card:hover {
  box-shadow: none;
  border-color: #0077bb;
}
body.nav-no-description div.new-navigation .card .nav-item-description {
  display: none !important;
}
.path-ui .animated {
  animation-duration: .5s;
}
.path-ui {
  background-color: #a1dbff;
  padding: 82px 0;
}
.path-ui a.cat {
  background-color: #fff;
  display: block;
  padding: 8px 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  color: #888;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 14px;
  transition-duration: .24s;
}
.path-ui a.cat:last-of-type {
  margin-bottom: 0;
}
.path-ui a.cat:hover {
  border: 1px solid #07b;
  transform: translateX(10px);
}
.path-ui a.cat strong {
  color: #07b;
  display: block;
  font-size: 20px;
}
.path-ui a.cat span {
  display: block;
  text-align: justify;
  font-weight: 300;
}
.path-ui a.cat:active {
  transform: translateX(32px);
}
.path-ui a.cat.active {
  transform: translateX(32px);
  background-color: #07b;
  color: #fff;
}
.path-ui a.cat.active strong {
  color: #fff;
}
.path-ui .content {
  margin-left: 32px;
  padding: 12px;
}
.path-ui a.cat.content-cat {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #f5f5f5;
  font-weight: 300;
}
.path-ui a.cat.content-cat:hover {
  transform: none;
}
.path-ui a.cat.content-cat:active {
  transform: scale(0.95);
}
.path-ui a.cat.content-cat.active {
  border: 1px solid #07b;
  transform: none;
}
.path-ui a.cat.content-cat.active strong {
  color: #07b;
}
.table p {
  margin: 0;
  margin-top: 0 !important;
}
.table td.heading {
  background: #0077bb;
  color: #fff;
}
.table td.big {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 110%;
}
.table td.no-border {
  border: 0;
}
.table.table-white td {
  background-color: #fff;
}
.page-content > div > .content-block:nth-child(odd) .table td.no-border {
  background-color: #f5f5f5;
}
.table.table-bordered {
  border: 0;
}
.table tr.border-bottom-thick td {
  border-bottom-width: 2px;
  border-bottom-color: #07b;
}
.type-faqarticle figure {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 12px;
}
.type-faqarticle figure figcaption {
  margin-top: 4px;
  font-weight: 300;
  font-size: 16px;
}
.type-faqarticle pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  background-color: #333;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "Consolas", monospace;
}
@media only screen and (max-width: 1198px) {
  .type-faqarticle pre {
    white-space: normal;
  }
}
.type-faqarticle .neos-nodetypes-html-html small {
  display: none;
}
div[ng-controller=FaqSearchController] .input-group .input-group-text {
  background: #fff;
}
div[ng-controller=FaqSearchController] .input-group input.form-control {
  border-left: 0;
}
.meta-nav .list-group {
  border-radius: 0;
}
.meta-nav .list-group .list-group-item {
  border-radius: 0;
  border: 0;
  border-left: 2px solid #9c9c9c;
  color: #000;
  font-size: 18px;
}
.meta-nav .list-group .list-group-item .title {
  color: #003d79;
  display: block;
  font-weight: bold;
}
.meta-nav .list-group .list-group-item .text-description {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.meta-nav .list-group .list-group-item:hover {
  border-left-color: #00a1d9;
}
.modal-cart-dialog .modal-content {
  border: 0;
  border-radius: 0;
}
.modal-cart-dialog .modal-body {
  padding: 0 15px;
  border-radius: 0;
}
.modal-cart-dialog .cart-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 22px 33px;
}
.modal-cart-dialog .cart-item:last-of-type {
  border-bottom: 0;
}
.modal-cart-dialog .cart-item .pricing {
  font-size: 22px;
  color: #022873;
}
.modal-cart-dialog .modal-header-stripe {
  height: 4px;
  display: block;
  background: linear-gradient(to right, #022873 0%, #02318c 90%);
}
.modal-cart-dialog .modal-header {
  background: #022873;
  color: #f1f7fc;
  border-radius: 0;
}
.modal-cart-dialog .modal-footer {
  background: #f1f7fc;
  border-radius: 0;
}
.modal-cart-dialog .modal-footer .cell {
  margin-right: 11px;
}
.dedicated-server-list {
  padding-top: 42px;
  padding-bottom: 42px;
}
.dedicated-server-list .fc-left {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dedicated-server-list .fc-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dedicated-server-list .filter-card {
  margin-bottom: 12px;
}
.dedicated-server-list .filter-card label {
  font-weight: bold;
  color: #022873;
}
.dedicated-server-list .toggled {
  border-top: 1px solid #07b;
  border-bottom: 1px solid #07b;
}
.dedicated-server-list .toggled .dedicated-row.selectable {
  border-bottom: 1px solid transparent;
}
.dedicated-server-list .toggled .dedicated-row {
  background: #f4f8fb !important;
}
.dedicated-server-list .toggled .dedicated-row:not(.selectable) {
  border-bottom: 1px solid #fff !important;
}
.dedicated-server-list .dedicated-row {
  transition-duration: 0.4s;
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid #f4f8fb;
  font-weight: normal;
  color: #113f6d !important;
  font-size: 18px;
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row {
    flex-direction: column;
  }
}
.dedicated-server-list .dedicated-row.header-row {
  border-bottom: 1px solid #cfcfcf;
  background: #fff;
}
.dedicated-server-list .dedicated-row.top {
  border-radius: 12px 12px 0 0;
}
.dedicated-server-list .dedicated-row.top select,
.dedicated-server-list .dedicated-row.top input {
  background: #fff;
}
.dedicated-server-list .dedicated-row.selectable {
  cursor: pointer;
}
.dedicated-server-list .dedicated-row.selectable:hover {
  background: #f4f8fb;
}
.dedicated-server-list .dedicated-row .add-to-cart {
  display: inline-block;
  padding: 8px 24px;
  background: #0077bb;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  border: 2px solid #fff;
  font-size: 18px;
  transition-duration: .25s;
  text-shadow: none;
  font-weight: normal;
  padding: 2px 12px;
  width: 100%;
  font-size: 16px;
}
.dedicated-server-list .dedicated-row .add-to-cart:hover {
  filter: saturate(1.5);
  border-color: #a1dbff;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.32);
  color: #ffffff;
}
.dedicated-server-list .dedicated-row .add-to-cart:active {
  transform: translateY(4px);
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
}
.dedicated-server-list .dedicated-row .add-to-cart.sm {
  font-size: 14px;
  padding: 6px 12px;
}
.dedicated-server-list .dedicated-row .add-to-cart.lg {
  font-size: 22px;
  padding: 12px 24px;
}
.dedicated-server-list .dedicated-row.dedi-more-details {
  padding-bottom: 24px;
  color: #113f6d !important;
}
.dedicated-server-list .dedicated-row.dedi-more-details strong {
  font-weight: bold;
}
.dedicated-server-list .dedicated-row.dedi-more-details p {
  color: #113f6d !important;
}
.dedicated-server-list .dedicated-row.dedi-more-details ul,
.dedicated-server-list .dedicated-row.dedi-more-details li {
  list-style-type: none;
  padding-left: 0;
}
.dedicated-server-list .dedicated-row:not(.top) > div {
  width: 100%;
}
.dedicated-server-list .dedicated-row:not(.top) > div.cell-id {
  min-width: 105px;
  max-width: 105px;
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row:not(.top) > div.cell-id {
    min-width: 100%;
    max-width: 100%;
  }
}
.dedicated-server-list .dedicated-row:not(.top) > div.cell-memory {
  width: 115px;
  min-width: 115px;
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row:not(.top) > div.cell-memory {
    min-width: 100%;
    max-width: 100%;
  }
}
.dedicated-server-list .dedicated-row:not(.top) > div.cell-storage {
  width: 140px;
  min-width: 140px;
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row:not(.top) > div.cell-storage {
    min-width: 100%;
    max-width: 100%;
  }
}
.dedicated-server-list .dedicated-row:not(.top) > div.cell-price {
  width: 140px;
  min-width: 120px;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row:not(.top) > div.cell-price {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row div.header {
    display: none;
  }
}
.dedicated-server-list .dedicated-row > div:not(.header) > strong {
  display: none;
}
@media (max-width: 760px) {
  .dedicated-server-list .dedicated-row > div:not(.header) > strong {
    display: block;
  }
}
.dedicated-server-list .dedicated-row > div:not(.header) > span {
  display: block;
}
