/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-1\/2 {
  left: 50%;
}

.z-50 {
  z-index: 50;
}

.z-\[1000\] {
  z-index: 1000;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.mb-\[200px\] {
  margin-bottom: 200px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.ml-20 {
  margin-left: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[130px\] {
  margin-bottom: 130px;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-auto {
  height: auto;
}

.h-72 {
  height: 18rem;
}

.h-5 {
  height: 1.25rem;
}

.h-screen {
  height: 100vh;
}

.h-\[55px\] {
  height: 55px;
}

.h-56 {
  height: 14rem;
}

.h-\[14px\] {
  height: 14px;
}

.max-h-\[440px\] {
  max-height: 440px;
}

.min-h-\[560px\] {
  min-height: 560px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.min-h-\[410px\] {
  min-height: 410px;
}

.w-full {
  width: 100%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-28 {
  width: 7rem;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[120px\] {
  width: 120px;
}

.w-5 {
  width: 1.25rem;
}

.w-\[180px\] {
  width: 180px;
}

.w-56 {
  width: 14rem;
}

.w-4 {
  width: 1rem;
}

.max-w-\[1320px\] {
  max-width: 1320px;
}

.max-w-\[470px\] {
  max-width: 470px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[1080px\] {
  max-width: 1080px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-4 {
  gap: 1rem;
}

.self-center {
  align-self: center;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 162 246 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-blue-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 246 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 241 / var(--tw-bg-opacity));
}

.bg-gray-darkest {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}

.bg-gray-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/images\/two-running-dogs-750570_1280\.jpg\'\)\] {
  background-image: url('/images/two-running-dogs-750570_1280.jpg');
}

.bg-\[url\(\'\/images\/hundeschule-22\.jpg\'\)\] {
  background-image: url('/images/hundeschule-22.jpg');
}

.bg-\[url\(\'\/images\/hundeschule-12\.jpg\'\)\] {
  background-image: url('/images/hundeschule-12.jpg');
}

.bg-\[url\(\'\/images\/hundeschule-19\.jpg\'\)\] {
  background-image: url('/images/hundeschule-19.jpg');
}

.bg-\[url\(\'\/images\/hundeschule-5\.jpg\'\)\] {
  background-image: url('/images/hundeschule-5.jpg');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-brush {
  font-family: Caveat Brush, sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-8 {
  line-height: 2rem;
}

.text-blue-darker {
  --tw-text-opacity: 1;
  color: rgb(0 138 209 / var(--tw-text-opacity));
}

.text-gray-lighter {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 162 246 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

:root {
  --success-color: #2ecc71;
  --error-color: #e74c3c;
}

#app {
  overflow-x: hidden;
}

* {
  line-height: 28px;
  font-weight: 400;
}

p {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

p, a, li, label {
  font-family: 'Inter', sans-serif;
  font-size: medium;
  color: #707070;
}

small {
  font-family: 'Inter', sans-serif;
  color: #008AD1;
}

h1 {
  font-family: 'Caveat Brush', sans-serif;
  font-size: 40px;
  color: #008AD1;
  margin-bottom: 24px;
  margin-top: 100px;
}

h2 {
  font-family: 'Caveat Brush', sans-serif;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 12px;
}

h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #008AD1;
}

a {
  text-decoration: none;
}

.mobileMenu {
  background-color: #000000e8;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileNavigation {
  width: 180px;
  position: relative;
}

.mobileNavigation a {
  color: #EBF8FF;
  font-size: 22px;
  line-height: 48px;
}

a:hover, 
a.active, 
a.exact-active, 
.offer:hover {
  color: #008AD1;
  font-weight: 500;
}

.footer-link:hover, 
.footer-link.active, 
.footer-link.exact-active {
  color: #00A2F6;
}

input:hover, textarea:hover {
  background: #EBF8FF,
}

:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  display: flex;
  /* place-items: center; */
  min-width: 320px;
  min-height: 100vh;
}

.footer {
  z-index: 0;
}

#app {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color: white;
}

.circle {
  margin: auto;
  margin-top: 20px;
}

.circle:hover {
  transition: all;
  transform: scale(1.25);
  transition-duration: 6ms;
}

.handy-contact {
  margin-left: 4px;
}

.contact-div {
  margin: 0;
}

.input-div {
  max-width: 415px;
}

#email {
  white-space: nowrap;
}

input[type="checkbox"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: #EBF8FF;
  background-color: #EBF8FF;
  border-radius: 0;
  accent-color: #008AD1;
  margin-right: 10px;
}

input[type="submit"]:disabled {
  background-color: #ebebeb;
  border-color: transparent;
  color: #B0B0B0;
  cursor: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 20px;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #ebebeb;
  max-width: 164px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.custom-select {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  height: 47px;
  line-height: 47px;
}

.custom-select .selected {
  background-color: #ffffff;
  border: 1px solid #B0B0B0;
  color: #fff;
  padding-left: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-select .selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 1em;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.custom-select .items {
  color: #008AD1;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 1;
}

.custom-select .items div {
  color: #fff;
  padding-left: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.selectHide {
  display: none;
}

.items {
  width: 160px;
  line-height: 30px;
  color: #008AD1;
  font-weight: 600;
}

option {
  text-align: center;
}

.custom-select {
  display: none;
}

.qualification {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  height: 40px;
  margin-bottom: 30px;
}

.qualification p {
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.qualification-fulltext {
  background-color: #ebebeb;
  margin-top: 10px;
}

.qualification-fulltext p {
  margin-bottom: 0;
}

.qualification-active {
  background-color: #FFF;
  width: 100%;
  cursor: pointer;
  height: auto;
}

.dogschool-image {
  margin-bottom: 20px !important;
}

#locations {
  display: none;
}

.offersImage {
  -o-object-fit: cover;
     object-fit: cover;
  height: 230px;
  width: 364px;
  border-radius: 10px;
  margin-top: 48px;
  margin-bottom: 40px;
}

.offers-grid, .contact-grid {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.dogs-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offers-text {
  margin-top: 40px;
  text-align: center;
}

.contact-text {
  text-align: center;
  padding: 20px;
  color: #008AD1;
}

.contact-icon {
  margin: auto;
  padding-top: 40px;
  height: 64px;
}

.blue-div {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.form-control.success input {
  border-color: var(--success-color);
}

.form-control.error input {
  border-color: var(--error-color);
}

.form-control small {
  color: var(--error-color);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.form-control.error small {
  visibility: visible;
}

[id^="toggleNext_"] + label {
  display:block;
  padding:0.5em 1em;
  background:#ACE;
  cursor:pointer;
}

[id^="toggleNext_"] + label:after {
  content:"Show Content";
}

[id^="toggleNext_"]:checked + label:after {
  content:"Hide Content";
}

[id^="toggleNext_"] + label:before {
  float:right;
  content:"\25BC";
}

[id^="toggleNext_"]:checked + label:before {
  content:"\25B2";
}

[id^="toggleNext_"] + label + * {
  overflow:hidden;
  height:0;
  transition:height 0.5s;
  background:#FFF;
}

[id^="toggleNext_"]:checked + label + * {
  height:var(--calc-height);
}

[id^="toggleNext_"] + label + * > div {
  overflow:hidden;
  /* wrap floats/margins/whatever */
  border:solid #ACE;
  border-width:0 1px 1px;
}

#toggleNext_2 + label + * > div {
  position:relative;
  bottom:var(--calc-height);
  transition:bottom 0.5s;
}

#toggleNext_2:checked + label + * > div {
  bottom:0;
}

.arrow-icon-up {
  display: none;
  margin-left: 20px;
}

.arrow-icon {
  margin-left: 20px;
}

.container {
  max-width: 100%;
  max-height: calc(100% - 50px);
  width: 600px;
  height: auto;
}

#menu-icon, .header {
  display: none;
}

.logo {
  width: 60px;
  margin: 20px;
  margin-left: 0;
}

#menu-icon {
  width: 50px;
  height: 60px;
  align-self: center;
}

.nav-toggle {
  position: relative;
  padding-left: 10px;
  background: transparent;
  border: 1px solid transparent;
  margin: 7px 0;
  align-self: center;
  display: none;
  z-index: 2000;
}

.nav-toggle:focus {
  outline-width: 0;
}

.bar {
  background: #008AD1;
  display: block;
  transform: rotate(0deg);
  transition: .2s ease all;
  border-radius: 2px;
  height: 2px;
  width: 25px;
  margin-bottom: 4px;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  transform: rotate(45deg);
  transform-origin: 15% 15%;
}

.opened .bar-mid {
  opacity: 0;
}

.opened .bar-bot {
  transform: rotate(-45deg);
  transform-origin: 15% 95%;
}

.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }

  button {
    background-color: #f9f9f9;
  }
}

@media only screen and (max-width: 1350px) {
  h1, .contact-div h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .contact-div h4 {
    font-size: 20px;
  }

  .about, #dogschool-div-2 {
    flex-direction: column;
  }

  .dogschool-div {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .about-reverse {
    flex-direction: column-reverse;
  }

  .dogschool-image, .contact-icons {
    margin: 0;
  }

  .about-image {
    margin-bottom: 20px !important;
    max-width: 100%;
    margin: auto;
  }

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

  .dogschool, .about-div, .standorte, .geschichte, .locations,
  .angebote, .qualifikationen, .contact, .datenschutz, .blue-div {
    margin-bottom: 80px !important;
  }

  .input {
    margin-bottom: 20px;
  }

  #locations {
    margin-bottom: 0px;
  }

  #dogschool-image-3{
    margin-bottom: 40px;
  }

  .location-div {
    align-self: center;
  }
}

@media only screen and (max-width: 1100px) {
  .qualification-div {
    flex-direction: column;
  }

  .qualification-years {
    width: 100%;
    display: none;
  }

  .custom-select {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  h1 {
    margin-top: 2rem;
  }

  .contact {
    flex-direction: column;
  }

  .contact-div h1 {
    margin-top: 100px;
  }

  .offerings {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .nav-toggle, .header {
    display: block;
  }

  .header {
    margin: 0;
  }

  #navigation {
    display: none;
  }

  .footer-div, .footer-info-div {
    flex-direction: column;
  }

  .footer-header {
    margin-top: 20px;
  }

  .links, .legal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .history {
    flex-direction: column;
  }

  .history-reserve {
    flex-direction: column-reverse;
  }

  .history-image {
    margin-bottom: 20px;
    max-width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width: 980px) {
  .offers-grid, .dogs-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 40px;
  }

  .offers-text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 870px){
  .contact-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 40px;
  }

  .icon-container, .contact-grid {
    width: 270px;
    max-width: 100%;
  }
}

@media screen and (max-width: 740px) {
  #locations {
    display: block;
  }

  #location {
    display: none;
  }

  .locations {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  h1, .contact-div h1, h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .contact-div p, .contact-div h4 {
    font-size: 16px;
  }

  .contact-div {
    height: auto;
  }

  .offers-nav {
    flex-direction: column;
  }

  .paw-icon {
    width: 28px;
  }

  .footer-logo {
    height: 80px;
  }
}

@media screen and (max-width: 400px) {
  h1, .contact-div h1, h2 {
    font-size: 26px;
    line-height: 26px;
  }

  #email {
    white-space: inherit;
  }
}

@media screen and (max-width: 300px) {
  .contact-div, .footer-contact, .footer-info-div {
    min-width: 250px;
  }

  .footer-div {
    margin-right: 0;
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}