/** Styles **/

:root {
  --red:        #862041;
  --gray:       #57585a;
  --lightgray:  #f0f0f0;
  --green:      #225a33;
}

@font-face {
font-family: "Bebas";
src: url("https://jetzerbegg.klixa.ch/fonts/BebasNeue-Regular.ttf");
}

@font-face {
font-family: "egyptienne";
src: url("https://jetzerbegg.klixa.ch/fonts/egypt_bold.otf") format("otf"),
src: url("https://jetzerbegg.klixa.ch/fonts/egypt_italic.otf") format("otf"),
src: url("https://jetzerbegg.klixa.ch/fonts/egypt_ronan.otf") format("otf");
}

html { 
height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Cervo Neue W05 Medium Neue';
  font-size: 14pt;
}


h1, h2, h3, h4, h5, h6, .h4, .text-image {
  font-family: 'Egyptienne F LT W01_55 Roman';
}
a, a:active, p a, p a:active, .link {
  color: var(--red);
}

p a:hover, .link:hover {
  cursor: pointer;
}

.topper {
  padding-top: 120px;
}

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

.masthead {
  background-image: url(/img/theke/455_websize.jpg);
  background-size: cover;
  min-height: 100vh;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #d64f79;
}

.navbar-nav .nav-item .nav-link {
  color: black;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .navbar-nav {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--gray) !important;
  }
  .navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #d64f79;
  }
}

.navbar {
  min-height: 60px;
  background-color: white;
  opacity: 0.75;
  color: black;
  font-family: 'Egyptienne F LT W01_55 Roman';
}
.navbar-shrink {
  background-color: var(--red) !important;
  opacity: 0.9;
}
.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.adm_red {
  color: #d64f79 !important;
}

.adm_red:hover {
  color: black !important;
}
.dev {
  color: yellow !important;
}
.navbar .jerterbegg-head-datum {
  display: none;
}

.navbar .jetzerbegg-head-logo {
  position: absolute;
  top: 0;
  left: 25px;
  height: 60px;
  z-index: 1000;
}

@media (max-width: 1199px) {
  .navbar div button {
    z-index: 1002;
  }

  #navbarResponsive {
    z-index: 1001;
    padding-left: 10px;
    background-color: var(--lightgray);
    opacity: 0.95;
  }
  .navbar-shrink #navbarResponsive {
    background-color: transparent;
  }
}

.navbar-toggler {
  color: black !important;
  border-color: black !important;
}

.navbar-shrink .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-shrink .jetzerbegg-head-datum {
  display: none;
}

@media (min-width: 768px) {
  .navbar .jetzerbegg-head-datum {
    display: none;
  }
  .navbar-shrink .jetzerbegg-head-datum {
    position: absolute;
    display: block;
    top: 30px;
    left: 330px;
    color: #fff;
    background-color: transparent;
    opacity: inherit;
    padding: 0;

    font-size: 12px;
    line-height: 12px;
  }
}

.navbar-shrink .jetzerbegg-head-logo {
  position: absolute;
  top: 0;
  left: 25px;
  width: 200px;
}

.navbar-shrink .jetzerbegg-head-heartbeat-container {
  top: 50%;
}

.navbar-toggler-right {
  right: 2vw;
  position: absolute;
}

.jetzerbegg-head-online {
  position: absolute;
  top: 10vh;
  left: 5vw;
}

.jetzerbegg-head-online img {
  width: 8vw;
}

.jetzerbegg-head-logo img {
  width: 6vw;
  position: relative;
  height: auto;
  top: 0;
}


.jetzerbegg-counter span {
  font-size: 2rem;
}

.jetzerbegg-footer div img {
  max-height: 8vh;
  max-width: 80%;
}

.footer-impressum {
  background-color: var(--red);
}

.footer-impressum p {
  color: white;
}

.footer-impressum p a, .footer-impressum p a:active {
  color: white;
}

.footer-impressum p a:hover {
  color: var(--red);
}

.jetzerbegg-footer-text {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.jetzerbegg-cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  display: none;
}

.jetzerbegg-cookie-banner a {
  color: var(--red);
}

.dev-border {
  border: red thin solid;
}

.jetzerbegg-intro-image {
  width: 100%;
  margin: 0;
}

.jetzerbegg-intro-text, .jetzerbegg-intro-text-left {
  position: relative;
  padding: 0;
}

.jetzerbegg-intro-text p {
  border-left: var(--red) 8px solid;
  padding-left: 30px;
  padding-right: 30px;
}

.jetzerbegg-intro-text h4 {
  padding-left: 36px;
  padding-right: 36px;
  margin-left: 2px;
}

.jetzerbegg-intro-text span {
  padding-left: 36px;
  padding-right: 36px;
  margin-left: 2px;
  color: white;
}

.jetzerbegg-intro-text-left p {
  border-right: var(--red) 8px solid;
  border-left: none;
  padding-left: 30px;
  padding-right: 30px;
}

.jetzerbegg-intro-text-left h4 {
  padding-left: 30px;
  padding-right: 36px;
  margin-right: 2px;
}

.jetzerbegg-intro-text-left span {
  padding-left: 30px;
  padding-right: 36px;
  margin-right: 2px;
  color: white;
}

@media (max-width: 991px) {
  .jetzerbegg-intro-text-left p {
    border-right: none;
    border-left: var(--red) 8px solid;
    padding-left: 30px;
    padding-right: 30px;
  }

  .jetzerbegg-intro-text-left h4 {
    padding-left: 36px;
    padding-right: 36px;
    margin-left: 2px;
  }
}

.jetzerbegg-intro-blockimage {
  width: 10vw;
  padding: 0;
}

.jetzerbegg-intro-blockimage img {
  position: relative;
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.page-section {
  margin-top: 80px;
}

.jetzerbegg-besucher-image {
  padding-right: 0;
  padding-left: 0;
}

.jetzerbegg-besucher-image img {
  position: relative;
  width: 100%;
}

.jetzerbegg-bg-gray {
  background-color: var(--gray);
  color: white;
}
.jetzerbegg-bg-green {
  background-color: var(--red);
  color: white;
}

.jetzerbegg_infostand_image {
  width: 100%;
}
.jetzerbegg_infostand_element {
  position: absolute;
  color: #666;
}
.jetzerbegg_infostand_element:hover {
  color: var(--red);
  cursor: pointer;
}

#jetzerbegg_infostand_info {
  transform: translate(-50%, -50%);
  top: 34%;
  left: 68%;
  font-size: 4vh;
  -webkit-animation: icon-fade 1s infinite;
  text-shadow:3px 3px gray;
}
#jetzerbegg_infostand_info:hover {
  text-shadow:5px 5px gray;
}
#jetzerbegg_infostand_webm {
  transform: translate(-50%, -50%);
  top: 34%;
  left: 58%;
  font-size: 4vh;
  -webkit-animation: icon-fade 1s infinite;
  text-shadow:3px 3px gray;
}
#jetzerbegg_infostand_webm:hover {
  text-shadow:5px 5px gray;
}

@media (min-width:576px) {
  #jetzerbegg_infostand_info  {font-size: 4vh;}
  #jetzerbegg_infostand_webm  {font-size: 4vh;}
}

@media (min-width:768px) {
  #jetzerbegg_infostand_info  {font-size: 5vh;}
  #jetzerbegg_infostand_webm  {font-size: 5vh;}
}

@media (min-width:992px) {
  #jetzerbegg_infostand_info  {font-size: 6vh;}
  #jetzerbegg_infostand_webm  {font-size: 6vh;}
}

@media (min-width:1200px) {
  #jetzerbegg_infostand_info  {font-size: 8vh;}
  #jetzerbegg_infostand_webm  {font-size: 8vh;}
}

@media (min-width:1600px) {
  #jetzerbegg_infostand_info  {font-size: 10vh;}
  #jetzerbegg_infostand_webm  {font-size: 10vh;}
}

@-webkit-keyframes icon-fade {
  0% {
    color: var(--red);
  }
  50% {
    color: var(--gray);
  }
  100% {
    color: var(--red);
  }
}

table.dataTable tbody tr:hover {
  background-color: #a0d7ff;
  cursor: pointer;
  color: black;
}

.jetzerbegg_com_button {
  position: relative;
  display: block;
  float: left;
  width: 96%;
  background-color: var(--gray);
  color: white;
  text-align: center;
  font-size: 14pt;
  margin: 5px;
  padding: 10px;
}

@media (min-width:992px) {
  .jetzerbegg_com_button {
    width: 48%;
  }
}

@media (min-width:1200px) {
  .jetzerbegg_com_button {
    width: 24%;
  }
}

.jetzerbegg_com_button i {
  display: block;
  font-size: 48pt;
  padding-bottom: 5px;
  height: 80px;
}
.jetzerbegg_com_button p {
  font-size: 11pt;
}
.jetzerbegg_com_button i {
  color: var(--red);
  font-size:
}
.jetzerbegg_com_button img {
  width: 100%;
  display: block;
  padding-bottom: 2vh;
  image-orientation: 0deg;
}

.callus {
  position: relative;
  display: block;
  width: 54px;
  height: 80px;
  margin-left: -27px;
  left: 50%;
  padding-bottom: 10px;
  z-index: 99999;
  --call-us-form-header-background: var(--red);
  --call-us-header-text-color: #fff;
  --call-us-form-height: 470px;
  --call-us-form-width: 250px;
}

.jetzerbegg_kontakt_button {
  position: relative;
  display: block;
  float: left;
  background-color: var(--gray);
  color: white;
  text-align: center;
  font-size: 14pt;
  margin: 0;
  padding: 5px;
}

.jetzerbegg_kontakt_button p {
  font-size: 11pt;
}
.jetzerbegg_kontakt_button a {
  color: white;
}
.jetzerbegg_kontakt_button a i {
  font-size: 16pt;
  margin: 5px;
}
.jetzerbegg_kontakt_button img {
  width: 100%;
  display: block;
  padding-bottom: 2vh;
}

.jetzerbegg_home_loginbutton {
  height: 150px;
  background-color: var(--gray);
  color: white;
  text-align: center;
  font-size: 14pt;
  margin: 3px;
  padding: 10px;
}

.jetzerbegg_home_loginbutton:hover {
  color: var(--red);
  cursor: pointer;
}
.jetzerbegg_home_loginbutton i {
  display: block;
  font-size: 48pt;
  padding-bottom: 5px;
}

.jetzerbegg-formfield {
  width: 100%;
  padding-bottom: 1vh;
}
.jetzerbegg-formfield span {
  display: block;
}
.jetzerbegg-formfield input {
  width: 80%;
  max-width: 600px;
}
.jetzerbegg-formfield textarea {
  width: 80%;
  max-width: 600px;
  height: 300px;
}

.galery a img {
  max-width: 100%;
  max-height: 100%;
}

.galery div {
  display: inline-block;
  float: left;
  border: var(--gray) 2px solid;
  background-color: var(--lightgray);
  padding: 5px;
  margin: 2px;
  width: 300px;
  height: 200px;
  line-height: 184px;
  text-align: center;
  vertical-align: middle;
}

#jetzerbegg-galerie-jahre {
  padding: 20px 0 20px 0;
}

#jetzerbegg-galerie-jahre li {
  list-style: none;
  display: inline-block;
  width: 80px;
  height: 30px;
  background-color: var(--gray);
  color: white;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
}
#jetzerbegg-galerie-jahre li:hover {
  cursor: pointer;
  color: var(--red);
}
.jetzerbegg-galerie-active {
  cursor: pointer;
  color: var(--red) !important;
}

.jetzerbegg-ausstellerliste tbody tr td {
  text-indent: 60px;
}

.jetzerbegg-ausstellerliste tbody tr td img {
  position: relative;
  left: -60px;
  max-height: 50px;
  max-width: 60px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #858796;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2653d4;
  border-color: #244ec9;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6d7d;
  border-color: #656776;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

.btn-success:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #169b6b;
  border-color: #149063;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

.btn-info:hover {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a96a5;
  border-color: #278c9b;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b30d;
  border-color: #e9aa0b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d52a1a;
  border-color: #ca2819;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

.btn-light:focus, .btn-light.focus {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

.btn-outline-primary {
  color: #4e73df;
  border-color: #4e73df;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4e73df;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.btn-outline-secondary {
  color: #858796;
  border-color: #858796;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #858796;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.btn-outline-success {
  color: #1cc88a;
  border-color: #1cc88a;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1cc88a;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.btn-outline-info {
  color: #36b9cc;
  border-color: #36b9cc;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #36b9cc;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.btn-outline-warning {
  color: #f6c23e;
  border-color: #f6c23e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6c23e;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.btn-outline-danger {
  color: #e74a3b;
  border-color: #e74a3b;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e74a3b;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.btn-outline-dark {
  color: #5a5c69;
  border-color: #5a5c69;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5a5c69;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #4e73df;
  text-decoration: none;
}

.btn-link:hover {
  color: #224abe;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  height: 1.8rem;
  width: 1.8rem;
  font-size: 0.75rem;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.35rem;
}

.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

.jetzerbegg-yt-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.jetzerbegg-yt-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.jetzerbegg_stand_container {
  position: relative;
}

.jetzerbegg_stand_legende li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
  color: var(--gray);
  font-size: 1.2rem;
  cursor: pointer;
}
.jetzerbegg_stand_legende li:hover {
  color: var(--red);
}

.jetzerbegg-info-flag {
  position: fixed;
  right: 0;
  bottom: 8vh;
  width: 80px;
  height: 60px;
  background-color: var(--gray);
  border: white 2px solid;
  border-right: none;
  color: white;
  font-size: 2rem;
  line-height: 60px;
  padding-left: 10px;
}
.jetzerbegg-info-flag:hover {
  color: var(--red);
  cursor: pointer;
  background-color: white;
  border: var(--red) 2px solid;
  border-right: none;
}
.jetzerbegg-quiz div {
  position: absolute;
  background-color: white;
  width: 100%;
  min-height: 300px;
}
.jetzerbegg-quiz div a {
  margin-bottom: 5px;
}

.jetzerbegg-quiz div .text {
  min-width: 200px;
  text-align: left;
}

.form-scroll-x {
  white-space: nowrap;
  overflow-x: auto;
}

#aussteller-contact {
  display: hidden;
  position: fixed;
  right: 0;
  top: 16vh;
  width: 80px;
  height: 60px;
  background-color: var(--gray);
  border: white 2px solid;
  border-right: none;
  color: white;
  font-size: 2rem;
  line-height: 60px;
  padding-left: 10px;
}
#aussteller-contact:hover {
  color: var(--red);
  cursor: pointer;
  background-color: white;
  border: var(--red) 2px solid;
  border-right: none;
}

#aussteller-contact span {
  display: none;
  font-size: 1.5rem;
  padding-left: 15px;
}

#dtBerufe_filter label {
  color: var(--red);
  font-weight: bold;
}
#dtBerufe_filter label input {
  border: var(--red) thin solid;
}

.carousel-inner {
  cursor: pointer;
}

.carousel-item {
  border: var(--gray) thin solid;
}

.carousel-item img {
  margin-left: auto!important;
  margin-right: auto!important;
  width: 100%!important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 200px;
}

.carousel-control-next-icon:after {
  content: '»';
  font-size: 4rem;
  color: var(--gray);
}

.carousel-control-prev-icon:after {
  content: '«';
  font-size: 4rem;
  color: var(--gray);
}

@media (min-width: 1600px) {
  .carousel-item img {
    margin-left: auto!important;
    margin-right: auto!important;
    width: 50%!important;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 200px;
  }

  .carousel-control-next-icon:after {
    content: '»';
    font-size: 8rem;
    color: var(--gray);
  }

  .carousel-control-prev-icon:after {
    content: '«';
    font-size: 8rem;
    color: var(--gray);
  }
}

#jetzerbegg_stand01_bmbb_daten {
  color: var(--red);
  top: 59.7%;
  left: 45%;
  width: 19%;
  height: 8%;
  font-size: 0.93vw;
}

#jetzerbegg_stand01_bmbb_daten div {
  font-size: 1.78vw;
}

.jetzerbegg-intern-box {
  height: 150px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  font-size: 24pt;
  color: white;
  cursor: pointer;
}

.jetzerbegg-intern-box:hover {
  border: black 4px solid;
  line-height: 142px;
}

.offline td img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.durchgestrichen td {
  text-decoration: line-through;
}

.radio {
  width: 40px;
  line-height: 15px;
}

.action-icons a i {
  width: 28px;
  font-size: 14pt;
}

.media-upload-card:hover {
  background-color: #E0E0E0;
}

.media-upload-image {
  max-width: 100%;
  max-height: 100px;
}

.media-detail-image {
  max-width: 100%;
  max-height: 100%;
}

.jetzerbegg-table-clickable:hover {
  background-color: #4e73df;
  color: #fff;
  cursor: pointer;
}

.jetzerbegg-new-element {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.jetzerbegg-new-element li:hover {
  background-color: #4e73df;
  color: #fff;
  padding-left: 5px;
}

.jetzerbegg-new-element span {
  display: block;
  font-size: 10pt;
  padding-bottom: 5px;
}

.jetzerbegg-new-element img {
  width: 100%;
}


.jetzerbegg_stand_legende li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
  color: var(--gray);
  font-size: 1.2rem;
  cursor: pointer;
}

.jetzerbegg_stand_legende li:hover {
  color: var(--red);
}

.jetzerbegg-element-images {
  display: inline-block;
}

.jetzerbegg-element-images img {
  width: 8vw;
}

.jetzerbegg-element-images-active {
  border: #33ff00 5px solid;
}

.jetzerbegg_stand_container {
  position: relative;
}

.jetzerbegg-stand-icons i {
  cursor: pointer;
}

.jetzerbegg-stand-icons i:hover {
  color: var(--red) !important;
}

.jetzerbegg-formfield {
  width: 100%;
  padding-bottom: 1vh;
}
.jetzerbegg-formfield span {
  display: block;
}
.jetzerbegg-formfield input {
  width: 80%;
  max-width: 600px;
}
.jetzerbegg-formfield textarea {
  width: 80%;
  max-width: 600px;
  height: 300px;
}

.jetzerbegg-yt-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.jetzerbegg-yt-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.form-scroll-x {
  white-space: nowrap;
  overflow-x: auto;
}

.jetzerbegg-liveview td {
  padding-top: 0;
  padding-bottom: 0;
}


/*kontaktfelder Lehrlingsausbildner*/
.jetzerbegg_com_button img {
  max-width: 300px;
}

.jetzerbegg_com_button  {
  background-color: #f3f3f3;
  color: black;
}

.jetzerbegg_com_button i  {
  color: var(--red);
}