/*!
Theme Name: tobiasbeck
Theme URI: https://tobias-beck.com
Author: finalart
Author URI: https://finalart.de
Description: Theme für tobias-beck.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tobiasbeck

*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0
}

.wp-caption-text {
  text-align: center
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
  display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#primary[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slick-list,
.slick-slider {
  display: block;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0)
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide,
.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: #fff !default;
$slick-dot-color: #000 !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
$slick-dot-size: 6px !default;
$slick-opacity-default: .75 !default;
$slick-opacity-on-hover: 1 !default;
$slick-opacity-not-active: .25 !default;

@function slick-image-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/$url){
@if function-exists(image-url) {
  @return image-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/$url)
}

@else {
  @return url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/$slick-loader-path%20+%20$url)
}
}

@function slick-font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/$url){
@if function-exists(font-url) {
  @return font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/$url)
}

@else {
  @return url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/$slick-font-path%20+%20$url)
}
}

.slick-loading .slick-list {
  background: #fff slick-image-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/ajax-loader.gif) 50% no-repeat
}

@if $slick-font-family=="slick" {
  @font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: slick-font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/slick.eot);
    src: slick-font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/slick.eot?#iefix) format("embedded-opentype"), slick-font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/slick.woff) format("woff"), slick-font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/slick.ttf) format("truetype"), slick-font-url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/slick.svg#slick) format("svg")
  }
}

.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: 0 0;
  color: transparent;
  outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: $slick-opacity-on-hover
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: $slick-opacity-not-active
}

.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: $slick-arrow-color;
  font-family: $slick-font-family;
  font-size: 20px;
  line-height: 1;
  opacity: $slick-opacity-default
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: $slick-prev-character
}

[dir=rtl] .slick-prev:before {
  content: $slick-next-character
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: $slick-next-character
}

[dir=rtl] .slick-next:before {
  content: $slick-prev-character
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative
}

.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px
}

.slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: $slick-opacity-on-hover
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: $slick-dot-color;
  content: $slick-dot-character;
  font-family: $slick-font-family;
  font-size: $slick-dot-size;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: $slick-opacity-not-active;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px
}

.slick-dots li.slick-active button:before {
  color: $slick-dot-color-active;
  opacity: $slick-opacity-default
}

/*! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box
}

:after,
:before {
  --tw-content: ""
}

html {
  -webkit-text-size-adjust: 100%;
  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;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

body {
  line-height: inherit;
  margin: 0
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0
}

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

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

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

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

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

:-moz-focusring {
  outline: auto
}

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

progress {
  vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

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

fieldset {
  margin: 0
}

fieldset,
legend {
  padding: 0
}

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

textarea {
  resize: vertical
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1
}

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

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

:disabled {
  cursor: default
}

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

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

[hidden] {
  display: none
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  --tw-shadow: 0 0 #0000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-radius: 0;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem .75rem
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #0891c8;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  border-color: #0891c8;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}

::-webkit-date-and-time-value {
  min-height: 1.5em
}

select {
  -webkit-print-color-adjust: exact;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  color-adjust: exact;
  padding-right: 2.5rem
}

[multiple] {
  -webkit-print-color-adjust: unset;
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  color-adjust: unset;
  padding-right: .75rem
}

[type=checkbox],
[type=radio] {
  -webkit-print-color-adjust: exact;
  --tw-shadow: 0 0 #0000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-origin: border-box;
  border-color: #6b7280;
  border-width: 1px;
  color: #0891c8;
  color-adjust: exact;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 1rem
}

[type=checkbox] {
  border-radius: 0
}

[type=radio] {
  border-radius: 100%
}

[type=checkbox]:focus,
[type=radio]:focus {
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #0891c8;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px
}

[type=checkbox]:checked,
[type=radio]:checked {
  background-color: currentColor;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
  background-color: currentColor;
  border-color: transparent
}

[type=checkbox]:indeterminate {
  background-color: currentColor;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent
}

[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
  background-color: currentColor;
  border-color: transparent
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-radius: 0;
  border-width: 0;
  font-size: unset;
  line-height: inherit;
  padding: 0
}

[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color
}

*,
:after,
:before {
  --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: rgba(59, 130, 246, .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 {
  max-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: 1280px
  }
}

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

.visible {
  visibility: visible
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.bottom-2 {
  bottom: .5rem
}

.right-2 {
  right: .5rem
}

.top-0 {
  top: 0
}

.left-0 {
  left: 0
}

.top-24 {
  top: 6rem
}

.z-20 {
  z-index: 20
}

.order-last {
  order: 9999
}

.float-left {
  float: left
}

.m-0 {
  margin: 0
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}

.my-18 {
  margin-bottom: 72px;
  margin-top: 72px
}

.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem
}

.-my-2 {
  margin-bottom: -.5rem;
  margin-top: -.5rem
}

.my-2 {
  margin-bottom: .5rem;
  margin-top: .5rem
}

.-my-4 {
  margin-bottom: -1rem;
  margin-top: -1rem
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.mt-24 {
  margin-top: 6rem
}

.mt-36 {
  margin-top: 9rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mt-6 {
  margin-top: 1.5rem
}

.-ml-12 {
  margin-left: -3rem
}

.mb-12 {
  margin-bottom: 3rem
}

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

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

.mt-1 {
  margin-top: .25rem
}

.mt-44 {
  margin-top: 11rem
}

.mt-30 {
  margin-top: 120px
}

.mt-9 {
  margin-top: 2.25rem
}

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

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

.mt-3 {
  margin-top: .75rem
}

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

.mb-2 {
  margin-bottom: .5rem
}

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

.mt-auto {
  margin-top: auto
}

.mb-3 {
  margin-bottom: .75rem
}

.-ml-9 {
  margin-left: -2.25rem
}

.mr-2 {
  margin-right: .5rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.aspect-2\/3 {
  aspect-ratio: 2/3
}

.h-12 {
  height: 3rem
}

.h-16 {
  height: 4rem
}

.h-full {
  height: 100%
}

.h-5 {
  height: 1.25rem
}

.h-\[800px\] {
  height: 800px
}

.h-\[48px\] {
  height: 48px
}

.h-\[114px\] {
  height: 114px
}

.h-4 {
  height: 1rem
}

.w-full {
  width: 100%
}

.w-12 {
  width: 3rem
}

.w-16 {
  width: 4rem
}

.w-5 {
  width: 1.25rem
}

.w-10 {
  width: 2.5rem
}

.w-8 {
  width: 2rem
}

.w-1\/2 {
  width: 50%
}

.w-4 {
  width: 1rem
}

.flex-1 {
  flex: 1 1 0%
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}

.scale-0,
.scale-100 {
  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))
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}

.transform {
  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))
}

.transform-none {
  transform: none
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

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

.gap-6 {
  gap: 1.5rem
}

.gap-2 {
  gap: .5rem
}

.space-x-6>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.5rem*var(--tw-space-x-reverse))
}

.space-x-8>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(2rem*var(--tw-space-x-reverse))
}

.space-x-3>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(.75rem*var(--tw-space-x-reverse))
}

.overflow-visible {
  overflow: visible
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded {
  border-radius: .25rem
}

.border {
  border-width: 1px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(255 214 74/var(--tw-border-opacity))
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 249 252/var(--tw-border-opacity))
}

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

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 74/var(--tw-bg-opacity))
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 237/var(--tw-bg-opacity))
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 252/var(--tw-bg-opacity))
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 102/var(--tw-bg-opacity))
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 200/var(--tw-bg-opacity))
}

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

.bg-blue-700\/75 {
  background-color: rgba(18, 28, 117, .75)
}

.fill-yellow-600 {
  fill: #ffd64a
}

.fill-black {
  fill: #000
}

.fill-current {
  fill: currentColor
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.p-9 {
  padding: 2.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-4 {
  padding: 1rem
}

.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-1 {
  padding-bottom: .25rem;
  padding-top: .25rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem
}

.py-9 {
  padding-bottom: 2.25rem;
  padding-top: 2.25rem
}

.py-2\.5 {
  padding-bottom: .625rem;
  padding-top: .625rem
}

.py-2 {
  padding-bottom: .5rem;
  padding-top: .5rem
}

.pb-9 {
  padding-bottom: 2.25rem
}

.pl-12 {
  padding-left: 3rem
}

.pt-12 {
  padding-top: 3rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pt-3 {
  padding-top: .75rem
}

.pl-2 {
  padding-left: .5rem
}

.pt-9 {
  padding-top: 2.25rem
}

.pb-12 {
  padding-bottom: 3rem
}

.pl-9 {
  padding-left: 2.25rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.font-lato-black {
  font-family: Lato-Black, sans-serif
}

.font-facit-bold {
  font-family: Facit-Bold, sans-serif
}

.font-lato-regular {
  font-family: Lato-Regular, sans-serif
}

.font-lato-bold {
  font-family: Lato-Bold, sans-serif
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.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-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-\[2\.25rem\] {
  font-size: 2.25rem
}

.text-\[1\.875rem\] {
  font-size: 1.875rem
}

.text-\[3\.75rem\] {
  font-size: 3.75rem
}

.text-\[1\.125rem\] {
  font-size: 1.125rem
}

.text-\[3rem\] {
  font-size: 3rem
}

.text-\[13px\] {
  font-size: 13px
}

.text-\[14px\] {
  font-size: 14px
}

.text-\[16px\] {
  font-size: 16px
}

.uppercase {
  text-transform: uppercase
}

.normal-case {
  text-transform: none
}

.leading-7\.5 {
  line-height: 1.875rem
}

.leading-7 {
  line-height: 1.75rem
}

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

.leading-\[2\.625rem\] {
  line-height: 2.625rem
}

.leading-\[2\.25rem\] {
  line-height: 2.25rem
}

.leading-\[3\.75rem\] {
  line-height: 3.75rem
}

.leading-\[3\.5rem\] {
  line-height: 3.5rem
}

.leading-9 {
  line-height: 2.25rem
}

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

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

.leading-6 {
  line-height: 1.5rem
}

.tracking-widest {
  letter-spacing: .1em
}

.tracking-\[0\.02em\] {
  letter-spacing: .02em
}

.tracking-normal {
  letter-spacing: 0
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(255 214 74/var(--tw-text-opacity))
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(232 84 71/var(--tw-text-opacity))
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(204 36 22/var(--tw-text-opacity))
}

.text-rehbellionpink-600 {
  --tw-text-opacity: 1;
  color: rgb(199 15 78/var(--tw-text-opacity))
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(204 0 102/var(--tw-text-opacity))
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12/var(--tw-text-opacity))
}

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

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.decoration-yellow-600 {
  -webkit-text-decoration-color: #ffd64a;
  text-decoration-color: #ffd64a
}

.decoration-3 {
  text-decoration-thickness: 3px
}

.underline-offset-6 {
  text-underline-offset: 6px
}

.shadow-xl {
  --tw-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
  --tw-shadow-colored: 0px 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition-all {
  transition-duration: .15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-500 {
  transition-duration: .5s
}

body {
  font-family: Lato-Regular, sans-serif;
  font-size: 18px;
  line-height: 30px
}

body.page-template-page-countdown {
  --tw-gradient-from: #22256f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 37, 111, 0));
  --tw-gradient-to: #4a1f64;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  height: 100%;
  width: 100%
}

h2,
h3,
h4,
h5 {
  margin-bottom: 1.5rem;
  margin-top: 72px
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0
}

h1 {
  color: rgb(8 145 200/var(--tw-text-opacity));
  font-family: Lato-Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 1.5rem
}

h1,
h2 {
  --tw-text-opacity: 1
}

h2 {
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-family: Facit-Bold, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase
}

@media (min-width:768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 2.75rem
  }
}

h3 {
  line-height: 30px
}

@media (min-width:768px) {
  h3 {
    line-height: 30px
  }
}

h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-family: Lato-Black, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem
}

@media (min-width:768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

h4 {
  font-family: Lato-Black, sans-serif
}

h4,
h5 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-size: 18px;
  line-height: 30px
}

h5 {
  font-family: Lato-Regular, sans-serif
}

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

.hero_text_inverted p.text-white-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.text-black-600 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity))
}

.cards h2,
.hero_box_text h2,
.teaser h2,
.text_grid h2,
.text_img h2 {
  line-height: 30px
}

@media (min-width:768px) {

  .cards h2,
  .hero_box_text h2,
  .teaser h2,
  .text_grid h2,
  .text_img h2 {
    line-height: 34px
  }
}

.cards h2,
.hero_box_text h2,
.teaser h2,
.text_grid h2,
.text_img h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-family: Lato-Black, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none
}

@media (min-width:768px) {

  .cards h2,
  .hero_box_text h2,
  .teaser h2,
  .text_grid h2,
  .text_img h2 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.section_headline_1 {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity));
  font-family: Lato-Regular, sans-serif;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: none
}

.section_headline_2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-family: Facit-Bold, sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin: 0
}

@media (min-width:768px) {
  .section_headline_2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 2.75rem
  }
}

.price {
  color: rgb(8 145 200/var(--tw-text-opacity));
  font-size: 3rem;
  letter-spacing: -.05em;
  line-height: 1;
  margin: 0
}

.live,
.price {
  --tw-text-opacity: 1
}

.live {
  color: rgb(204 0 102/var(--tw-text-opacity));
  font-family: Lato-Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 30px;
  padding-left: 69px;
  position: relative
}

.live:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-live.svg) no-repeat 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 58px
}

ol,
p,
ul {
  margin-bottom: 1.5rem
}

ol:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0
}

p.infotext_sm {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-size: .875rem;
  line-height: 1.25rem
}

ol,
ul {
  padding-left: 1rem
}

ol {
  list-style-type: decimal
}

ul {
  padding-left: 0
}

ul li {
  list-style-type: none;
  padding-left: 26px;
  position: relative
}

ul li:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-list-circle-violet.svg) no-repeat 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 7.5px;
  width: 12px
}

ul.checklist li {
  list-style-type: none;
  padding-left: 2rem;
  position: relative
}

ul.checklist li:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-circle-check.svg) no-repeat 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 18px
}

ul.checklist li.list_item_check:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-check-mark.svg) no-repeat 50%
}

ul.checklist li.list_item_x:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-x-mark.svg) no-repeat 50%
}

ul.checklist.checklist_check li:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-check-mark.svg) no-repeat 50%
}

ul.checklist.checklist_x li:before {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-x-mark.svg) no-repeat 50%
}

ul.checklist.checklist_margin li {
  margin-bottom: 1rem;
  margin-top: 1rem
}

.font-bold,
b,
strong {
  font-family: Lato-Black, sans-serif
}

a {
  -webkit-text-decoration-color: #ffd64a;
  text-decoration-color: #ffd64a;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity));
  -webkit-text-decoration-color: #0891c8;
  text-decoration-color: #0891c8
}

.btn {
  background-color: rgb(255 214 74/var(--tw-bg-opacity));
  border-radius: 9999px;
  color: rgb(0 0 0/var(--tw-text-opacity));
  display: inline-block;
  font-family: Lato-Black, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: .75rem 1.5rem;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-transform: none;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.btn,
.btn:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1
}

.btn:hover {
  background-color: rgb(8 145 200/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn--sm {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem 1.5rem .625rem
}

.btn--blue {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(8 145 200/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.hero_text_inverted p.btn--blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.btn--blue:hover,
.btn--hover-pink:hover {
  background-color: rgb(204 0 102/var(--tw-bg-opacity))
}

.btn--blue:hover,
.btn--green,
.btn--hover-pink:hover {
  --tw-bg-opacity: 1
}

.btn--green {
  --tw-text-opacity: 1;
  background-color: rgb(0 167 141/var(--tw-bg-opacity));
  border-radius: 9999px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: inline-block;
  font-family: Lato-Black, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: .75rem 1.5rem;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-transform: none;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hero_text_inverted p.btn--green {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.btn--green:hover {
  background-color: rgb(0 128 108/var(--tw-bg-opacity))
}

.btn--green:hover,
.btn--red {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn--red {
  background-color: rgb(232 84 71/var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-block;
  font-family: Lato-Black, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: .75rem 1.5rem;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-transform: none;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hero_text_inverted p.btn--red {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.btn--red:hover {
  background-color: rgb(204 36 22/var(--tw-bg-opacity))
}

.btn--red:hover,
.btn--rehbellion-pink {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn--rehbellion-pink {
  background-color: rgb(199 15 78/var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-block;
  font-family: Lato-Black, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: .75rem 1.5rem;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-transform: none;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hero_text_inverted p.btn--rehbellion-pink {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.btn--rehbellion-pink:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn--disabled {
  cursor: not-allowed;
  opacity: .4
}

hr {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width:768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width:1536px) {
  .container {
    padding-left: 0;
    padding-right: 0
  }
}

.section {
  padding-bottom: 72px;
  padding-top: 72px
}

@media (min-width:768px) {
  .section {
    padding-bottom: 6rem;
    padding-top: 6rem
  }
}

.section--none-top {
  padding-top: 0
}

.section--sm-top {
  padding-top: 2.25rem
}

@media (min-width:768px) {
  .section--sm-top {
    padding-top: 3rem
  }
}

.section--none-bottom {
  padding-bottom: 0
}

.section--sm-bottom {
  padding-bottom: 2.25rem
}

@media (min-width:768px) {
  .section--sm-bottom {
    padding-bottom: 3rem
  }
}

.bg-gradient-tb {
  --tw-text-opacity: 1;
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/bg-gradient.png) no-repeat 50%;
  background-size: cover;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.hero_text_inverted p.bg-gradient-tb {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.bg-gradient-tb a,
.bg-gradient-tb h2,
.bg-gradient-tb h3,
.bg-gradient-tb h4,
.bg-gradient-tb h5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.hero_text_inverted p.bg-gradient-tb a,
.hero_text_inverted p.bg-gradient-tb h2,
.hero_text_inverted p.bg-gradient-tb h3,
.hero_text_inverted p.bg-gradient-tb h4,
.hero_text_inverted p.bg-gradient-tb h5 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.bg-gradient-tb .btn,
.bg-gradient-tb.teaser,
.bg-gradient-tb.teaser a,
.bg-gradient-tb.teaser h2,
.bg-gradient-tb.teaser h3,
.bg-gradient-tb.teaser h4,
.bg-gradient-tb.teaser h5 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity))
}

.bg-gradient-tb .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.bg-gradient-tb .price {
  --tw-text-opacity: 1;
  color: rgb(255 214 74/var(--tw-text-opacity))
}

.bg-gradient-tb .cookie-consent a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity))
}

#table_of_contents_scroll,
.scroll_down #table_of_contents_scroll {
  display: none
}

#table_of_contents_scroll,
.scroll_down #table_of_contents_scroll,
.scroll_up #table_of_contents_scroll {
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.scroll_up #table_of_contents_scroll {
  display: block
}

.table_of_contents .accordion__content {
  margin-top: 1rem
}

.table_of_contents .accordion__content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-text-decoration-color: #ffd64a;
  text-decoration-color: #ffd64a;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px
}

#header h2 {
  margin: 0
}

#header #logo {
  width: 160px
}

@media (min-width:1024px) {
  #header #logo {
    width: 120px
  }
}

@media (min-width:1536px) {
  #header #logo {
    width: 160px
  }
}

#header #header_cnt {
  font-family: Facit-Bold, sans-serif
}

#header #header_cnt .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width:768px) {
  #header #header_cnt .container {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width:1536px) {
  #header #header_cnt .container {
    padding-left: 0;
    padding-right: 0
  }
}

#header #header_cnt #header_nav_cnt {
  --tw-gradient-from: #22256f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 37, 111, 0));
  --tw-gradient-to: #4a1f64;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  height: 96px;
  position: relative
}

@media (min-width:1024px) {
  #header #header_cnt #header_nav_cnt {

    background-size: cover
  }
}

#header #header_cnt.scroll_down {
  top: -1000px;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

#header #header_cnt.scroll_up {
  top: 0;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

#header #header_cnt a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.hero_text_inverted p#header #header_cnt a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

#header #header_cnt a {
  line-height: 26px
}

#header #header_cnt .featured {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 214 74/var(--tw-bg-opacity));
  color: rgb(0 0 0/var(--tw-text-opacity));
  padding: .5rem .75rem;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#header #header_cnt .featured:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(8 145 200/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}

#header #header_cnt #btn__contact {
  display: none;
  padding-top: 13px;
  text-transform: uppercase
}

#header #header_cnt #btn__contact:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

@media (min-width:1024px) {
  #header #header_cnt #btn__contact {
    align-items: center
  }

  #header #header_cnt #btn__contact>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
  }
}

@media (min-width:1280px) {
  #header #header_cnt #btn__contact {
    display: flex;
    padding-top: .625rem
  }
}

#header #header_cnt #mainnav {
  letter-spacing: .1em
}

#header #header_cnt #mainnav a:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

#header #header_cnt #mainnav>.group {
  cursor: pointer;
  margin-left: 1.25rem
}

#header #header_cnt #mainnav>.group>.menu-item-has-children {
  padding-right: 1rem;
  position: relative
}

#header #header_cnt #mainnav>.group>.menu-item-has-children:after {
  --tw-translate-y: -50%;
  --tw-rotate: 0deg;
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-chevron-down.svg) no-repeat 50%;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 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));
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  width: 10px
}

#header #header_cnt #mainnav>.group>.menu-item-has-children.is-open {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

#header #header_cnt #mainnav>.group>.menu-item-has-children.is-open:after {
  --tw-rotate: 180deg;
  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));
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#header #header_cnt #mainnav>.group .dropdown {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  left: 0;
  min-width: 140px;
  opacity: 0;
  padding-top: 0;
  position: absolute;
  top: 1.25rem;
  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));
  transform-origin: top;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
  visibility: hidden;
  white-space: nowrap
}

#header #header_cnt #mainnav>.group .dropdown__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  text-align: left
}

#header #header_cnt #mainnav>.group .dropdown__inner a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  display: block;
  font-family: Lato-Bold, sans-serif;
  line-height: 3rem;
  padding-left: .75rem;
  padding-right: .75rem
}

#header #header_cnt #mainnav>.group .dropdown__inner a:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(242 249 252/var(--tw-bg-opacity));
  color: rgb(8 145 200/var(--tw-text-opacity))
}

#header #header_cnt #mainnav>.group .dropdown.is-open {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
  padding-top: 1.5rem;
  transform-origin: top left;
  transition-delay: .2s;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
  visibility: visible
}

#header #header_cnt #mainnav>.group .dropdown.is-open,
#header #header_cnt #mobilenav {
  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))
}

#header #header_cnt #mobilenav {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  height: 0;
  letter-spacing: .1em;
  min-width: 230px;
  opacity: 0;
  overflow: hidden;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media (min-width:1280px) {
  #header #header_cnt #mobilenav {
    display: none
  }
}

#header #header_cnt #mobilenav.show {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  height: auto;
  opacity: 1;
  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));
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#header #header_cnt #mobilenav a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  display: block;
  height: 3rem;
  line-height: 3rem;
  padding-left: .625rem;
  padding-right: .625rem
}

#header #header_cnt #mobilenav a:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(242 249 252/var(--tw-bg-opacity));
  color: rgb(8 145 200/var(--tw-text-opacity))
}

#header #header_cnt #mobilenav a {
  border-bottom: 1px solid #f0f0f0
}

#header #header_cnt #mobilenav a.menu-item-has-children {
  padding-right: 1rem;
  position: relative
}

#header #header_cnt #mobilenav a.menu-item-has-children span:after {
  --tw-translate-y: -50%;
  --tw-rotate: 0deg;
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-chevron-down.svg) no-repeat 50%;
  content: "";
  height: 10px;
  position: absolute;
  right: -.875rem;
  top: 50%;
  width: 10px
}

#header #header_cnt #mobilenav a.menu-item-has-children span:after,
#header #header_cnt #mobilenav a.menu-item-has-children.is-open span:after {
  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));
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#header #header_cnt #mobilenav a.menu-item-has-children.is-open span:after {
  --tw-rotate: 180deg
}

#header #header_cnt #mobilenav a.login span:after {
  --tw-translate-y: -50%;
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-user.svg) no-repeat 50%;
  content: "";
  height: 16px;
  position: absolute;
  right: -1.25rem;
  top: 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));
  width: 16px
}

#header #header_cnt #mobilenav .dropdown a {
  font-family: Lato-Bold, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap
}

#header #header_cnt #mobilenav .dropdown a:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(242 249 252/var(--tw-bg-opacity));
  color: rgb(8 145 200/var(--tw-text-opacity))
}

#header #header_cnt .table_of_contents .accordion__content {
  margin-top: 1rem
}

#header #header_cnt .table_of_contents .accordion__content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-text-decoration-color: #ffd64a;
  text-decoration-color: #ffd64a;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px
}

#header .header_c2a {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(8 145 200/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Facit-Bold, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  padding-bottom: .875rem;
  padding-top: .875rem;
  position: relative;
  text-align: center;
  z-index: 10
}

.hero_text_inverted p#header .header_c2a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

#header .header_c2a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

#header .header_c2a--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 200/var(--tw-bg-opacity))
}

#header .header_c2a--red {
  --tw-bg-opacity: 1;
  background-color: rgb(204 36 22/var(--tw-bg-opacity))
}

#header .header_c2a--green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 108/var(--tw-bg-opacity))
}

#header .header_c2a--pink {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 102/var(--tw-bg-opacity))
}

#header .header_c2a--yellow {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 214 74/var(--tw-bg-opacity));
  color: rgb(0 0 0/var(--tw-text-opacity))
}

#header .header_c2a--yellow a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

#header .header_c2a a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: .875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.hero_text_inverted p#header .header_c2a a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

#header .header_c2a a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

#header .header_c2a a {
  font-size: 14px !important
}

#header .hero_box .hero_bg,
#header .hero_img .hero_bg {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

@media (min-width:768px) {

  #header .hero_box .hero_bg,
  #header .hero_img .hero_bg {
    height: 600px
  }
}

#header .hero_box .hero_content,
#header .hero_img .hero_content {
  padding-bottom: 72px;
  position: relative;
  z-index: 10
}

@media (min-width:768px) {

  #header .hero_box .hero_content,
  #header .hero_img .hero_content {
    background-image: none;
    padding-bottom: 6rem;
    padding-bottom: 0
  }

  #header .hero_box .hero_box_content,
  #header .hero_box .hero_highlight_box_content,
  #header .hero_img .hero_box_content,
  #header .hero_img .hero_highlight_box_content {
    background-image: none !important
  }
}

#header .hero_video .hero_bg {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

@media (min-width:768px) {
  #header .hero_video .hero_bg {
    height: 600px
  }
}

#header .hero_video .hero_content {
  padding-bottom: 72px;
  position: relative;
  z-index: 10
}

@media (min-width:768px) {
  #header .hero_video .hero_content {
    background-image: none;
    padding-bottom: 6rem;
    padding-bottom: 0
  }
}

#header .hero_highlight_box_text_right {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5rem
}

#header .hero_highlight_box_text_right :last-child {
  margin-bottom: 0
}

.hero_text_inverted p,
.hero_text_inverted p.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.video_container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative
}

.video_container embed,
.video_container iframe,
.video_container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cards .slick-prev,
.cards .slick-prev:focus {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-back.svg) no-repeat;
  height: 48px;
  left: 1.5rem;
  position: absolute;
  text-indent: 9999px;
  top: 3rem;
  width: 48px;
  z-index: 10
}

.cards .slick-prev:focus:hover,
.cards .slick-prev:hover {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-back-hover.svg) no-repeat
}

.cards .slick-next,
.cards .slick-next:focus {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-next.svg) no-repeat;
  height: 48px;
  position: absolute;
  right: -1.5rem;
  text-indent: 9999px;
  top: 3rem;
  width: 48px
}

.cards .slick-next:focus:hover,
.cards .slick-next:hover {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/icon-next-hover.svg) no-repeat
}

.cards--lg .slick-prev,
.cards--lg .slick-prev:focus {
  left: -1.5rem;
  position: absolute;
  top: 3rem;
  z-index: 10
}

@media (min-width:1024px) {

  .cards--lg .slick-prev,
  .cards--lg .slick-prev:focus {
    left: -1rem
  }
}

.cards--lg .slick-next,
.cards--lg .slick-next:focus {
  position: absolute;
  right: -1.5rem;
  top: 3rem
}

@media (min-width:1024px) {

  .cards--lg .slick-next,
  .cards--lg .slick-next:focus {
    right: -1rem
  }
}

.cards .slick-track {
  display: flex
}

.cards .slick-slide {
  height: inherit
}

.cards .slick-slide>div {
  height: 100%
}

.cards .card__item {
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.cards .card__item .card__body>h2>a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.cards .card__item .card__body>h2>a:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

.hero_box_text h2,
.hero_box_text h3,
.teaser h2,
.teaser h3 {
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important
}

.hero_keyvisual_cta h1 {
  font-family: Facit-Bold, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase
}

@media (min-width:768px) {
  .hero_keyvisual_cta h1 {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

@media (min-width:1024px) {
  .hero_keyvisual_cta h1 {
    margin-bottom: 3rem
  }
}

.hero_keyvisual_cta h2 {
  font-family: Lato-Black, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  margin-bottom: 1.5rem !important;
  text-transform: none !important
}

@media (min-width:768px) {
  .hero_keyvisual_cta h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    line-height: 34px !important
  }
}

#header .hero_highlight_box h2 {
  margin-bottom: 1.5rem
}

#header .hero_highlight_box h2.label {
  text-transform: none
}

.keyfacts__item:first-child .keyfacts__item__inner {
  border-top-width: 4px
}

.hero__title {
  --tw-text-opacity: 1;
  color: rgb(30 64 175/var(--tw-text-opacity));
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 1rem
}

.hero__text {
  bottom: 0;
  margin: 3rem auto auto;
  position: static;
  top: 50%;
  width: 100%
}

@media (min-width:768px) {
  .hero__text {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 50%
  }
}

@media (min-width:1024px) {
  .hero__text {
    width: 33.333333%
  }
}

.hero__text__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  padding: 2rem;
  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))
}

@media (min-width:768px) {
  .hero__text__inner {
    --tw-translate-y: -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))
  }
}

.hero__text__inner {
  border-radius: 24px 0;
  box-shadow: 0 24px 48px 0 rgba(20, 30, 80, .25);
  -webkit-box-shadow: 0 24px 48px 0 rgba(20, 30, 80, .25);
  -moz-box-shadow: 0 24px 48px 0 rgba(20, 30, 80, .25)
}

.accordion h2.accordion__headline {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.5rem
}

.accordion__toggle {
  --tw-rotate: 0deg
}

.accordion__toggle,
.accordion__toggle.open {
  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));
  transition-duration: .5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.accordion__toggle.open {
  --tw-rotate: 180deg
}

.single .section_headline_1,
.single .section_headline_2 {
  text-align: left;
  text-transform: none
}

.single .section_headline_2 {
  --tw-text-opacity: 1;
  --tw-gradient-from: #4a1f64;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 31, 100, 0));
  --tw-gradient-to: #22256f;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  color: rgb(8 145 200/var(--tw-text-opacity));
  color: transparent
}

.footer {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 26px
}

.footer__2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Lato-Black, sans-serif;
  padding-bottom: 2.25rem;
  padding-top: 2.25rem
}

.hero_text_inverted p.footer__2 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

.footer__2 {
  background: url(//www.tobias-beck.com/wp-content/themes/tobiasbeck/css/../img/bg-gradient.png) no-repeat 50%;
  background-size: cover
}

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

.hero_text_inverted p.footer__2 a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important
}

@media (min-width:768px) {
  .footer__2 #footernav {
    align-items: center;
    display: flex;
    justify-content: center
  }

  .footer__2 #footernav>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
  }
}

.footer__2 #footernav a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.footer__2 #footernav a:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

.footer h2 {
  --tw-border-opacity: 1;
  border-bottom-width: 3px;
  border-color: rgb(255 214 74/var(--tw-border-opacity));
  font-size: 20px;
  line-height: 30px;
  padding-bottom: .75rem;
  text-align: left
}

.footer h2,
.footer p {
  margin-bottom: 1.5rem
}

.footer p:last-child {
  margin-bottom: 0
}

.last\:-mb-9:last-child {
  margin-bottom: -2.25rem
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem
}

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 200/var(--tw-text-opacity))
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}

.hover\:decoration-blue-600:hover {
  -webkit-text-decoration-color: #0891c8;
  text-decoration-color: #0891c8
}

.group:hover .group-hover\:fill-blue-600 {
  fill: #0891c8
}

.group:hover .group-hover\:fill-white {
  fill: #fff
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity))
}

@media (min-width:768px) {
  .md\:bottom-6 {
    bottom: 1.5rem
  }

  .md\:right-3 {
    right: .75rem
  }

  .md\:order-none {
    order: 0
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }

  .md\:my-24 {
    margin-bottom: 6rem;
    margin-top: 6rem
  }

  .md\:-ml-9 {
    margin-left: -2.25rem
  }

  .md\:mb-0 {
    margin-bottom: 0
  }

  .md\:mt-6 {
    margin-top: 1.5rem
  }

  .md\:mt-\[36px\] {
    margin-top: 36px
  }

  .md\:mt-18 {
    margin-top: 72px
  }

  .md\:mb-2 {
    margin-bottom: .5rem
  }

  .md\:mb-12 {
    margin-bottom: 3rem
  }

  .md\:-ml-12 {
    margin-left: -3rem
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:flex {
    display: flex
  }

  .md\:h-\[96px\] {
    height: 96px
  }

  .md\:h-\[228px\] {
    height: 228px
  }

  .md\:w-1\/6 {
    width: 16.666667%
  }

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

  .md\:w-1\/2 {
    width: 50%
  }

  .md\:w-2\/3 {
    width: 66.666667%
  }

  .md\:w-1\/3 {
    width: 33.333333%
  }

  .md\:w-auto {
    width: auto
  }

  .md\:flex-wrap {
    flex-wrap: wrap
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-end {
    justify-content: flex-end
  }

  .md\:gap-12 {
    gap: 3rem
  }

  .md\:space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem*var(--tw-space-x-reverse))
  }

  .md\:border-t-4 {
    border-top-width: 4px
  }

  .md\:p-12 {
    padding: 3rem
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .md\:pl-9 {
    padding-left: 2.25rem
  }

  .md\:pb-0 {
    padding-bottom: 0
  }

  .md\:pt-12 {
    padding-top: 3rem
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem
  }

  .md\:pb-12 {
    padding-bottom: 3rem
  }

  .md\:pt-6 {
    padding-top: 1.5rem
  }

  .md\:pl-12 {
    padding-left: 3rem
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .md\:text-\[3\.75rem\] {
    font-size: 3.75rem
  }

  .md\:text-\[2\.25rem\] {
    font-size: 2.25rem
  }

  .md\:text-\[7\.5rem\] {
    font-size: 7.5rem
  }

  .md\:text-\[5\.5rem\] {
    font-size: 5.5rem
  }

  .md\:text-4\.5xl {
    font-size: 2.5rem
  }

  .md\:text-\[14px\] {
    font-size: 14px
  }

  .md\:text-\[15px\] {
    font-size: 15px
  }

  .md\:leading-none {
    line-height: 1
  }

  .md\:leading-11 {
    line-height: 2.75rem
  }

  .md\:leading-\[4\.125rem\] {
    line-height: 4.125rem
  }

  .md\:leading-\[2\.875rem\] {
    line-height: 2.875rem
  }

  .md\:leading-\[7\.5rem\] {
    line-height: 7.5rem
  }

  .md\:leading-\[5\.5rem\] {
    line-height: 5.5rem
  }

  .md\:leading-13 {
    line-height: 3.125rem
  }

  .md\:leading-\[34px\] {
    line-height: 34px
  }
}

@media (min-width:1024px) {
  .lg\:container {
    max-width: 100%
  }

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

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

  @media (min-width:1024px) {
    .lg\:container {
      max-width: 1280px
    }
  }

  @media (min-width:1280px) {
    .lg\:container {
      max-width: 1308px
    }
  }

  .lg\:top-1\/2 {
    top: 50%
  }

  .lg\:order-none {
    order: 0
  }

  .lg\:my-24 {
    margin-bottom: 6rem;
    margin-top: 6rem
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .lg\:-ml-8 {
    margin-left: -2rem
  }

  .lg\:mt-12 {
    margin-top: 3rem
  }

  .lg\:mt-36 {
    margin-top: 9rem
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:mb-0 {
    margin-bottom: 0
  }

  .lg\:-mt-24 {
    margin-top: -6rem
  }

  .lg\:-ml-12 {
    margin-left: -3rem
  }

  .lg\:-mr-24 {
    margin-right: -6rem
  }

  .lg\:-ml-24 {
    margin-left: -6rem
  }

  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:hidden {
    display: none
  }

  .lg\:h-\[700px\] {
    height: 700px
  }

  .lg\:w-1\/2 {
    width: 50%
  }

  .lg\:w-1\/3 {
    width: 33.333333%
  }

  .lg\:w-1\/4 {
    width: 25%
  }

  .lg\:w-1\/5 {
    width: 20%
  }

  .lg\:w-2\/3 {
    width: 66.666667%
  }

  .lg\:w-3\/4 {
    width: 75%
  }

  .lg\:w-5\/12 {
    width: 41.666667%
  }

  .lg\:w-7\/12 {
    width: 58.333333%
  }

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

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -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))
  }

  .lg\:flex-wrap {
    flex-wrap: wrap
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem*var(--tw-space-x-reverse))
  }

  .lg\:p-12 {
    padding: 3rem
  }

  .lg\:p-8 {
    padding: 2rem
  }

  .lg\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .lg\:py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .lg\:pl-12 {
    padding-left: 3rem
  }

  .lg\:pr-6 {
    padding-right: 1.5rem
  }

  .lg\:pr-12 {
    padding-right: 3rem
  }

  .lg\:pl-6 {
    padding-left: 1.5rem
  }

  .lg\:pr-9 {
    padding-right: 2.25rem
  }

  .lg\:pl-9 {
    padding-left: 2.25rem
  }

  .lg\:pt-12 {
    padding-top: 3rem
  }
}

@media (min-width:1280px) {
  .xl\:mb-0 {
    margin-bottom: 0
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem
  }

  .xl\:block {
    display: block
  }

  .xl\:flex {
    display: flex
  }

  .xl\:hidden {
    display: none
  }

  .xl\:w-1\/4 {
    width: 25%
  }

  .xl\:w-1\/3 {
    width: 33.333333%
  }

  .xl\:space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(2.5rem*var(--tw-space-x-reverse))
  }
}