@charset "UTF-8";
@font-face {
  font-family: "Hedvig Letters Serif";
  src: url("../fonts/Hedvig_Letters_Serif/HedvigLettersSerif-Regular-VariableFont_opsz.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 1 999;
}
/*
	
// das ist noch in arbeit, im momment auskommentiert
body #main-content .et_pb_text_inner h1 { 
	color: $color-text!important;
}
*/
/* Desktop */
/* Footer */
/* Hamburger  */
/* Blog btn */
.fott {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
#wp-toolbar #wp-admin-bar-updates, #wp-toolbar #wp-admin-bar-comments, #wp-toolbar #wp-admin-bar-new-content, body.no-divi #wp-admin-bar-et-use-visual-builder {
  display: none;
}
/*
body.logged-in .fott {
	position: relative;
	
	clip: initial;
	-webkit-clip-path: initial;
	clip-path: initial;
    
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 5px 10px;
    
    background: #999;
    opacity: 0.5;
    
    border: 1px #f00 dashed;
} 

*/
.ytVideoBgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.nobr {
  white-space: nowrap;
}
.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fullheight-ohne-header {
  min-height: calc(100vh - 90px);
}
.teilen {
  height: 40px;
  padding: 0 27px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  position: absolute;
  bottom: -40px;
  background: #b5040f;
  color: #FFF;
  z-index: 11;
  right: 0px;
}
.teilen:hover {
  background: #bf0a12;
}
#main-header .container {
  position: initial;
}
/* scrolldown  */
#scrollpfeilwrap {
  position: fixed;
  z-index: 9;
  bottom: 15px;
  text-align: center;
  height: 60px;
  width: 100%;
  background: transparent;
}
#pfeilNachUntenWrap {
  z-index: 1;
  border-bottom: 20px;
  left: 50%;
  top: 0;
  bottom: 15px;
  width: 90px;
  margin-left: -45px;
  text-align: center;
  position: absolute;
}
#pfeilNachUnten {
  position: absolute;
  left: 0;
  top: 0;
}
/* bullets-liste */
ul.custom-bullets {
  padding-left: 0;
  padding-bottom: 0;
}
.custom-bullets li {
  padding-left: 0;
  list-style: none;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  font-size: inherit;
  padding-left: 2em;
  position: relative;
}
.custom-bullets li ul {
  margin-top: 1.2em;
  margin-bottom: 0;
}
.custom-bullets li:last-child {
  margin-bottom: 0em;
}
.custom-bullets li::before {
  height: 1.3em;
  width: 1.3em;
  background: url(./img/bulletpoint_red.svg);
  background-repeat: no-repeat;
  border-radius: 100%;
  display: inline-block;
  content: "";
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 1px;
}
.custom-bullets.white li::before {
  background: url(./img/bulletpoint-2.svg);
}
/* nur ueber 980 */
@media only screen and (min-width: 980px) {
  /* das letzte element in der col nachunten */
  .md-minheight-ohne-header {
    min-height: calc(100vh - 86px);
  }
  .btn-bottom .et_pb_column {
    display: flex;
    flex-flow: column nowrap;
  }
  .btn-bottom .et_pb_column .et_pb_button_module_wrapper {
    margin-top: auto !important;
    padding-top: 50px !important;
  }
}
/*
	Variante 2 wie oben .btn-bottom
	.last_element_bottom
	die classe in der row einfügen und spalten ausgleichen klicken
*/
.last_element_bottom .et_pb_column {
  display: flex;
  flex-direction: column;
}
.last_element_bottom .et_pb_column div:last-child {
  margin-top: auto;
}
/***
 * Animationen 
 ***/
.puls {
  animation: pulsieren 2s ease-in-out 3s infinite alternate;
  -webkit-animation: pulsieren 2s ease-in-out 3s infinite alternate;
  -moz-animation: pulsieren 2s ease-in-out 3s infinite alternate;
}
@-webkit-keyframes pulsieren {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-moz-keyframes pulsierenButton {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulsierenButton {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.updown {
  -moz-animation: hochrunter 1s infinite alternate;
  -webkit-animation: hochrunter 1s infinite alternate;
  animation: hochrunter 1s infinite alternate;
}
@-webkit-keyframes hochrunter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@-moz-keyframes hochrunter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes hochrunter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
/* nur unter 980 */
@media (max-width: 980px) {
  /* divi spalten reihenfolge selber aendern */
  /* variante 1 - Manuel sortieren */
  /*** diese Klasse der ROW geben  ***/
  /*** und mit diesen Klassen anordnen ***/
  /*** add margin to last column ***/
  /* variante 2 - automatisch sortieren bei zweispalten */
  .no-tb {
    display: none;
  }
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
  .spalten-tausch, .mobile-turnaround-2cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .spalten-tausch > div:last-child, .mobile-turnaround-2cols > div:last-child {
    -webkit-order: 1;
    order: 1;
  }
  .spalten-tausch > div:first-child, .mobile-turnaround-2cols > div:first-child {
    -webkit-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  /* variante 2 - automatisch sortieren bei zweispalten */
  .no-sm {
    display: none;
  }
  .sm-spalten-tausch, .sm-turnaround-2cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .sm-spalten-tausch > div:last-child, .sm-turnaround-2cols > div:last-child {
    -webkit-order: 1;
    order: 1;
  }
  .sm-spalten-tausch > div:first-child, .sm-turnaround-2cols > div:first-child {
    -webkit-order: 2;
    order: 2;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Hedvig Letters Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* DIVI Menu schublade 100% width */
@media (max-width: 980px) {
  #main-header .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.et_header_style_left .logo_container {
  width: 90%;
}
/* Datenschutz ect... */
#main-content .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}
.mfp-title {
  display: none;
}
/* zeilen breite */
.et_pb_row {
  width: 90%;
}
body.home .parallax_wrap .et_pb_row {
  width: 100%;
}
.parallax_wrap {
  overflow: hidden;
}
.parallax_wrap .et_pb_image_wrap, .parallax_wrap img {
  width: 100%;
  max-width: none;
}
/* hamburger menu vergrössern */
.mobile_menu_bar.et_pb_header_toggle {
  width: 60px;
}
.mobile_menu_bar:before, .et_toggle_slide_menu:after {
  font-size: 60px;
}
.et_toggle_slide_menu:after {
  left: -60px;
}
#top-menu li {
  padding-right: 16px;
}
/*
#et-top-navigation:before {
    content: 'Menü';
    position: absolute;
    right: 90px;
    line-height: 60px;
    color: #393cef;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a,
.et_slide_in_menu_container #mobile_menu_slide li a {
    padding: 5px 0;
}
*/
/* untermenü*/
#top-menu li li {
  padding: 0 10px;
}
.nav li li {
  line-height: 1.2em;
}
#top-menu li li {
  display: block;
}
#top-menu li li a {
  padding: 10px 10px;
  width: 100%;
  display: block;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  opacity: 0.7;
}
#main-content .container:before {
  background: none;
}
#sidebar {
  display: none;
}
#left-area {
  width: 100%;
  padding: 23px 0px 50px 0px !important;
  float: none !important;
}
/* responsive h2 im banner  */
/*
@media (min-width: 981px) and (max-width: 1680px) { 
	.et_pb_module.et_pb_text_1 .et_pb_text_inner h2 {
		font-size: 3vw;
	}
}
*/
/* blog */
.et_pb_row .more-link {
  background: #ce8e1d;
  color: #fff;
  padding: 7px 25px;
  margin-top: 20px;
  display: block;
  text-align: center;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.et_pb_row .more-link:hover {
  background: #bc821a;
  color: #fff;
}
@media (max-width: 980px) {
  .et_pb_blurb_content {
    max-width: 100%;
  }
}
*:focus-visible {
  box-shadow: white 0px 0px 0px 4px, #000 0px 0px 0px 8px !important;
}
form *:focus-visible {
  box-shadow: white 0px 0px 0px 4px !important;
}
/* 
 *Divi Formular with Label  
 */
.et_pb_contact_form_label {
  display: block;
  color: #fff;
}
.et_pb_contact_form_label.required:after {
  content: "*";
}
/* Hides placeholder text */
.et_pb_contact_form_container .input::placeholder {
  color: transparent !important;
}
/* Hides duplicate titles on checkboxes and radios */
.et_pb_contact_field_options_title {
  display: none;
}
.et_pb_contact_field[data-type=select]:after {
  top: 64%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  border-top-color: #000;
}
.et_pb_contact_field a {
  font-weight: 300;
  /*  @media (min-width: 935px) {
        display: block;
        margin-left: 24px;
    }*/
}
.et_pb_contact_field a:hover {
  color: #000;
}
.et-pb-contact-message {
  font-size: 18px;
  color: #fff;
}
.success_message {
  /* background-color: #8795AE;
    padding: 25px 95px !important;*/
  font-size: 28px !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 7px;
  line-height: 1.4em;
  text-align: center;
}
/*
.et_pb_contact_form_label:has(+  .et_contact_error) {
    color: #f00!important;
}*/
.et_contact_error label {
  color: #f00 !important;
}
.et_pb_contact p .et_contact_error {
  border: 5px solid #f00 !important;
}
.label-white .et_pb_contact_field_checkbox, .label-white .et_pb_contact_field_5 .input + label {
  color: #fff !important;
}
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox] + label {
  color: #fff !important;
}
.pfichtfeld {
  font-size: 0.8em;
  text-align: right;
  display: block;
  color: #fff;
}
/* form btn center */
.et_contact_bottom_container {
  float: none;
}
.et_contact_bottom_container .et_pb_contact_submit.et_pb_button {
  margin: 0 auto;
}
/* footer */
/*
#left-area ul, 
.entry-content ul, 
.et-l--header ul, 
.et-l--body ul,
.et-l--footer ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul {
    list-style-type: none;
    padding: 0;
    line-height: inherit;
}
*/
#sitemap-sektion .separator {
  font-size: 22px;
  margin-bottom: 5px;
  color: white;
  text-transform: uppercase;
}
#sitemap-sektion a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
#sitemap-sektion a:hover {
  color: white;
}
#sitemap-sektion #smap-item-491 > .separator {
  display: none;
}
@media (min-width: 981px) {
  #sitemap-sektion #kontakt-sitemap-nav, #sitemap-sektion #smap-item-818 {
    text-align: right;
  }
}
/* 
	produkte liste in 4 spalten 
	DIVI Grid nachgebaut
*/
#produkte-sitemap-nav #smap-item-491 > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#produkte-sitemap-nav #smap-item-491 > .sub-menu > li {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 480px) {
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li {
    float: left;
    width: 47.25%;
    margin-right: 5.5%;
  }
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) {
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media (min-width: 981px) {
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li {
    width: 20.875%;
  }
  #produkte-sitemap-nav #smap-item-491 > .sub-menu > li:last-child {
    margin-right: 0 !important;
  }
}
.bottom-nav li {
  display: block;
}
@media (min-width: 980px) {
  .bottom-nav li {
    float: left;
    padding-right: 15px;
  }
}
.bottom-nav li.copy span {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
}
@media (min-width: 980px) {
  .bottom-nav li.wDesign {
    float: right;
    padding-right: 0;
  }
}
/*
	templatte
*/
/* CCD BTN Style */
.ccd-caption-content .btn {
  color: #0c2848 !important;
  border-radius: 100px;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #f15bb5;
  padding: 15px 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ccd-caption-content .btn:hover {
  color: #f15bb5 !important;
  letter-spacing: 2px;
  background-image: initial !important;
  background-color: #ffffff !important;
}
/* datenschutz */
.datenschutz h3, .datenschutz h4 {
  font-weight: bold;
  margin-top: 1.5em;
}
.datenschutzPlugin {
  margin-bottom: 2em;
}
.kontaktdatenWrap {
  margin-bottom: 1.5em;
}
/**/
.pt-100 {
  padding-top: 100px;
}
/* ohne DIVI seiten
.single-post #main-content,
.et_full_width_page  #main-content {

	padding: 120px 0;

	@media (max-width: 767px) {
		padding: 95px 0 50px 0;
	}
}
*/
.fadein {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease 0s;
  -moz-transition: opacity 1000ms ease 0s;
  -o-transition: opacity 1000ms ease 0s;
  transition: opacity 1000ms ease 0s;
}
@media (max-width: 576px) {
  .fadein {
    opacity: 1;
  }
}
.fadein.visible {
  opacity: 1;
}
/* DIVI Frontbuilder aktiv */
.et-fb-root-ancestor .fadein {
  opacity: 1;
}
/* ========== KUNDEN Anpassugen =============== */
/* schubladen */
.et_pb_toggle_title span {
  font-size: 0.7em;
  display: block;
  padding: 0 30px 0 0px;
}
/*move the toggle icon to the left*/
.pa-toggle-icon-left .et_pb_toggle_title:before {
  left: 0 !important;
}
/*adjust spacing on the left for the icon*/
.pa-toggle-icon-left .et_pb_toggle_title {
  padding-left: 60px !important;
  padding-right: 0;
}
@media (max-width: 567px) {
  .pa-toggle-icon-left .et_pb_toggle_title {
    padding-left: 40px !important;
  }
}
.pa-toggle-icon-left .et_pb_toggle_content {
  padding-left: 60px !important;
}
@media (max-width: 567px) {
  .pa-toggle-icon-left .et_pb_toggle_content {
    padding-left: 0px !important;
  }
}
/*# sourceMappingURL=custom.css.map */