/* ============================================================== FONTS ============================================================== */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/montserrat-v12-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/montserrat-v12-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/montserrat-v12-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
        font-size: 1rem;
        font-style: normal;
        margin-left: 10px;
}

.flaticon-edit:before { content: "\f100"; }

/* ============================================================== ALLGEMEIN ============================================================== */

html,
body {
  height: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  overflow-x: hidden !important;
}

body {
  color: #444;
  background-color: #fff;
  font-size: 16px;
}

main ul {
  padding-left: 2rem;
}

main ul li {
  margin-bottom: 0.25rem;
}

main {
  min-height: 70vh;
  min-height: -webkit-calc(100vh - 305px);
  min-height: -moz-calc(100vh - 305px);
  min-height: calc(100vh - 305px);
}

body.unterseite {
  color: #333;
  background-color: #fff;
}

.strong {
  font-weight: 700;
}

a,
a:focus,
a:hover {
  color: #444;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.35;
}

.impressum h4 {
  font-weight: 700;
  margin-top: 1.75rem;
}

.impressum h5 {
  font-weight: 700;
  margin-top: 1.25rem;
}

@media (max-width: 420px) {

  .impressum h4 {
    font-size: 115%;
  }
  
  .impressum h5 {
    font-size: 100%;
  }
}

.impressum p strong {
  display: inline-block;
  margin-top: 1rem;
}


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.cover-container {
  max-width: 1000px;
}

.cover {
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.green {
  color: #218838;
}

/* ============================================================== HEADER ============================================================== */

header {
  width: 100%;
  margin-bottom: 60px;
}

.navbar {
  padding: 0 !important;
}

.navbar-nav {
  background-color: #fff;
  position: relative;
  top: 35px;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 1, 0.15);
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 700;
  color: #444;
  background-color: transparent;
  font-size: 16px;
  padding: 18px 0 10px 0;
  transition: 300ms;
}

.nav-masthead .nav-link.nav-link-logo {
  padding: 10px 25px;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #444;
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link.active:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 8px;
    background: #db2330;
    bottom: -10px;
    transition: 1s all;
  }

  .navbar-dark .navbar-nav .nav-item:first-child .nav-link.active:after,
  .navbar-dark .navbar-nav .nav-item:first-child .nav-link:hover:after {
    border-bottom-left-radius: 5px;
  }

  .navbar-dark .navbar-nav .nav-item:last-child .nav-link.active:after,
  .navbar-dark .navbar-nav .nav-item:last-child .nav-link:hover:after {
    border-bottom-right-radius: 5px;
  }

  .navbar-dark .navbar-nav a.nav-link:hover {
    color: #444;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 8px;
    background: transparent;
    bottom: -10px;
    transition: 0.3s all;
  }

  .navbar-dark .navbar-nav .nav-link:hover:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 8px;
    background: #db2330;
    bottom: -10px;
    transition: 0.3s all;
  }
}


li.nav-item {
  border-right: 1px solid #eee;
}

li.nav-item:last-child {
  border-right: 0;
}

img.mobile {
  text-align: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  position: relative;
  top: 10px;
  left: 10px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.top-header {
  background: #db2330;
  background: -moz-linear-gradient(top, #db2330 0%, #db2330 50%, #92131c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #db2330), color-stop(50%, #db2330), color-stop(100%, #92131c));
  background: -webkit-linear-gradient(top, #db2330 0%, #db2330 50%, #92131c 100%);
  background: -o-linear-gradient(top, #db2330 0%, #db2330 50%, #92131c 100%);
  background: -ms-linear-gradient(top, #db2330 0%, #db2330 50%, #92131c 100%);
  background: linear-gradient(to bottom, #db2330 0%, #db2330 50%, #92131c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2330', endColorstr='#b11c27', GradientType=0);
  width: 100%;
  min-height: 150px;
  padding-top: 35px;
}

header .top-header img {
  max-width: 180px;
}


/* ============================================================== FOOTER ============================================================== */

.mastfoot {
  background: #db2330;
  background: -moz-linear-gradient(top, #db2330 0%, #db2330 20%, #92131c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #db2330), color-stop(20%, #db2330), color-stop(100%, #92131c));
  background: -webkit-linear-gradient(top, #db2330 0%, #db2330 20%, #92131c 100%);
  background: -o-linear-gradient(top, #db2330 0%, #db2330 20%, #92131c 100%);
  background: -ms-linear-gradient(top, #db2330 0%, #db2330 20%, #92131c 100%);
  background: linear-gradient(to bottom, #db2330 0%, #db2330 20%, #92131c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2330', endColorstr='#b11c27', GradientType=0);
  color: rgba(255, 255, 255, .5);
  min-height: 60px;
  margin-top: 2rem;
}

footer.mastfoot p,
footer.mastfoot a {
  color: #fff;
  font-size: 14px;
}

.max340 {
  width: 100%;
  max-width: 340px;
}

.p-start {
  margin: 3rem auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 160% !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: initial;
}

/* ============================================================== CONTENT ============================================================== */

.card {
  padding: 35px;
  border: 0;
}

.login-card.card {
  border-radius: 16px 15px 15px 16px;
  border: 0;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 1, 0.15);
  min-height: 570px;
}

.login-card.card {
  padding: 0;
}

.event-card.card {
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 1, 0.15);
}

.card-body {
  padding: 0;
}

.login-card.card .card-body {
  padding: 40px;
}

.login-card.card #accordion .card-body {
  padding: 0 0;
}

.login-card.card #accordion .card-body {
  padding: 10px 15px 20px 15px;
}

.login-card.card #accordion .card-header {
  padding: 0 20px;
}


@media (min-width: 599px) {
  .login-card.card #accordion .card-body {
    padding: 10px 40px 40px 40px;
  }

  .login-card.card #accordion .card-header {
    padding: 0 40px;
  }
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}

a.accordion-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.min-height-login {
  min-height: 570px;
}

.login-card.card .card-body .card-title {
  font-weight: 700;
  margin: 0;
}

.card-body .card-title {
  font-weight: 700;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #db2330;
  font-size: 14px;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #eee;
  font-size: 14px;
  color: #555;
}

.nav-pills .nav-link {
  font-size: 14px;
}

.card .nav-pills li.nav-item {
  min-width: 35%;
  margin-left: 15px;
}

.card .nav-pills li.nav-item:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .login-bg {
    background: url(../img/login-card-img.jpg) center center;
    background-size: cover;
    border-radius: 15px 0 0 15px;
  }
}

form.start-password {
  display: flex;
  justify-content: center;
}

.content {
  margin: 2.2rem 0;
}

input {
  border-radius: 8px;
}

.start-password input {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  color: #333;
  margin-top: 1rem;
}

.start-password input:focus {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, .0);
  border: 1px solid #ccc;
  color: #333;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}

.start-password ::-webkit-input-placeholder {

  color: #333;
}

.start-password :-moz-placeholder {
  /* Firefox 18- */

  color: #333;
}

.start-password ::-moz-placeholder {
  /* Firefox 19+ */

  color: #333;
}

.start-password :-ms-input-placeholder {

  color: #333;
}

.start-password button {
  font-size: 16px;
  letter-spacing: 0.05rem;
  width: 100%;
  height: 50px;
  margin-top: 1rem;
  text-align: center;
  background: #db2330;
  border: 2px solid transparent;
  color: #fff;
  font-weight: 700;
}

.start-password button.btn-light:hover {
  color: #fff;
  background-color: #c21c27;
  border-color: rgba(0, 0, 0, 0.05);
}

.alert-danger {
  color: #ffffff;
  background-color: #d10007;
  border: 1px solid #a90006;
  border-radius: 5px;
}

.flaticon-edit {
  color: #333;
  transition: 0.3s all;
  font-weight: 700;
}

.flaticon-edit:hover {
  color: #c21c27;
  transition: 0.3s all;
}

#headingTwo .card-title:hover {
  text-decoration: underline;
}

/* ============================================================== Eventseite ============================================================== */

.event-card {
  margin-bottom: 2rem;
}

.event-card table tr td:first-child {
  font-weight: 700;
  width: 80px;
}

/* ============================================================== Unterseiten ============================================================== */

h1,
h1 a {
  font-size: 24px;
  color: rgb(209, 0, 7);
  font-weight: bold;
  text-transform: none;
  line-height: 1.6;
  margin-bottom: 0;
}

h1 a:hover {
  color: rgb(209, 0, 7);
}

h2 {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  margin-bottom: 3px;
}

span.steps-right {
  font-size: 16px;
  color: #444;
  text-align: right;
  font-weight: 400;
  float: right;
  text-transform: none;
  margin-top: 10px;
}

table.kontaktdaten {
  width: 100%;
}

table.kontaktdaten tr td {
  padding: 5px 15px 5px 0;
  vertical-align: middle;
}

table.kontaktdaten tr td:first-child {
  font-weight: 700;
  min-width: 150px;
}

.btn-success,
.btn-warning {
  font-weight: 400;
  padding: 0.6rem 2rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  letter-spacing: 0.02rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff !important;
  border: 2px solid transparent;
}

.btn-warning {
  background-color: rgb(255, 94, 0);
}

.mr25 {
  margin-right: 25px;
}

.btn-warning:hover {
  background-color: rgb(228, 83, 0);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.05);
}

.neuer-bn label {
  font-weight: 700;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 70px 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 5px;
  line-height: 150% !important;
}

.inputGroup label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: rgb(209, 0, 7);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
  color: #fff;
}

.inputGroup input:checked~label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked~label:after {
  background-color: rgb(209, 0, 7);
  ;
  border-color: #fff;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form {
  padding: 0;
  margin: 20px auto 25px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

form .form-group {
  width: 100%;
}

form#form-vertretung label {
  margin: 15px 0 5px 0;
  font-weight: 700;
}

form#form-vertretung label span {
  font-weight: 400;
  font-size: 12px;
}

form#form-vertretung input:last-child {
  margin: 0px 0 30px 0;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}

.invalid {
  border-color: #dc3545;
  color: #dc3545;
}

.form-control.invalid {
  border-width: 2px;
}

span.invalid,
.invalid + span {
  display: inline-block;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  line-height: 140%;
  color: #dc3545;
}

.alert ul {
  font-size: 90%;
  margin: 0;
  padding: 0 0 0 18px;
}

.custom-checkbox label.custom-control-label {
  font-size: 14px;
}

/* ============================================================== PRINT ============================================================== */

.print-form input {
  margin-bottom: 15pt;

}

.print-form input#name {
  font-weight: 700;
}

.print-form img {
  display: none;
}

.print-form textarea#firma {
  text-align: center !important;
  margin-bottom: 20px;
}

.print-form button,
.print-form a {
  width: 100%;
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 20px;
}

@media print {

  .print-form img {
    display: block;
    opacity: 1;
  }


  body {
    margin: 0;
    padding: 0;
    overflow: hidden !important;
  }

  .print-outer {
    margin: 0 auto;
    text-align: center;
    width: 62mm;
    height: 132.7mm;
    position: relative;
    display: inline-block;
    margin: 0 !important;
  }

  .col-sm-12,
  .row,
  .container,
  .content,
  .cover {
    margin: 0 !important;
    padding: 0 !important;
  }

  .print-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    text-align: center;
    height: 37.3mm;
  }

  .print-form input,
  .print-form textarea {
    width: 110mm;
    height: 14mm;
    color: black;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .print-form input#name {
    border: 0;
    margin-bottom: 0px;
    padding: 0;
    font-size: 0.7cm;
    text-align: center;
  }

  .print-form textarea#firma {
    border: 0;
    margin-bottom: 0px;
    font-weight: 400;
    padding: 0;
    font-size: 0.45cm;
    text-align: center;
    overflow: hidden;
    border-color: transparent;
    resize: none;
    white-space: normal;
    text-align: center !important;
    word-break: break-all;
  }

  .print-form button,
  .print-form a {
    display: none;
  }
}

/* ============================================================== Querries ============================================================== */

@media (min-width: 1024px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  img.mobile {
    display: none;
  }
}

@media (max-width: 991px) {

  .event-card-footer-right.text-right {
    margin-top: 1rem;
  }

  footer .container .row.align-middle {
    padding: 19px 0;
  }

  .event-card-footer-right.col-lg-6.text-right {
    text-align: left !important;
  }

  .event-card-footer-right.col-lg-6.text-right button.btn.btn-success {
    margin-top: 1.25rem;
  }

  .btn-success,
  .btn-warning {
    margin-bottom: 15px;
  }

  .top-header .container {
    position: relative;
  }

  img.desktop {
    display: none;
  }

  nav.navbar.nav-masthead {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    top: 40px;
    padding: 0 15px !important;
  }

  li.nav-item {
    border: 0;
  }

  li.nav-item.active {
    background-color: #e6e4e4;
  }

  .navbar-nav {
    background-color: #fff;
    position: relative;
    top: 15px;
    border-radius: 0;
    box-shadow: 0;
  }

  button:focus {
    outline: 1px dotted;
    outline: 5px auto rgb(255, 255, 255, 0.5);
  }

  .top-header {
    padding: 15px 0;
  }

  .login-bg {
    display: none;
  }

  .login-card.card,
  .min-height-login {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {

  .card.event-card .event-card-footer .col-6 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card.event-card .event-card-footer .col-6 button {
    width: 100%;
    margin-top: 1rem;
  }

  .event-card table tr td:first-child {
    font-weight: 700;
    width: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 5px;
    font-size: 16px;
  }

  .nav-masthead .nav-link.nav-link-logo {
    display: none;
  }

  .navbar.navbar-dark {
    margin-bottom: 25px;
  }

  footer.mastfoot.d-flex.align-items-center p {
    text-align: center !important;
    margin: 0 0 8px 0 !important;
  }

  footer.mastfoot.d-flex.align-items-center {
    padding: 15px 0 10px 0 !important;
  }

  header {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 590px) {

  .btn-success,
  .btn-warning {
    width: 100% !important;
  }

  .h4,
  h4 {
    font-size: 1.25rem;
  }

  nav.navbar.nav-masthead {
    padding: 0 39px !important;
  }

  .login-card.card .card-body {
    padding: 25px;
  }

  .event-card table tr td {
    display: block;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
  }

  h1 {
    font-size: 22px !important;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {

  .content {
    margin: 0;
  }

  .cover {
    padding: 0;
  }

  .card {
    padding: 20px;
  }

  .inputGroup label {
    padding: 12px 70px 12px 10px;
    line-height: 150% !important;
    font-size: 15px;
  }
}

@media (max-width: 420px) {

  h1 {
    font-size: 20px !important;
  }

  body {
    font-size: 15px;
  }

  .card .nav-pills li.nav-item {
    min-width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .btn-success,
  .btn-warning {
    padding: 0.6rem 1.5rem;
    font-size: 15px;
    line-height: 1.5;
  }

  .card .nav-pills li.nav-item {
    min-width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  header .top-header img {
    padding-left: 25px;
  }
}
