/*this part makes sure that links are not messed up when you print the page*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

body {
  background-color: #fafaf0;
}

.callout {
  padding-bottom: 20px;
  /*border-bottom:solid #402E22 5px;*/
  color: #402e22;
}

.holiday_callout {
  color: #ff0000;
}

.A {
  background-color: #fabd0a;
  margin-top: 20px; /*this increases distance from prior row*/
  color: #523a2a;
}

.B {
  /*border:2px solid #2EBFDE;*/

  color: #523a2a;
}

#portrait {
  width: 80%;
  max-width: 300px;
}

form {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

.immortal {
  display: none;
}

.termine24-widget {
  background-color: #569c12;
  color: #000000;
}

.t-row {
  margin-top: inherit !important;
  margin-bottom: 5px;
  padding: 0px !important;
}

.t-col {
  padding: inherit !important;
}

div img {
  margin-top: 10px;
  margin-bottom: 10px;
}

div h4,
h5 {
  margin-top: 10px;
  font-weight: bold;
  color: #402e22;
}

img {
  border-radius: 5px;
}

#footer {
  margin-bottom: 30px;
}

.row {
  margin-top: 25px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
}

.container-fluid {
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 5px;
  padding-left: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: inherit !important;
}

.widget {
  margin: auto;
}

/* This sets the navbar elements */
.nav > li > a {
  font-weight: bold;
  text-decoration: none;
}
.no-text-decoration {
  text-decoration: none !important;
}

a {
  color: #569c12;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #264408;
  text-decoration: underline;
}
h4 > a {
  text-decoration: none;
}

h5 > a {
  text-decoration: none;
}

.iframe-rwd {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.td_width {
  width: 55px;
}

.navbar-default {
  background-color: #fabd0a;
  border-color: #fafaf0;
  border-radius: 5px;
}
.navbar-default .navbar-brand {
  color: #402e22;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #402e22;
}
.navbar-default .navbar-nav > li > a {
  color: #402e22;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #fafaf0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fafaf0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fafaf0;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #402e22;
  border-bottom-color: #402e22;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #2ebfde;
  border-bottom-color: #2ebfde;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #2ebfde;
  border-bottom-color: #2ebfde;
}
.navbar-default .navbar-toggle {
  border-color: #fafaf0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fafaf0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #402e22;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #402e22;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2ebfde;
  }
}

#StandortAddress {
  padding-bottom: 20px;
}
