/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");
/* xs - Extra Small Devices, Phones */
/* sm - Small Devices, Tablets */
/* md - Medium Devices, Desktops */
/* lg - Large Devices, Wide Screens */
@media only screen {
  .container-xl {
    max-width: 1140px;
  }
}
@media only screen {
  .container-xxl {
    max-width: 1400px;
  }
}
img {
  margin: 10px 0;
  padding: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  max-width: 100%;
}

img.align-left {
  margin: 0 20px 0 0;
  width: revert-layer;
}

img.align-right {
  margin: 0 0 0 20px;
  width: revert-layer;
}

img.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: revert-layer;
}

img.width_33 {
  width: 33%;
}

img.width_50 {
  width: 50%;
}

img.width_100 {
  width: 100%;
}

body {
  background-color: #ffffff;
}

h1 {
  margin: 30px 0;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

section#logo img {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
}
section#footer {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}

section#user {
  padding: 60px 0;
}
section#user form {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: left;
}
section#user form input {
  margin-bottom: 20px;
}

body.path-dge-kalender section#title {
  padding: 0 0 30px 0;
}
body.path-dge-kalender .fc-scroller {
  height: auto !important;
}
body.path-dge-kalender .fc-header-toolbar h2 {
  text-transform: capitalize;
  margin: 15px 0;
}
@media (max-width: 767px) {
  body.path-dge-kalender .fc-toolbar {
    display: block;
  }
}

/*# sourceMappingURL=dengustneelg.css.map */
