@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?hkai1k');
  src: url('fonts/icomoon.eot?hkai1k#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hkai1k') format('truetype'),
    url('fonts/icomoon.woff?hkai1k') format('woff'),
    url('fonts/icomoon.svg?hkai1k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table a.btn.generate_pdf {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto !important;
  height: auto !important;
  height: 30px !important;
  flex-direction: row;
}

.relaunch-box{
  background-color: #f2f2f2;
  border: 1px solid #db0102;
  padding: 30px;
  line-height: 1.5em;
}

.relaunch-box h1{
      color: #db0102;
    line-height: 1.5em;
    font-size: 32px;
}

.new-shop{
  background-color: #f2f2f2;
  border: 1px solid #db0102;
  padding: 30px;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 50px;
}

.new-shop h1{
      color: #db0102;
    line-height: 1.5em;
    font-size: 32px;
}

table div[name='generate'] a.btn.generate_pdf {
  width: 70px !important;
}

table a.btn.generate_pdf > span {
  margin-left: 7px;
}

table a.btn.generate_pdf > i.fa-search {
  margin-left: 0;
}

.icon-document-file-pdf:before {
  content: '\e901';
}
.icon-document-file-pdf1:before {
  content: '\e902';
}
.icon-file-pdf1:before {
  content: '\e903';
}
.icon-file-pdf2:before {
  content: '\e904';
}
.icon-file-pdf:before {
  content: '\e900';
}

.footnote {
  display: inline-block;
}

/* --- GLOBAL --- */
.input.error > input.form-error {
  background-color: #e90001;
  color: white;
}

.error-message {
  color: red;
  font-size: 18px;
}

div.missing_extensions {
  position: absolute;
  background: #ffffff;
  border: 2px solid #e90001;
  width: 100%;
  z-index: 9999;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
}

.btn.small {
  height: 20px !important;
  line-height: 8px !important;
  font-size: 13px !important;
}

.btn.btn-grey {
  background-color: #68655d !important;
  border: 1px solid #68655d !important;
  color: #ffffff !important;
}

.btn.btn-grey:hover {
  background-color: #4d4d4d !important;
  border: 1px solid #4d4d4d !important;
}

nav.navbar.navbar-default.navbar-fixed-top {
  z-index: 1000;
}

div.search-box {
  z-index: 1001;
}

p.red {
  color: #ff0000;
  font-size: 16px;
  display: inline;
}

div.input.required > label::after {
  content: '*';
  color: #ff0000;
  font-size: 16px;
}

div.loading_spinner_div {
  position: absolute;
  z-index: 9000;
  left: 35%;
  top: 41%;
}

div.loading_spinner_div > img {
  width: 100px;
}

div.loading_spinner_div.contracts {
  height: 35px;
  position: absolute;
  top: 46px;
  left: auto;
  right: 0px;
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 220px;
  line-height: 30px;
}

div.loading_spinner_div.contracts > img {
  width: 30px;
}

input.form-control[readonly] {
  background-color: #fff;
}

input.form-control[readonly]:hover {
  cursor: text;
}

input[type='tel'].no-border-radius,
input[type='email'].no-border-radius,
input[type='password'].no-border-radius,
input[type='text'].no-border-radius,
input[type='file'].no-border-radius,
button.no-border-radius,
a.no-border-radius {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

input.form-control.specialized_contracts {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
  box-shadow: none;
}

input.form-control.specialized_contracts.small {
  width: 50px !important;
}

input.form-control.specialized_contracts.small_date {
  width: 65px !important;
}

input.form-control.specialized_contracts.medium {
  width: 150px !important;
}

input.form-control.specialized_contracts:focus {
  box-shadow: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'] {
  border: 1px solid #ccc;
  padding: 3px 10px;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

div.message,
div.must_values {
  top: 0px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.9;
  position: absolute;
  left: 0;
  z-index: 9000;
}

div.must_values {
  opacity: 1;
}

div.register {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.9;
  left: 0;
}

div.message.error,
div.must_values.error {
  background-color: #e32e32;
}

div.message.success {
  background-color: #00ab5f;
}

a.red_anchor {
  color: #ff0000 !important;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

a.employee_anchor {
  background-color: #ddd;
  text-decoration: none;
  padding: 10px;
  margin: 5px;
  color: #c9302c;
}

a.employee_anchor:hover {
  text-decoration: none;
  background-color: #999999;
  color: #ff0000;
}

div.flash {
  opacity: 0.9;
  font-size: 15px;
  text-align: center;
  width: 100%;
  top: -30px;
  line-height: 40px;
  position: absolute;
  height: 40px;
  color: #ffffff;
}

div.success {
  background-color: #00ab5f;
}

div.failed {
  background-color: #c9302c;
}

div.hinweis_login {
  border: 1px solid #ccc;
  padding: 10px;
}

/* --- TOP DEFINITIONEN ANFANG --- */
div[name='top'] div.service {
  font-size: 18px;
  line-height: 40px;
  text-align: right;
  display: none;
}

div[name='top'] a.logo {
  display: inline-block;
  margin: 20px 0;
}

div[name='top'] {
  margin-bottom: 10px;
}

/* --- NAVIGATION --- */
.navbar-default {
  background-color: transparent;
  border: none;
  margin-top: 10px;
  position: absolute;
  right: 0px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
  color: #db0102;
}

/* --- TEASER STARTSEITE --- */
div.teaser_startseite {
  height: 325px;
  color: #ffffff;
  background-color: #db0102;
  margin-bottom: 20px;
}

div.teaser_image img.teaser_image {
  right: 0;
  position: absolute;
  height: 330px;
  width: 500px;
}

/* --- BOXEN --- */
div.row[name='boxes_startseite'] {
  /*background-color: #eeeeee;*/
  margin-top: 5px;
}

/* ICONS */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
  color: #999;
}

.glyphicon-floppy-remove:before {
  content: '\e174';
  color: #999;
}

.glyphicon-cloud:before {
  content: '\2601';
  color: #999;
}

.glyphicon-refresh:before {
  content: '\e031';
  color: #999;
}

.glyphicon-print:before {
  content: '\e045';
  color: #999;
}

.glyphicon-envelope:before {
  content: '\2709';
  color: #999;
}

/* --- Staffelpreise unter Mietverträge / Wohnraum--- */

.staffelpreise {
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

/* --- VORTEILE STARTSEITE --- */
div.benefits_icon_startseite {
  background-color: #f2f2f2;
  width: 100px;
  height: 50px;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 20px;
  line-height: 50px;
}

/* --- CONTENT DEFINITIONEN ANFANG --- */
div[name='content'] {
  margin-bottom: 30px;
}

/* --- SHOP DEFINITIONEN ANFANG --- */
div.article {
  height: 160px;
  max-width: 279px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
}

div.article_details {
  height: auto;
}

div.article_details div.article_description {
  margin-top: 30px;
}

div.article div.article_details {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
}

div.article_details div.article_isbn,
div.article_details div.article_pages,
div.article_details div.article_modified,
div.article_details div.article_number {
  margin-top: -15px;
  margin-bottom: 20px;
  text-align: left;
}

div.article div.article_title_head {
  padding-left: 30px;
}

div.article div.article_title {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  height: 50px;
}

div.article div.article_price {
  height: 35px;
  padding-top: 5px;
  font-size: 12px;
  margin-bottom: 15px;
}

div.article div.article_actions {
  margin-top: 10px;
  width: 190px;
}

div.article div.article_actions a.show_details {
  font-size: 12px;
  width: 65px;
}

div.article div.article_actions a.add_one_to_cart {
  font-size: 12px;
  width: 120px;
}

div.article img.product_image_placeholder {
  width: 30px;
}

div.article img.product_image_exists {
  max-width: 30px;
}

div.article div.article_description {
  font-size: 12px;
}

div.article_count > select#article_count_select {
  width: 50px;
}

div.cart p.cart_title {
  font-size: 12px;
  font-weight: bold;
}

div.cart p.cart_content {
  font-size: 12px;
}

div.cart p.cart_anchor {
  font-size: 12px;
}

div.stepwizard-step {
  display: inline;
}

div.row.setup-content {
  background-color: #f2f2f2;
  padding: 15px;
}

ul.nav.nav-tabs.modified > li {
  font-size: 12px;
}

ul.nav.nav-tabs.modified > li > a {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  font-size: 20px;
  border: 1px solid #ddd;
}

ul.nav.nav-tabs.modified > li.active > a {
  border: 1px solid red;
  background-color: red;
  color: #fff;
  margin-top: -10px;
  padding-bottom: 13px;
  line-height: 35px;
}

/* --- VORAUSWAHL (SHOP) --- */
form#setup_search_form button.setup_search_submit {
  display: block;
  right: 85px;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  margin-top: -40px;
  padding: 0;
  border: none;
  background: #ccc url('/img/layout/search.png') center no-repeat;
}

/* --- EINSTELLUNGEN --- */
div.check_access_box {
  position: absolute;
  z-index: 9000;
  background-color: #fff;
  color: #333;
  padding: 15px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

div.check_access_box > input[type='password'] {
  width: 300px;
  display: inline;
}

div.check_access_box > button.btn-warning {
  display: inline;
  margin-left: 15px;
  margin-top: -4px;
}

/* --- SIDEBAR --- */
div#sidebar {
  padding-left: 0px;
}

div[name='sidebar'] {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}

div[name='sidebar'] a {
  color: #333;
}

div[name='sidebar'] a:hover {
  text-decoration: underline;
}

/* --- BOTTOM DEFINITIONEN ANFANG --- */
div[name='bottom'] {
  background: #f2f2f2;
  font-size: 12px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 20px;
}

div[name='bottom'] h3 {
  font-size: 14px;
  font-weight: 600;
}

div[name='bottom'] a {
  color: #333;
}

div[name='bottom'] div.bottom_title {
  font-weight: bold;
}

div[name='bottom'] a.social {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/img/layout/social_icon.png') no-repeat;
}

div[name='bottom'] a.facebook {
  background-position: 0px 0;
}

div[name='bottom'] a.twitter {
  background-position: -42px 0;
}

div[name='bottom'] a.google {
  background-position: -84px 0;
}

div[name='bottom'] a.youtube {
  background-position: -126px 0;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  div[name='bottom'] .col-lg-3:nth-child(2) {
    margin-left: 40px;
    margin-right: -40px;
  }

  div[name='boxes_startseite'] p.box_image img {
    max-width: 100%;
  }

  div.benefit_description {
    width: 95%;
  }
}

/* --- RESPONSIVE DEFINITIONEN --- */
@media all and (min-width: 992px) {
  div.navbar.navbar-inverse {
    display: none;
  }

  div[name='bottom'] .col-lg-3:nth-child(2) {
    margin-left: 40px;
    margin-right: -40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  div.benefits_icon_startseite {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  div[name='bottom'] div.links {
    margin-bottom: 15px !important;
  }

  div.benefit_description {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  div.row.article_details > div.col-xs-12 > div.row > div.article_details {
    padding-left: 30px;
    padding-top: 30px;
  }

  /** Navigation **/
  a.glyphicon-hamburger-button {
    background-color: #e90001;
    color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 40px;
    width: 50px;
  }

  a.glyphicon-hamburger-button span {
    font-size: 24px;
  }

  nav.navbar.navbar-default.navbar-fixed-top {
    display: none;
  }

  div.navbar.navbar-inverse {
    display: block;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: transparent;
    border-color: transparent;
  }

  div.navbar.navbar-inverse div.nav-collapse ul.nav li {
    width: 400px;
  }

  div.navbar.navbar-inverse div.nav-collapse ul.nav li a {
    font-size: 17px;
  }

  /** Backend **/
  div#sidebar.col-lg-3 {
    padding-right: 0px;
  }

  div#content.col-lg-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media all and (max-width: 767px) {
  div[name='top'] div.service {
    top: 0px;
    position: absolute;
    margin-top: -130px;
    right: 15px;
  }

  div[name='top'] div.navigation {
    margin-top: -70px;
  }

  /* --- BOXEN --- */
  div.row[name='boxes_startseite'] {
    /*background-color: #eeeeee;*/
    margin-top: 5px;
  }

  /*p.box_title {
		font-size: 20px;
		padding-top: 10px;
		text-align: center;
		color: #db0102;
	}
	.box_image {
		border: 1px solid #ccc;
		margin: 10px;
		display: flex;
		flex-direction: column;
	}

	.box_image:hover {
		background-color: #f2f2f2;
	}
	.box-container{
		width:100%;
		height:auto;
		display: block;
	}

	.box_image h2{
		color:#666 !important;
		font-weight: 300 !important;
		font-size: 20px;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
			margin-top: 10px;
	}

	.box_image a{
		color:#666 !important;
		font-weight: 300 !important;
	}*/
  #ihre_vorteile {
    text-align: center;
  }

  div.benefits_icon_startseite {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 130px;
  }
}

@media all and (min-width: 566px) and (max-width: 767px) {
  div.benefits_icon_startseite {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  div[name='bottom'] div.links {
    margin-bottom: 15px !important;
  }

  div#ihre_vorteile {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media all and (max-width: 639px) {
  div[name='top'] a.logo {
    padding-top: 30px;
  }

  div.search-box {
    margin-top: -30px;
  }

  div.backlink_homepage {
    margin-top: -30px !important;
  }
}

@media all and (max-width: 500px) {
  div.backlink_homepage {
    float: none !important;
    margin-top: 0px !important;
  }

  div.search-box {
    margin-bottom: 0px !important;
  }
}

@media all and (min-width: 400px) and (max-width: 565px) {
  div.benefits_icon_startseite {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  div[name='bottom'] div.links {
    margin-bottom: 50px !important;
  }

  div#ihre_vorteile {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media all and (max-width: 399px) {
  div.benefits_icon_startseite {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 399px) {
  div[name='top'] a.logo img {
    width: 65% !important;
  }
}

/*Setup Boxen*/
.setup_box_link {
  color: #0f0f0f;
}

.setup_box_link:hover {
  color: #0f0f0f;
}

.setup_box {
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.setup_box:hover {
  border: 1px solid #f9000b;
  background: #f5f5f5;
}

.setup_box:active {
  border: 1px solid #01f501;
}

/*Produkte-Seite*/
.products_ueberschrift {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#products_zurueck_button {
  text-align: center;
  padding: 10px;
  background-color: #d1c9cc;
  cursor: pointer;
  font-size: 11px;
  color: #000000;
  margin-left: 5px;
}

.required_label:after {
  content: '*';
  color: #ff0000;
  font-size: 16px;
}

/*
.checkbox{
    float: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
		max-width: 100%;
}
.checkbox label{
    vertical-align: middle;
    display: inline-flex;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px 5px 2px 5px;
}
.checkbox input{
    position: relative !important;
    margin-top: auto !important;
}*/

input[type='checkbox'] {
  margin-top: 4px !important;
}

div.input.select {
  float: left;
}

div.errorZahl {
  color: red;
  font-size: 13px;
  z-index: -1;
  display: block;
}

/* Registrieren */
.mitgliedsnummerfield {
  width: 350px;
  margin-top: 10px;
  border: 1px solid #ccc !important;
  background-color: #f2f2f2 !important;
}

.mitgliedsstatus {
  margin-top: 0px;
}

/*Verträge Design-Klassen*/
.horizontal_row {
  width: 100%;
  height: 0px;
  border-top: solid 1px #a5a5a5;
  border-bottom: solid 1px #fcfcfc;
  margin-top: 4px;
  margin-bottom: 4px;
}

.border_for_splitted_view {
  border: #fefefe solid 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(185, 185, 185, 1);
  -moz-box-shadow: 0px 0px 2px 1px rgba(185, 185, 185, 1);
  box-shadow: 0px 0px 2px 1px rgba(185, 185, 185, 1);
}

.absatz_abstand_links {
  padding-left: 40px;
}

div.radiobutton label,
div.radiobutton label input {
  cursor: pointer;
}

table.verteilerschluessel_tabelle td {
  white-space: nowrap;
}

table.zahlungen_tabelle td {
  padding-right: 10px;
  padding-top: 5px;
}

span.zusatz_label {
  font-weight: normal;
  font-size: medium;
  margin-left: 5px;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border: solid 1px #a9a9a9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.staffelpreise i.add {
  float: right;
  line-height: 20px;
}

.staffelpreise i.remove-row {
  float: right;
  line-height: 20px;
  padding-right: 5px;
}

.box_image {
  display: block;
  max-width: 425px;
  margin: 0 auto;
  background: #f2f2f2;
  color: #757575;
  box-sizing: content-box;
  padding: 2px;
  transition: color 0.125s linear, background 0.125s linear;
}

.box_image:hover {
  text-decoration: none;
  color: #424242;
  background: #d9d9d9;
}

.box_image h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
}

.box_image img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .box_image {
    margin-bottom: 30px;
  }
}

.intro {
  margin: 30px 0;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

.intro .benefits,
.teaser-service {
  font-family: 'Open Sans', sans-serif;
}

.intro h3,
.benefits h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
  letter-spacing: 0.5px;
  color: #757575;
  text-transform: uppercase;
}

.benefits .glyphicon,
.benefits .fa {
  background-color: #f2f2f2;
  padding: 20px;
  border: 2px solid #a6a6a6;
  border-radius: 40px;
  font-size: 30px;
}

.benefits h3 {
  margin-bottom: 20px;
}

.benefits .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  height: 100%;
}

.benefits .benefit > i {
  display: inline-table;
  margin-bottom: 15px;
}

.benefits .benefit > div {
  color: #5b5b5b;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

.benefits .more-info {
  color: #5b5b5b;
  font-size: 15px;
  border: 1px solid #5b5b5b;
  display: table;
  padding: 6px 22px;
  margin: 40px auto 0;
  text-transform: uppercase;
}

.teaser-service {
  color: white !important;
  background-color: #e70c19;
  display: flex;
  height: 100px;
}

.teaser-service-wrapper {
  margin-top: 50px;
}

.teaser-service .image {
  background-image: url('/img/service-teaser.jpeg');
  min-width: 150px;
  background-size: 150px;
}

.benefits {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 50px;
}

.teaser-service .text {
  flex: 1;
  padding-left: 30px;
  color: white !important;

  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teaser-service .text .bold {
  font-weight: 500;
  font-size: 19px;
}

.teaser-service .ts-logo {
  display: inline-block;
}

.teaser-service img.right-logo {
  width: 211px;
  height: 100px;
  padding: 10px;
}

.teaser-service .icon {
  border: 2px solid #fff;
  height: 40px;
  display: block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: white !important;
  border-radius: 20px;
  margin-top: 30px;
}

.teaser-service .icon i {
  font-size: 20px;
}

.teaser-service .ts-right {
  display: flex;
}

.teaser-service .icon-wrapper {
  margin: 0 40px;
}

.teaser-service-wrapper a:hover {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 768px) {
  .teaser-service {
    height: auto;
    padding: 10px;
  }

  .teaser-service .image {
    display: none;
  }

  .teaser-service .ts-right > div {
    flex: 1;
  }

  .teaser-service .icon {
    margin: 30px auto;
  }

  .teaser-service .text {
    padding-left: 0;
  }

  .teaser-service .right-logo {
    display: none;
  }

  .teaser-service .icon-wrapper {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 992px) {
  .teaser-service .image {
    display: none;
  }
}

.contract-setup div {
  display: flex;
  color: black;
}
.contract-setup div span:first-child {
  flex: 1;
}
.contract-setup div span:last-child {
  padding-right: 5px;
}

@media only screen and (max-width: 550px) {
  .orderend {
  }
}

.update-wrapper {
  box-shadow: 0px 0px 20px -15px rgba(0, 0, 0, 1),
    0px 0px 2px -1px rgba(0, 0, 0, 0.2);
}

.resetUpdateNotification {
  display: none;
}

#finishModal .modal-content {
  background: #e2021c;
  color: white;
  border: 5px solid white;
  border-radius: 0;
}
#finishModal .content {
  background: white;
  color: black;
  padding: 15px 25px;
}
#finishModal .check {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#finishModal .modal-body input {
  width: auto;
}
#finishModal .btn {
  border-radius: 0;
  border: 2px solid white;
}
#finishModal .btn:hover {
  color: white;
}
#finishModal .btn i {
  margin-right: 15px;
}

#finishModal .modal-title {
  text-align: center;
  font-size: 28px;
}

#finishModal h3 {
  text-align: center;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 25px;
}

#finishModal .btn-secondary {
  background: #727272;
}

#finishModal .modal-footer {
  display: flex;
  justify-content: center;
  border-top: none;
}

#finishModal .modal-header {
  border-bottom: none;
}

.ver {
  margin-left: 15px;
}
