@charset "UTF-8";
/*!
 * Copyright (c) 2020. Niedersächsische Tierseuchenkasse, Hannover, Germany. All rights reserved
 */
#tsk_nummer::-webkit-outer-spin-button,
#tsk_nummer::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#tsk_nummer {
  -moz-appearance: textfield;
}

#tsk_nummer_error {
  font-weight: unset;
}

.carousel-inner .carousel-img {
  width: 100%;
}
.carousel-inner .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
}

#tsk_nummer_hint.help-block {
  font-weight: unset;
  color: #2b542c;
}

#online_meldung_btn.btn-lg {
  padding: 10px 16px !important;
  font-size: 20px !important;
  line-height: 1.33333 !important;
  border-radius: 0 !important;
}

#online_meldung_btn.btn-primary {
  color: #fff !important;
  background-color: #03265d !important;
  border-color: #021c44 !important;
}

#header-img {
  position: relative;
  margin-top: -1px;
}

#header-img img {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #header-img img {
    height: 275px;
  }
}

.row.abstand {
  margin-top: 40px;
}

.startimagetext {
  color: #03265d;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #03265d;
  padding: 2em 2em;
  position: absolute;
  bottom: 10px;
  right: 10%;
  width: 80%;
  text-align: center;
}
.startimagetext h3 {
  padding: 0;
  margin: 0;
}
.startimagetext a {
  color: #03265d;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .startimagetext {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.service .service-content p {
  padding: 0 10px;
}

.jumbotron.home {
  background-color: #8baa13;
  color: #FFFFFF;
  padding: 30px !important;
  text-align: center;
}
.jumbotron.home table {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.jumbotron.home table td {
  padding-right: 10px;
}
.jumbotron.home h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.jumbotron.home a {
  color: #FFF;
  text-decoration: underline;
  font-size: 18px;
}
.jumbotron.home i.fas {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #FFF;
  text-align: center;
  line-height: 77px;
  vertical-align: middle;
  padding-right: 1px;
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
  .jumbotron.home .nested-row {
    min-height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) {
  .jumbotron.home .nested-row {
    min-height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.jumbotron.home .nested-col p {
  font-size: 18px;
  line-height: 1.42857;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (orientation: portrait) and (min-width: 769px) {
  .jumbotron.home .nested-col {
    min-height: 95px !important;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1023px) {
  .jumbotron.home .nested-col {
    min-height: 95px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .jumbotron.home .nested-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .jumbotron.home .nested-col p {
    text-align: center;
  }
}

.contact-icons {
  margin-top: 20px;
}

.home-content {
  margin-top: 20px;
  margin-bottom: 50px;
}
.home-content h3 {
  margin-top: 0px;
  padding: 0;
  margin-bottom: 20px;
}
.home-content p {
  margin-bottom: 20px;
}
.home-content p a {
  text-decoration: underline;
  font-weight: bold;
}

#myModal .modal-title.center {
  text-align: center;
}
#myModal .modal-footer {
  text-align: center;
}
#myModal .modal-footer a.btn {
  width: 100%;
}