@import url("fonts.css");
@import url("slider.css");
@import url("mediaelementplayer.css");
@import url("vertical.min.css");
@import url("blog.css");
@import url("one-docs.css");

/* ================================================== /*
 * ALLGEMEINES
/* ================================================== */

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  padding: 0 20px;
}

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

iframe {
  border: 0;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Selection */

::-moz-selection {
  background: #666;
  color: #fff;
}

::-webkit-selection {
  background: #666;
  color: #fff;
}

::selection {
  background: #666;
  color: #fff;
}

/* Transition Elements */

.form-control,
.navbar-custom,
.navbar-custom .nav-logo-wrap .logo {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.news-image,
.member:hover img,
.panel-default > .panel-heading:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* Reset Border-Radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group,
.nav-tabs > li > a,
.nav-pills > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* Reset Box-Shadow */

.btn,
.well,
.panel,
.progress,
.progress-bar,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Vertikale Zentrierung */

.v-center-container {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-center-content {
  display: table-cell;
  vertical-align: middle;
}

/* Visible XXS */
.visible-xxs {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 480px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 480px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

/* ================================================== /*
 * LOADER
/* ================================================== */

.page-loader {
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #b2b2b2;
  border-top: 2px solid rgba(245, 245, 245, 0.8);
  border-right: 2px solid rgba(245, 245, 245, 0.8);
  border-bottom: 2px solid rgba(245, 245, 245, 0.8);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ================================================== /*
 * TYPOGRAPHY
/* ================================================== */

body {
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.4;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.page-title {
  position: relative;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 100;
  text-align: center;
  line-height: 1.2;
}

.lead {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.03125em;
  text-align: center;
  /*margin-bottom: 70px;*/
  color: #6f6f6e;
}

.lead p {
  margin-bottom: 0;
}

.lead p + p {
  margin-top: 20px;
}

.section-title + .lead {
  margin-top: -35px;
}

.section-subtitle {
  position: relative;
  margin: 0 0 70px;
  letter-spacing: 0.0625em;
  font-size: 20px;
  color: #666;
}

em {
  font-weight: 400;
  font-size: 13px;
}

/* Schriftarten */

h1,
h2,
.page-title,
.section-title,
.counter-number {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 100;
}

h3,
h4,
h5,
h6,
.section-subtitle,
.lead,
.module-cta h2,
.content-box-title,
.alt-content-box-title,
.footer-title,
.news-title,
.work-title,
.modal-title,
.testimonial-title,
.counter-title {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 300;
}

.btn,
.form-control,
.navbar-custom,
.nav-tabs,
.minimal-tabs,
.panel-title,
.team-descr,
.news-date,
.news-more,
.filter,
.work-descr,
.member-title h3,
.member-title h4,
.member-details h4 {
  font-family: "Roboto", sans-serif;
  /*text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;;*/
}

/* Schriftfarben */

.module-header {
  color: #fff;
}

h1,
h2,
h3,
.section-title,
.alt-content-box-title,
.module-cta h2,
.modal-title,
.testimonial-title {
  color: #a0ae67;
}

.content-box-title {
  color: #666;
}
/* Schriftgrössen */

.page-title {
  font-size: 50px;
}

.section-title,
.news-detail .news-title {
  font-size: 50px;
}

.section-subtitle,
.content-box-title,
.news-columns .news-title,
.modal-title,
.testimonial-title {
  font-size: 20px;
}

.testimonial,
blockquote,
.alt-content-box-title,
#footer .footer-title {
  font-size: 20px;
}

h3,
.lead,
.navbar-custom,
.news-date,
.news-more,
.nav-tabs,
.minimal-tabs,
.team-role,
.progress-bar span,
.hs-title-size-1,
.form-control,
.panel-title {
  font-size: 16px;
}

#footer {
  font-size: 14px;
}

.btn,
.navbar-custom .dropdown-menu > li > a,
.testimonial-author,
.news-prev-date,
.form-tip {
  font-size: 13px;
}

/* Links */

a {
  color: #666;
}

.wysiwyg a {
  color: #a0ae67;
  font-weight: 400;
}

a:hover,
a:focus {
  text-decoration: none;
  /*opacity: .85;*/
  outline: 0;
  color: #333;
}

.bg-dark a {
  color: #cdcdcd;
}

.bg-dark a:hover,
.bg-dark a:focus {
  color: #000;
}

p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  padding: 0;
}

/* ================================================== /*
 * BUTTONS
/* ================================================== */

.btn {
  padding: 10px 25px;
  /*font-family: "Inconsolata", sans-serif;*/
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;

  /* Button eckig */
  border-radius: 0;

  /* Button abgerundete Ecken */
  /*-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;*/

  /* Button Circle */
  webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

/* Button Light */

.btn.btn-light {
  background: #a0ae67;
  color: #fff;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: #8e9c53;
  color: #fff;
}

/* Gost-Button Light */

.btn.btn-border-light {
  background: transparent;
  border: 1px solid #a0ae67;
  color: #a0ae67;
}

.btn.btn-border-light:hover,
.btn.btn-border-light:focus {
  background: #a0ae67;
  color: #fff;
}

/* Button Dark */

.btn.btn-dark {
  background: #111;
  color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
  background: #111;
  color: #fff;
}

/* Gost-Button Dark */

.btn.btn-border-dark {
  background: transparent;
  border: 1px solid #a0ae67;
  color: #a0ae67;
}

.btn.btn-border-dark:hover,
.btn.btn-border-dark:focus {
  background: #a0ae67;
  color: #fff;
}

/* CTA-Button */

.btn.btn-cta {
  background: #ec008c;
  color: #fff;
}

.btn.btn-cta:hover,
.btn.btn-cta:focus {
  background: #ec008c;
  color: #fff;
}

/* Abstand zu Icon */
.btn i {
  margin-right: 5px;
}

.btn-anmeldung {
  position: absolute;
  left: 10px;
  top: 136px;
  z-index: 3;
  color: white;
  background-color: #a0ae67;
  transform: rotate(-11deg) translate3d(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.1;
  transition: all 0.2s;
  span {
    display: block;
    font-size: 17px;
  }
  &.referral {
    background-color: #75855f;
  }
  &.self-registration {
    right: 10px;
    left: auto;
  }
}
.btn-anmeldung:hover,
.btn-anmeldung:focus {
  color: white;
  transform: rotate(-14deg) scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
}

.btn-direct-no {
  position: static;
  margin: auto;

  background-color: #e0b3aa;
  span {
    position: relative;
    &:before {
      content: "";
      position: absolute;
      background: white;
      left: 0;
      width: 100%;
      height: 1px;
      bottom: 2px;
    }
  }
}

/* body:is(:not(.page-pid-38)) .btn-direct-no {
} */

.btn-loewenstrasse {
  left: 10px;
  top: 40%;
  transform: rotate(-11deg) translateY(-50%);
  right: auto;
  background: white;
  color: #a0ae67;
}
.btn-loewenstrasse:hover,
.btn-loewenstrasse:focus {
  color: #a0ae67;
  transform: rotate(-14deg) scale(1.05) translateY(-50%);
}

/* ================================================== /*
 * FORMULARE
/* ================================================== */

.form-control {
  height: 44px;
  border: 1px solid #b2b2b2;
}

.form-control:focus {
  border-color: #cacaca;
}

/* Info-Icon für Newsletter */
.form-tip {
  /*font-size: 11px;*/
  color: #aaa;
}
.form-tip .fa {
  font-size: 12px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0px;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}

.form-group {
  margin-bottom: 5px;
}
/* ================================================== /*
 * LISTEN
/* ================================================== */

/* Standard-Liste mit «–» innerhalb des WYSIWYGs */

.wysiwyg ul {
  padding-left: 20px;
}

.wysiwyg li {
  list-style-type: none;
}

.wysiwyg li:before {
  content: "\2013";
  position: relative;
  margin-left: -10px;
  left: -7px;
  color: #666;
}

/* Social-List mit Icons neben einander */

.list-social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-social-icons > li {
  display: inline-block;
  font-size: 24px;
  margin: 5px 5px 5px 0;
}

/* Icon Links in Liste 

ul.icon-links {
	margin: 0 0 20px 0;
	padding:0;
	list-style: none;
}

.icon-links a {
	display: block;
	padding:5px 0;
}

.icon-links li {
	margin-bottom: 0;
}

.icon-links a:before {
	display:inline-block;
	font-family: FontAwesome;
	content: "\f08d";
	width:13px;
	margin-right: 10px;
	opacity: .6;
}*/

.icon-links li {
  position: relative;
  margin-left: -20px;
  list-style: none;
}

.icon-links a:before {
  content: "\f08d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  /*color: #a0ae67;*/
  font-size: 12px;
  padding-right: 0;
  position: absolute;
  top: 2px;
  left: -20px;
}

/* Post-Links – Pin (fa-thumb-tack) */

.icon-post a:before {
  content: "\f08d";
}

/* News-Links – Megaphone (fa-bullhorn) */

.icon-news a:before {
  content: "\f0a1";
}

/* Website-Link – Pfeil Dreieck */

.icon-caret a:before {
  content: "\f0da";
  margin-right: 8px;
}

/* Website-Link – Pfeil Dreieck) */

.caret-link {
  font-weight: 300;
}

.caret-link:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 10px;
  padding-left: 2px;
}

/* ================================================== /*
 * VERSCHIEDENES
/* ================================================== */

/* Tabellen */

.table > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}

/* Bilder */

.wysiwyg .image {
  margin: 0 0 20px;
}

/* Icons */

.icon {
  font-size: 30px;
  line-height: 30px;
  color: #6f6f6e;
  margin: 0 0 10px 0;
}

/* ================================================== /*
 * NAVIGATION
/* ================================================== */

/* Logo */

.navbar-brand {
  position: relative;
  z-index: 2;
  padding-top: 8px;
}

.navbar-brand img {
  width: 130px;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

.navbar-custom.navbar-transparent .navbar-brand img {
  width: 250px;
}

/* Navbar */

.navbar-custom {
  background: #fff;
  border: 0;
  border-color: #f5f5f5 !important;
  /*border-bottom: 1px solid #f5f5f5 !important;*/
  border-radius: 0;
  /*font-family: "Inconsolata", sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  z-index: 1000;
  font-weight: 400;

  padding-left: 70px;
  padding-right: 70px;
}

.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar-custom .dropdown-menu {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;

  width: auto;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: -1px;
}

.navbar-custom .nav li > a {
  position: relative;
  color: #666;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #333;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: #f8f8f8 !important;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid #f5f5f5 !important;
  padding: 11px 16px;
  letter-spacing: 0.15em;
  /*font-size: 11px;*/
  color: #666;

  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  text-align: left;
}

.navbar-custom .dropdown-menu > li:last-child > a {
  border: 0 !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle {
  padding-right: 28px;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.navbar-custom .navbar-toggle .icon-bar {
	background: #000;
}*/

/* ================================================== /*
 * HAMBURGER ICON ANIMATION
/* ================================================== */

.navbar-custom .navbar-toggle {
  /*display: block;
	position: relative;*/
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;

  background: transparent;
  margin: 8px 10px 0 0;
}

.navbar-custom .navbar-toggle:focus {
  outline: none;
}

.navbar-custom .navbar-toggle span {
  display: block;
  position: absolute;
  top: 16px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #000;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.navbar-custom .navbar-toggle span::before,
.navbar-custom .navbar-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.navbar-custom .navbar-toggle span::before {
  top: -7px;
  -webkit-transition-property:
    top,
    -webkit-transform;
  transition-property: top, transform;
}

.navbar-custom .navbar-toggle span::after {
  bottom: -7px;
  -webkit-transition-property:
    bottom,
    -webkit-transform;
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.navbar-custom .navbar-toggle.is-active {
  background: transparent;
}

.navbar-custom .navbar-toggle.is-active span {
  background: none;
}

.navbar-custom .navbar-toggle.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-custom .navbar-toggle.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-custom .navbar-toggle.is-active span::before,
.navbar-custom .navbar-toggle.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.lang-nav {
}
.lang-nav > li {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.lang-nav-tablet {
  display: none;
}

.anmeldung-buttons {
  margin-bottom: 20px;
}

.form-horizontal .fieldset {
  margin-top: 60px;
  padding: 20px;
  background-color: #ececec;
  position: relative;
}

.form-horizontal .fieldset:nth-child(1),
.form-horizontal .fieldset:nth-child(4) {
  background-color: #d0d8b3;
}
.form-horizontal legend {
  position: absolute;
  left: 0;
  top: -40px;
}

.form-horizontal .control-label {
  text-align: left;
  padding-left: 0 !important;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -18px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    position: relative;
  }
  .lang-nav {
    margin-left: 15px;
    position: relative;
    float: right;
  }
  .lang-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #666;
  }
  .lang-nav.nav li > a {
    padding-right: 0;
  }
  .lang-nav-mobile {
    display: none;
  }
  .lang-nav-tablet {
    display: block;
  }
  .anmeldung-title {
    text-align: right;
    padding-top: 6px;
  }
  .anmeldung-buttons {
    text-align: center;
  }
}
/* ================================================== /*-
 * HOME
/* ================================================== */

#home {
  padding-top: 20px;
}
.module-hero {
  background-color: #fff;
  color: #fff;
  width: 100%;
  z-index: 0;
  /*Bei Sections drin */
  /*
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	*/
}

/* Standard-Höhe, falls diese nicht per JS überschrieben wird. */

.module-hero.fixed-height {
  height: 450px;
}

/* Home */

.home-container {
  display: table;
  height: 100%;
  position: absolute;
  z-index: 3;
}

.home-content {
  display: table-cell;
  vertical-align: bottom;
  padding: 60px;
}

.home-box {
  width: 460px;
  padding: 30px;
  background-color: #fff;
}
.home-container h1 {
  font-size: 40px;
  margin-bottom: 4px;
  color: #a0ae67;
}

.home-container h2 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}

.home-container a {
  margin: 0 10px 10px 0;
}

/* Video */

.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  visibility: hidden;
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Scroll down Icon */

/*
@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}

.scroll-down{
	width: 40px;
	height: 40px;
	margin-left: -20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
    text-align: center;
    text-decoration: none;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}

.scroll-down:before{
    display: block;
    content: "";
	width: 20px;
	height: 20px;
    margin: 0 0 0 -10px;
	position: absolute;
	bottom: 0;
	left: 50%;
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    
    z-index: 1;
}

.scroll-down:hover:before{
    opacity: .6;
}


.scroll-down-icon{
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: 4px;
	color: #111;
    font-size: 16px;

	-webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
    
   
   z-index: 2;
}
*/

/* ================================================== /*-
 * SECTIONS
/* ================================================== */

.wrapper {
  position: relative;
  background: #fff;
  z-index: 1;
}

.module,
.module-small,
.module-header,
.module-hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center !important;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.module {
  padding: 90px 0;
}

.module-small {
  padding: 60px 0;
}

.module-large {
  padding: 400px 0;
}

.module-header {
  padding: 190px 0 100px;

  /* https://www.gradient-animator.com */

  background: linear-gradient(272deg, #b3c373, #838e56);
  background-size: 400% 400%;

  -webkit-animation: module-header 12s ease infinite;
  -moz-animation: module-header 12s ease infinite;
  -o-animation: module-header 12s ease infinite;
  animation: module-header 12s ease infinite;
  iframe {
    display: block;
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100% !important;
  }
}

@-webkit-keyframes module-header {
  0% {
    background-position: 0% 81%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 81%;
  }
}
@-moz-keyframes module-header {
  0% {
    background-position: 0% 81%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 81%;
  }
}
@-o-keyframes module-header {
  0% {
    background-position: 0% 81%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 81%;
  }
}
@keyframes module-header {
  0% {
    background-position: 0% 81%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 81%;
  }
}

.module-parallax {
  height: 500px; /* 21 : 9 - Super-Breitbildformat – bei 1200 = 514px*/
  background-attachment: fixed;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.module-map {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
}

/* Höhen für Section-Modul */

.module-section {
  padding: 140px 0;
}

/* Trennlinie */

.divider {
  border-top: 1px solid #ecf1f5;
  margin: 0;
}

/* Hintergrundfarben */

.bg-black {
  background-color: #000; /* Schwarz */
}

.bg-dark {
  background-color: #111; /* Dunkel */
}

.bg-gray {
  background-color: #f4f4f4; /* Grau */
}

.bg-light {
  background-color: #f5f9fd; /* Hellgrau */
}

.bg-white {
  background-color: #fff; /* Weiss */
}

.bg-color {
  background-color: #e41919; /* Branding-Farbe */
}

.bg-black,
.bg-dark,
.bg-gray,
.bg-color {
  color: #fff;
}

/*
.bg-light,
.bg-white {
    color: #000;
}
*/

/* ================================================== /*
 * OVERLAYS
/* ================================================== */

/* General */

.bg-dark-30:before,
.bg-dark-50:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-50:before,
.bg-light-90:before,
.bg-film:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* Dark */

.bg-dark,
.bg-dark-30,
.bg-dark-50,
.bg-dark-90 {
  color: #fff;
}

.bg-dark-30:before {
  background: rgba(0, 0, 0, 0.3);
}

.bg-dark-50:before {
  background: rgba(0, 0, 0, 0.5);
}

.bg-dark-90:before {
  background: rgba(0, 0, 0, 0.9);
}

/* Light */

.bg-light-30,
.bg-light-50,
.bg-light-90 {
  color: #000;
}

.bg-light-30:before {
  background: rgba(255, 255, 255, 0.3);
}

.bg-light-50:before {
  background: rgba(255, 255, 255, 0.5);
}

.bg-light-90:before {
  background: rgba(255, 255, 255, 0.9);
}

/* Transparenz über Bild */
/*.col-bg {
	background: rgba(255, 255, 255, .9);
	padding: 140px 60px;
}*/

/* ================================================== /*
 * FOOTER
/* ================================================== */

#footer {
  padding: 80px 0;
  color: #6f6f6e;
}

#footer .footer-logo {
  margin: 0px 0 30px;
}

#footer .footer-logo {
  background: url(../img/logo-footer-2021.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin: 4px 0 18px;
}

#footer .footer-title {
  color: #6f6f6e;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 0;
}

#footer a {
  color: #6f6f6e;
}

#footer a:hover,
#footer a:focus {
  color: #333;
}

#footer .divider {
  border-top-color: #e3e3e3;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Footer Bottom */

#footer .footer-bottom {
  font-size: 14px;
}

#footer .footer .copyright {
  /*font-size: 13px;*/
}

#footer .footer-links {
  /*text-align: right;*/
}

#footer .footer-links ul {
  padding-left: 15px;
}

#footer .footer-links a {
  margin-left: 20px;
}

/* Social-Links */

#footer ul.social-links {
  text-align: left;
  padding: 0;
  margin-top: 26px;
}

#footer .social-links li {
  display: inline-block;
  margin-right: 8px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#footer .social-links li a {
  background: 0 0;
  display: block;
  color: #666;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  background: #ccc;
  text-decoration: none;
  border-color: #ccc;
}

#footer .social-links li a:hover {
  color: #333;
  background: #bbb;
  text-decoration: none;
  border-color: #bbb;
}

#footer .footer-links li {
  position: relative;
}

#footer .footer-links li a {
  padding: 0 0 1px 0;
  margin: 0;
}

#footer .footer-links li a:hover {
  color: #333;
  background: none !important;
}

/* ================================================== /*-
 * SCROLL-UP
/* ================================================== */

.scroll-up {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.scroll-up a {
  background: transparent;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #a0ae67;
  border: 1px solid #a0ae67;
  font-weight: 400;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.scroll-up a:hover,
.scroll-up a:active {
  background: #a0ae67;
  color: #fff;
}

/* ================================================== /*
 * CONTENT BOXES
/* ================================================== */

.start-about-us {
  position: relative;
}
.start-about-us:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0)
  );
  background-repeat: no-repeat;
}

.start-about-us .container {
  position: relative;
  z-index: 1;
}

.contact-map .bg-image {
  aspect-ratio: 2048 / 1471;
}

.content-box {
  margin: 25px 0;
  text-align: center;
  padding: 60px;
}

.content-box .btn {
  margin-bottom: 60px;
}

.bg-green-1 {
  background-color: #d0d8b3;
}

.bg-green-2 {
  background-color: #d9dfc1;
}

.bg-green-3 {
  background-color: #e2e8d1;
}

.content-box-start {
  padding-right: 14px;
  padding-left: 14px;
}

.content-box-start .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
}

.content-box-icon {
  text-align: center;
  font-size: 30px;
  color: #666;
  margin-bottom: 20px;
}

.content-box-title {
  /*font-size: 14px;*/
  margin: 5px 0 18px;
  letter-spacing: 0.1em;
}

.content-box-text {
  /*margin: 16px 0 0;*/
}

/* Text-Link */
/*
.content-box a.btn {
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
}

.content-box a.btn:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 6px; 
}
*/

/* Alt Content Box */

.alt-content-box {
  position: relative;
  padding-left: 55px;
  margin: 25px 0;
  text-align: left;
}

.alt-content-box-icon {
  position: absolute;
  height: 38px;
  width: 38px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  color: #666;
}

.alt-content-box-title {
}

.alt-content-box .content-box-title {
  margin-bottom: 10px;
}

/* Content Box mit Bild */

.content-box .content-box-icon img {
  margin-bottom: 20px;
}

/* ================================================== /*
 * TABS
/* ================================================== */

/* Tabs */

.nav-tabs {
  border-color: #eee;
}

.nav-tabs > li > a {
  /*
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	*/
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #eee;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #eee;
}

.tab-content {
  padding: 16px 0;
}

/* Minimal Tabs */

.minimal-tabs {
  display: inline-block;
  /*font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;*/
  text-align: center;
  letter-spacing: 1px;
  border: none;
}
.minimal-tabs > li {
  padding: 0 30px;
  background: none !important;
}
.minimal-tabs > li > a {
  padding: 6px 20px 5px;
  text-decoration: none;
  color: #000;
  background: none;
  border: 1px solid transparent;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.minimal-tabs > li > a:hover {
  background: none;
  border-color: #e9e9e9;
  color: #777;
}
.minimal-tabs li.active a,
.minimal-tabs li.active a:hover {
  border: 1px solid #222 !important;
  background: none !important;
  color: #000;
  cursor: default;
}
.minimal-tabs-cont {
}

/* ================================================== /*
 * ACCORDIONS
/* ================================================== */

.panel-group {
  border: 1px solid #eee;
  /*
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
	*/
}

.panel-group .panel {
  border-radius: 0;
}

.panel {
  border: 0;
  border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #eee;
}

.panel-heading {
  padding: 16px 20px;
}

.panel-default > .panel-heading {
  background: transparent;
  border-color: #eee;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  margin-top: -8px;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

.panel-title {
  /*font-size: 12px;
	text-transform: uppercase;*/
  text-transform: none;
  color: #666;
}

.panel-group .panel + .panel {
  border-top: 0;
  margin-top: 0;
}

/* ================================================== /*
 * CALL TO ACTION
/* ================================================== */

.module-cta h2 {
  font-weight: 300;
  font-size: 26px;
  margin: 0 0 20px 0;
}

.cta-text {
  /*color: rgba(255, 255, 255, 0.6);*/
}

.cta-btn-box {
  text-align: center;
  padding-top: 4px;
}

.cta-btn-box-alt {
  text-align: right;
  margin-top: 27px;
}

/* ================================================== /*
 * TESTIMONIALS
/* ================================================== */

.testimonials-slider {
  position: relative;
  text-align: center;
}

.testimonial {
  /*font-family: "Open Sans", arial, sans-serif;
    font-style: normal;
	font-size: 20px;*/
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03125em; /* 2px */
  word-spacing: 3px;
  text-align: center;
}

.testimonial-title {
  /*font-size: 26px;*/
}

.testimonial-author {
  /*font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	opacity: .85;*/
}

.testimonial-author {
  position: relative;
  font-style: normal;
  /*font-size: 13px;*/
  letter-spacing: 0.0625em;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  opacity: 0.6;
  white-space: nowrap;
  display: inline-block;
}

.testimonial-author:before,
.testimonial-author:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  opacity: 0.4;
}

.testimonial-author:before {
  left: 0;
}
.testimonial-author:after {
  right: 0;
}

/* ================================================== /*
 * TOOLTIPS
/* ================================================== */

/* Dark */

.tooltip-inner {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}

/* ================================================== /*
 * COUNTERS
/* ================================================== */

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

.counter-number {
  font-size: 50px;
}

.counter-title {
  text-transform: none;
  font-size: 14px;
}

/* ================================================== /*
 * GOOGLE MAP
/* ================================================== */

/* Bei modules */

/*.module-map {
	position: relative;
	overflow: hidden;
	height: 600px;
	width: 100%;
}*/

.map-content {
  height: 100% !important;
  width: 100%;
}

/* ================================================== /*
 * PORTFOLIO
/* ================================================== */

/* Portfolio filter */

.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.filter > li {
  display: inline-block;
  padding: 5px 0;
  margin: 0 25px;
}

.filter > li a {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.5);
}

.filter > li a:hover,
.filter > li a.current {
  color: #333;
}

/* Portfolio grid */

.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gutter {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gutter .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 100%;
  float: left;
  margin: 0;
}

.wysiwyg .work-item {
  float: none;
  padding-bottom: 20px;
}

.works-grid-2 .work-item {
  width: 50%;
}

.works-grid-3 .work-item {
  width: 33.333%;
}

.container > .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

/* Portfolio item */

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 18px;
  color: #000;
  margin: 0 0 6px;
}

.work-descr {
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
}

/* */
.works-grid-4 .work-title {
  font-size: 14px;
}

.works-grid-4 .work-descr {
  /*font-size: 12px;*/
}

/* Portfolio Item Hover */

.work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8); /* Weiss */
  /*background: rgba(0, 0, 0, .7);*/ /* Schwarz */
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.work-item .work-caption {
  /* Start-Position für Fade-In */
  bottom: 50%;
}

.work-item:hover .work-caption {
  /*bottom: 50%;*/
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

/* Portfolio single */

.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #000;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  margin: 0 0 10px;
}

/* Icon */

.work-title > i,
.work-title > span {
  font-size: 30px;
  color: #666;
}

/* ================================================== /*
 * TEAM HOVER
/* ================================================== */

.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  opacity: 0;
  z-index: 2;
  padding: 20px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}

.team-role {
  text-transform: uppercase;
  font-size: 13px;
}

/* Team member hover */

.team-item:hover .team-image:after {
  background: rgba(255, 255, 255, 0.85);
}

.team-item:hover .team-detail {
  opacity: 1;
}

/* ================================================== /*
 * TEAM MIT DETAIL
/* ================================================== */

.member {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.member.has-detail:hover {
  cursor: pointer;
}

.masonry-wrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#team-container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  row-gap: 30px;
}

#team-container .member {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}

#team-container .member.filtered {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

#team-container .member img.img-responsive {
  width: 100%;
}

.member-title {
  padding: 16px 10px 0;
  /* height: 95px; */
  /*position: block;
	left:0;
	bottom: 0;
	width:100%;
	color:#fff;
	background: #a0ae67;
	background: rgba(52,121,135,.85);
	-webkit-transition:background .2s ease-out;
	transition:background .2s ease-out;*/
}
.member-title p {
  margin: 0;
}

/*
.member:hover .member-title h3,
.member.active .member-title h3,
.member:hover .member-title h4,
.member.active .member-title h4{
	color: #000;
}
*/

.member img {
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: bicubic;
}

.member.has-detail:hover img,
.member.active img {
  opacity: 0.75;
}

.member-title h3 {
  margin: 0 0 5px 0;
  color: #666;
  font-size: 16px;
}

.member-title h4 {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* Team Details */

.member-details {
  position: relative;
  display: none;
  padding-top: 100px;
  margin: 0 0 80px;
  opacity: 0;
}

.member-details h3 {
  font-size: 20px;
  color: #666;
  margin: 0 0 2px 0;
}

.member-details h4 {
  font-size: 16px;
}

/* Close X */

.close-panel {
  position: absolute;
  padding: 5px;
  margin-left: -20px;
  left: 50%;
  top: -20px;
  font-size: 30px;
  line-height: 24px;
  font-weight: 300;
  color: #a0ae67;
  cursor: pointer;
  transition: opacity 0.15s ease-out;

  margin-top: 30px;
  width: 40px;
  height: 40px;
  text-align: center;

  border: 1px solid #a0ae67;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.close-panel:hover {
  color: #fff;
  background-color: #a0ae67;
}

/* Masonry */

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;

  transition-timing-function: ease-in-out;
}

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property:
    left,
    right,
    top,
    -webkit-transform,
    opacity;
  -moz-transition-property:
    left,
    right,
    top,
    -moz-transform,
    opacity;
  -ms-transition-property:
    left,
    right,
    top,
    -ms-transform,
    opacity;
  -o-transition-property:
    left,
    right,
    top,
    -o-transform,
    opacity;
  transition-property: left, right, top, transform, opacity;
}

/* ================================================== /*
 * DROPDOWNS
/* ================================================== */

.filters {
  margin-bottom: 60px;
}

.dropdown-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 0;
  color: #666;
  background: transparent;
  border: 1px solid #ccc;
  text-align: center;
}

.dropdown-trigger:hover,
.dropdown-trigger:focus {
  color: #666;
}

.dropdown-trigger:after {
  position: absolute;
  content: "\f107";
  right: 20px;
  top: 7px;
  font-family: FontAwesome;
  font-size: 26px;
  color: #666;
  z-index: 1;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.open .dropdown-trigger,
.open .dropdown-trigger:after,
.dropdown-trigger:hover,
.dropdown-trigger:hover:after {
  color: #000;
}

.dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li {
  padding: 0 0px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.dropdown-menu > li > a {
  display: block;
  width: 100%;
  padding: 16px 0;
  color: #666;
  background: none;
  /*border-top: 1px solid #ccc;*/
  text-align: center;
  white-space: normal;
  /*-webkit-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;*/
}

.dropdown-menu > li:hover {
  background-color: #f5f5f5;
}

/*.dropdown-menu > li.active,
.dropdown-menu > li:first-child {
	display: none;
	border-color: transparent;
}*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000;
  text-decoration: none;
  background: none;
}

/*.dropdown-menu > li:hover > a,
.dropdown-menu > li:hover + li > a{
	border-color:transparent;
}*/

/* ================================================== /*
 * NEWS
/* ================================================== */

.news {
  margin: 0 0 80px;
}

.news-image {
  margin: 0 0 20px;
}

.news-image a:hover {
  opacity: 0.85;
}

.news-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

.news-quote blockquote {
  margin: 0;
}

.news-header {
  margin: 0 0 20px;
}

.news-title {
  font-size: 18px;
  color: #666;
  margin: 0 0 20px 0;
}

.news-title a {
  color: #000;
  text-decoration: none;
}

.news-title a:hover {
  opacity: 0.85;
}

.news-date {
  /*font-size: 13px;*/
}

.news-more {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  /*font-size: 13px;*/
}

/* Blog standart */

.news-header-small {
  position: relative;
  padding: 0 0 0 60px;
}

.news-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 36px;
}

.news-icon > i,
.news-icon > span {
  line-height: 48px;
}

/* News Preview (3 neben einander)  */

.news-columns .news {
  margin: 0 0 60px;
}

.news-columns .news-image {
  margin-bottom: 23px;
  position: relative;
}

.news-columns .news-title {
  margin-bottom: 2px;
}

.news-columns .news-date {
  margin-bottom: 16px;
  /*font-size: 11px;*/
  text-decoration: none;
  color: #aaa;
}

.news-columns .news-entry {
  margin-bottom: 22px;
}

/* ================================================== /*-
 * RESPONSIVE MEDIA QUERIES
/* ================================================== */
@media (min-width: 480px) {
  .btn-anmeldung {
    left: auto;
    right: 52px;
    width: 200px;
    font-size: 26px;
    &.self-registration {
      right: 52px;
      top: 370px;
    }
  }

  .btn-direct-no {
    position: absolute;
  }

  .btn-loewenstrasse {
    left: 52px;

    right: auto;
    width: 200px;
    font-size: 26px;
  }
  .module-header {
    iframe {
      left: 50%;
      transform: translateX(-50%);
      width: 80vw !important;
    }
  }
}
@media (min-width: 768px) {
  #team-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .contact-map .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }

  #team-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .align-right {
    text-align: right;
  }

  .navbar-transparent {
    background: transparent;
    border: 0 !important;
    border-color: #f5f5f5 !important;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .navbar-transparent .nav li > a {
    /* color: #666; */
    color: white;
  }

  .navbar-transparent .dropdown-menu > li > a {
    color: #666;
  }

  .nabar-dark .nav > li > a {
    color: #000;
  }

  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }

  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }

  .module-parallax {
    height: 425px; /* 21 : 9 - Super-Breitbildformat */
  }

  /* Comments */

  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 991px) {
  /* Headers */

  .hs-title-size-3 {
    font-size: 24px;
  }

  .hs-title-size-4 {
    font-size: 32px;
  }

  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }

  .wysiwyg .work-item {
    width: 100%;
  }

  /* Sections */

  .module-parallax {
    height: 425px; /* 21 : 9 - Super-Breitbildformat */
    background-position: center center !important;
    background-size: 100% auto !important;
    background-attachment: scroll !important;
  }

  /* Footer */

  #footer .footer-bottom {
    font-size: 16px;
  }

  #footer .footer-links {
    text-align: left;
  }

  #footer .footer-links a {
    margin-left: 0;
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  /* Logo */
  .navbar-custom .navbar-brand img,
  .navbar-custom.navbar-transparent .navbar-brand img {
    width: 130px;
  }

  /* Navbar */

  .navbar-custom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-custom .nav-logo-wrap {
    margin-left: 16px;
  }

  .navbar-custom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-custom li a:hover {
    background: #f5f5f5 !important;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }

  .navbar-custom
    .navbar-nav
    .open
    .dropdown-menu
    .dropdown-menu
    .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }

  .navbar-custom li a,
  .navbar-custom .dropdown-menu > li:last-child > a {
    border-bottom: 1px solid #f5f5f5 !important;
  }

  .navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after,
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }

  .navbar-custom .navbar-nav > .open > .dropdown-toggle:after,
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    content: "\f106";
  }

  .navbar-custom .navbar-collapse {
    border-top: 1px solid #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Headers */

  .hs-title-size-1 {
    /*font-size: 12px;*/
  }

  .hs-title-size-2 {
    font-size: 16px;
  }

  .hs-title-size-3 {
    font-size: 20px;
  }

  .hs-title-size-4 {
    font-size: 24px;
  }

  /* Sections */

  .module {
    padding: 50px 0;
  }

  .module-small {
    padding: 30px 0;
  }

  .module-hero.fixed-height,
  .module-map {
    height: 430px; /* 16 : 9 */
  }

  .module-parallax {
    height: 330px; /* 21 : 9 - Super-Breitbildformat */
  }

  /* Slider Nav */
  .flex-direction-nav {
    display: none;
  }

  /* Call to Action */
  .cta-text {
    text-align: center;
  }

  .cta-btn-box-alt {
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 560px) {
  /* Home */

  .home-content {
    padding: 50px 15px;
  }

  .home-container h1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 4px;
  }

  .home-container h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
  }

  .home-container a {
    margin: 0 10px 10px 0;
  }

  .home-box {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
  }

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

@media only screen and (max-width: 480px) {
  /* Home */

  .home-content {
    padding: 50px 15px;
  }

  .home-container h1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 4px;
  }

  .home-container h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
  }

  .home-container a {
    margin: 0 10px 10px 0;
  }

  .home-box {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
  }

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

  /* Global */

  .module-header {
    padding: 90px 0 30px;
  }

  .page-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 24px;
    font-weight: 300;
  }

  /* Work */

  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }

  .module-parallax {
    height: 270px; /* 16 : 9 */
  }

  #footer .footer-logo {
    background: url(../img/logo-footer-2021.png) 0 0 no-repeat;
    background-size: contain;
    width: 40px;
    height: 64px;
  }
}

@media only screen and (max-width: 320px) {
  .module-hero.fixed-height,
  .module-map {
    height: 240px; /* 4 : 3 */
  }

  .module-parallax {
    height: 180px; /* 16 : 9 */
  }
}

/* ================================================== /*-
 * MULTI-COLUMNS-ROW
/* ================================================== */

.multi-columns-row .first-in-row {
  clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }

  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }

  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none;
  }

  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}

/* ================================================== /*
 * EXAMPLES ICONS
/* ================================================== */

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ================================================== /*
 * FLUID SECTION
/* ================================================== */

.container-fluid {
  position: relative;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.container-fluid .col-full-height:last-child,
.container-fluid .col-full-height:first-child {
  padding-bottom: 100%;
}

@media (min-width: 994px) {
  .container-fluid .col-full-height:last-child,
  .container-fluid .col-full-height:first-child {
    padding-bottom: 0;
  }
  /* Bild rechts, Text links */
  .container-fluid .col-full-height:last-child {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }

  .container-fluid .col-full-height:first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-40 {
  padding-top: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-280 {
  padding-top: 280px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-280 {
  padding-bottom: 280px;
}

@media (max-width: 767px) {
  .pt-160,
  .pt-200,
  .pt-240,
  .pt-280 {
    padding-top: 120px;
  }

  .pb-160,
  .pb-200,
  .pb-240,
  .pb-280 {
    padding-bottom: 120px;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

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

.mt-140 {
  margin-top: 140px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-500 {
  margin-bottom: 500px;
}

/* ================================================== /*
 * EQUAL HEIGHT
/* ================================================== */

/* http://www.bootply.com/92230 */

.equalheight-column {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.equalheight {
  overflow: hidden;
}

/* ================================================== /*
 * KREIS
/* ================================================== */

.welcome-text {
  position: absolute;
  display: table;
  width: 360px;
  height: 360px;
  top: 250px;
  right: 100px;
  margin: -180px 0 0 -180px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.welcome-text div {
  display: table-cell;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #a0ae67;
  text-transform: none;
  vertical-align: middle;
  padding: 30px;
}

@media (max-width: 992px) {
  .welcome-text {
    top: 50%;
    left: 50%;
  }
}

.welcome-text .icon-clock {
  font-size: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .module-large {
    padding: 200px 0;
  }
  .welcome-text {
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px;
  }

  .welcome-text p {
    font-size: 12px;
    font-weight: 400;
  }
  .welcome-text .icon-clock {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .mb-500 {
    margin-bottom: 150px;
  }
}

/*--------------------
---- Map Styles ------
----------------------*/

#map-section {
  position: relative;
  overflow: hidden;
}

#map {
  position: absolute !important;
  height: 100%;
  left: 50%;
  margin-left: -180px;
  top: 0;
  z-index: 1 !important;
}

@media (max-width: 767px) {
  #map-section {
    padding-bottom: 0;
    text-align: center;
  }
}

.form-horizontal label {
  font-weight: 300;
}

/*--------------------
---- yForm ------
----------------------*/

.yform label {
  font-weight: 400;
}
.yset input[type="checkbox"],
.yset input[type="checkbox"],
.yset input[type="radio"],
.yset input[type="radio"] {
  margin-left: 0;
}

.yform fieldset {
  margin-top: 60px;
}
.yset {
  position: relative;
  padding: 20px;
}
.yfoot {
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
.yform .hp {
  display: none;
}
.yset > .input label,
.yset .text-dd .input label {
  display: block;
}
.yset .text-dd .input label {
  padding-left: 0;
}

.yset > .input,
.yset .text-dd .input {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.yset > .input > input,
.yset .text-dd .input > input {
  width: 100%;
  display: block;
}

.yset > .input,
.yset > .checkbox,
.yset > .radio {
  margin-top: 0;
}
.yset .radio > label {
  padding-left: 0;
}
/*
.yset > .input:nth-child(2n), .yset > .checkbox:nth-child(2n), .yset > .radio:nth-child(2n) {
  margin-right: 0;
}
*/
.yset input[type="text"],
.yset input[type="email"],
.yset textarea {
  border: 1px solid #ccc;
  padding: 6px;
}
.yset textarea {
  width: 100%;
  min-height: 160px;
}
.yset legend {
  position: absolute;
  left: 0;
  top: -40px;
}
.yset-green {
  background: #d5dcbe;
}
.yset-grey {
  background: #ececec;
}
.yform ol {
  padding-left: 15px;
  margin-top: 10px;
  font-size: 14px;
}
.checkbox-dd {
  padding-left: 20px;
}
.checkbox-dd label,
.radio-set label {
  font-weight: 300;
}
.yform .radio-set > .set {
  margin-right: 15px;
}
.checkbox-html {
  width: 100%;
  margin: 0;
}
.yset {
  > .input-plz-ort {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.yset > .input-erreichbar {
  display: block;
}
.yset > .input-erreichbar label {
  padding-top: 0;
  display: block;
}
#erreichbar-von,
#erreichbar-bis {
  width: 60px;
  margin: 0 5px;
  text-align: center;
}
.yform .input-arzt {
  /*width: 48%;*/
}
.yform .error {
  color: #c53030;
}

.yfoot {
  text-align: center;
}

.yset .files {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #666;
}
.yset .files li {
  margin-bottom: 0;
  padding: 6px 8px 4px;
  border-bottom: 1px dotted #666;
}

.yset-bericht input[type="text"] {
  width: 100%;
}

/*.form-horizontal .control-label {
 text-align: left;
 padding-left: 0 !important
 }*/
@media (min-width: 768px) {
  .yset-flex {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .yset-flex > fieldset {
    flex: 1;
  }
  .yset-flex > fieldset:nth-child(1) {
    margin-right: 15px;
  }
  .yset-flex > fieldset:nth-child(2) {
    margin-left: 15px;
  }
  .yset-flex > fieldset > div {
    height: 100%;
  }
  /*.yset-bericht input[type="text"] {
	  width: 100%;
  }*/
  .yset-dringlichkeit > div:nth-child(1) {
    width: 40%;
  }
  .yset-dringlichkeit > div:nth-child(2) {
    width: 60%;
  }
  .yset > .input,
  .yset .text-dd .input {
    display: flex;
    box-lines: multiple;
    flex-wrap: wrap;
    align-self: flex-start;
    box-flex: 0;
    flex: 0 1 48%;
    margin-right: 2%;
  }
  /*.yset > .input-standort-pref {
  	margin-right: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
	flex: 0 1 100%;
  }*/
  .yset .text-dd .input {
    flex: none;
    margin-right: 0;
  }

  .yset-basic > .input label {
    padding-top: 8px;
    box-flex: 0;
    flex: 0 1 36%;
  }
  .yset-basic > .input > input {
    box-flex: 0;
    flex: 0 1 64%;
  }

  .yset-basic > .input > select {
    width: 100%;
    max-width: 64%;
  }

  /*.yset-basic > .input-standort-pref label {
  	margin-right: 10px;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
	flex: none;
  }*/

  .checkbox-dd-h2-atemtest-auf .flexer,
  .yform .radio-set {
    box-lines: multiple;
    flex-wrap: wrap;
    display: flex;
  }
  .checkbox-dd-h2-atemtest-auf .dd-checkbox {
    box-flex: 0;
    flex: 0 1 33%;
  }
  .yset > .input-erreichbar label {
    box-flex: none;
    flex: none;
  }
  .yset > .checkbox,
  .yset > .radio {
    box-flex: 0;
    flex: 0 1 48%;
    margin-right: 2%;
  }
  .yset .input-plz-ort {
    display: grid;
    grid-template-columns: 36% 70px 1fr;
    gap: 0;
    > .input {
      display: flex;
    }
    input {
      width: 100%;
    }

    .input-plz {
      padding-right: 10px;
    }
  }
}

/* Fileupload */

@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}

.fileinput-button {
  border-color: white;
  margin: 6px 4px 10px 0;
  padding-left: 45px;
  background: url("../img/file-pdf.svg") 14px 8px no-repeat;
  background-size: auto 20px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}
