.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 90px !important;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }

  .header {
    height: 63px !important;
    position: fixed;
  }
}

@media only screen and (max-width:460px) {
  .content-body {
    padding: 5px 5px
  }
 .col-md-12 {
    padding-right: 5px;
    padding-left: 5x;
  }
  .SelectItem {
    width: 130px;
    height: 130px;
  }
 .SelectItem img {
    width: 130px;
    height: 130px;
  }
  .logo {
    padding-left: 10px;
  }
  .logosize {
    max-width: 90px;
  }
}


body .btn-primary, body .btn-secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006e73 !important;
    border-color: #006e73 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #006e73 !important;
}

ol.acc-wizard-sidebar li.acc-wizard-active::before {
    background: #000 none repeat scroll 0 0 !important;
}

ol.acc-wizard-sidebar li:before {
    background: #000;
}

ol.acc-wizard-sidebar li.acc-wizard-active::before {
    background: #627d77 none repeat scroll 0 0;
}

.acc-wizard-active .acc-wizard-sidebar li.acc-wizard-active, ol.acc-wizard-sidebar li.acc-wizard-active a {
    color: #000 !important;
}

ol.acc-wizard-sidebar li a {
    color: #627d77 !important;
}

ol.acc-wizard-sidebar li:before {
    background:  #627d77 !important;
}

.header .toggle-sidebar-left {
    background: #627d77 !important;
}

h3, h4, a, .btn-link {
    color: #627d77;
}

.tabs-primary li.active a, .tabs-primary li.active a:hover, .tabs-primary li.active a:focus {
    border-top-color:  #006e73!important;
    color: #006e73 !important;
}

a:hover, a:focus, .btn-link:hover, .btn-link:focus {
    color: #006e73 !important;
}

body .btn-primary:hover, body .btn-secondary:hover {
   border-color: #006e73  !important;
    background-color: #006e73 !important;
}
body .btn-primary:active, body .btn-secondary:active, body .btn-primary:focus, body .btn-secondary:focus {
    border-color: #006e73 !important;
    background-color: #006e73 !important;
}

.btn:focus, .btn.focus {
    outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.btn-primary:focus, .btn-primary.focus {
 
   box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.dialogAerzteControlRight{
    display: flex;
    gap: 1rem;
}

.btn {
	padding: 0.5rem;
}

body {
  font-family: SWISA03, sans-serif !important;
}

